python3-aniso8601: update to 8.1.0.
This commit is contained in:
parent
f158e4cdf2
commit
79a14960dd
1 changed files with 5 additions and 7 deletions
|
@ -1,19 +1,17 @@
|
|||
# Template file for 'python3-aniso8601'
|
||||
pkgname=python3-aniso8601
|
||||
version=8.0.0
|
||||
revision=3
|
||||
_gitver=0ec13b9d81c9
|
||||
wrksrc="nielsenb-aniso8601-${_gitver}"
|
||||
version=8.1.0
|
||||
revision=1
|
||||
wrksrc="aniso8601-${version}"
|
||||
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
|
||||
distfiles="${PYPI_SITE}/a/aniso8601/aniso8601-$version.tar.gz"
|
||||
checksum=246bf8d3611527030889e6df970878969d3a2f760ba3eb694fa1fb10e6ce53f9
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue