diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template index 40f582962c..424e6bc15a 100644 --- a/srcpkgs/python-pytz/template +++ b/srcpkgs/python-pytz/template @@ -1,11 +1,9 @@ # Template file for 'python-pytz' pkgname=python-pytz -version=2019.3 -revision=2 -archs=noarch +version=2020.1 +revision=1 wrksrc="pytz-${version}" build_style=python-module -pycompile_module="pytz" hostmakedepends="python-setuptools python3-setuptools" depends="python tzdata" short_desc="Python2 timezone library" @@ -13,7 +11,7 @@ maintainer="Alessio Sergi " license="MIT" homepage="https://pythonhosted.org/pytz/" distfiles="${PYPI_SITE}/p/pytz/pytz-${version}.tar.gz" -checksum=b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be +checksum=c35965d010ce31b23eeb663ed3cc8c906275d6be1a34393a1d73a41febf4a048 post_install() { # use system tz database @@ -25,9 +23,7 @@ post_install() { } python3-pytz_package() { - archs=noarch depends="python3 tzdata" - pycompile_module="pytz" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3*