void-packages/srcpkgs/python3-aniso8601/template
2019-02-08 15:42:51 -02:00

22 lines
609 B
Bash

# Template file for 'python3-aniso8601'
pkgname=python3-aniso8601
version=4.1.0
revision=1
noarch=yes
_gitver=e9e74b94c8ed
wrksrc="nielsenb-aniso8601-${_gitver}"
build_style=python3-module
pycompile_module="aniso8601"
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="${homepage}/get/v${version}.tar.gz"
checksum=4fe64dee414bb1b6ce2880dfedc42944d675430dcbea157bf3768246eebd4512
post_install() {
vlicense LICENSE
}