Files
2025-04-21 21:43:52 +02:00

18 lines
526 B
Bash

# Template file for 'python3-aniso8601'
pkgname=python3-aniso8601
version=10.0.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-dateutil"
short_desc="Library for parsing ISO 8601 strings"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://bitbucket.org/nielsenb/aniso8601"
distfiles="${PYPI_SITE}/a/aniso8601/aniso8601-$version.tar.gz"
checksum=25488f8663dd1528ae1f54f94ac1ea51ae25b4d531539b8bc707fed184d16845
post_install() {
vlicense LICENSE
}