22 lines
611 B
Bash
22 lines
611 B
Bash
# Template file for 'python3-aniso8601'
|
|
pkgname=python3-aniso8601
|
|
version=8.0.0
|
|
revision=1
|
|
archs=noarch
|
|
_gitver=0ec13b9d81c9
|
|
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=4947491026822bfc5711f3f51f9b4399996c6fe7b635e38e3e260c1f6cd81bd2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|