void-packages/srcpkgs/python3-aniso8601/template
2025-01-10 13:40:45 -06:00

17 lines
526 B
Bash

# Template file for 'python3-aniso8601'
pkgname=python3-aniso8601
version=10.0.0
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=ff1d0fc2346688c62c0151547136ac30e322896ed8af316ef7602c47da9426cf
post_install() {
vlicense LICENSE
}