python-pytz: update to 2018.9.
This commit is contained in:
parent
f0e73e4eb6
commit
c6bca8e8bb
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'python-pytz'
|
||||
pkgname=python-pytz
|
||||
version=2018.7
|
||||
version=2018.9
|
||||
revision=1
|
||||
noarch=yes
|
||||
archs=noarch
|
||||
wrksrc="pytz-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pytz"
|
||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
|||
depends="python tzdata"
|
||||
short_desc="Python2 timezone library"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://pythonhosted.org/pytz/"
|
||||
license="MIT"
|
||||
homepage="https://pythonhosted.org/pytz/"
|
||||
distfiles="${PYPI_SITE}/p/pytz/pytz-${version}.tar.gz"
|
||||
checksum=31cb35c89bd7d333cd32c5f278fca91b523b0834369e757f4c5641ea252236ca
|
||||
checksum=d5f05e487007e29e03409f9398d074e158d920d36eb82eaf66fb1136b0c5374c
|
||||
|
||||
post_install() {
|
||||
# use system tz database
|
||||
|
@ -25,7 +25,7 @@ post_install() {
|
|||
}
|
||||
|
||||
python3-pytz_package() {
|
||||
noarch=yes
|
||||
archs=noarch
|
||||
depends="python3 tzdata"
|
||||
pycompile_module="pytz"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
|
|
Loading…
Reference in New Issue