void-packages/srcpkgs/python3-aniso8601/template
2020-12-17 18:07:24 -06:00

18 lines
555 B
Bash

# Template file for 'python3-aniso8601'
pkgname=python3-aniso8601
version=8.1.0
revision=1
wrksrc="aniso8601-${version}"
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=246bf8d3611527030889e6df970878969d3a2f760ba3eb694fa1fb10e6ce53f9
post_install() {
vlicense LICENSE
}