vp-build/srcpkgs/python3-aniso8601/template

19 lines
555 B
Bash

# Template file for 'python3-aniso8601'
pkgname=python3-aniso8601
version=9.0.1
revision=2
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=72e3117667eedf66951bb2d93f4296a56b94b078a8a95905a052611fb3f1b973
post_install() {
vlicense LICENSE
}