python-pytz: update to 2018.3

This commit is contained in:
Alessio Sergi 2018-02-24 19:19:24 +01:00
parent ad3c16250c
commit 855272080d
1 changed files with 4 additions and 4 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'python-pytz' # Template file for 'python-pytz'
pkgname=python-pytz pkgname=python-pytz
version=2017.3 version=2018.3
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="pytz-${version}" wrksrc="pytz-${version}"
build_style=python-module build_style=python-module
hostmakedepends="unzip python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python tzdata" depends="python tzdata"
pycompile_module="pytz" pycompile_module="pytz"
short_desc="Python2 timezone library" short_desc="Python2 timezone library"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://pythonhosted.org/pytz/" homepage="https://pythonhosted.org/pytz/"
license="MIT" license="MIT"
distfiles="${PYPI_SITE}/p/pytz/pytz-${version}.zip" distfiles="${PYPI_SITE}/p/pytz/pytz-${version}.tar.gz"
checksum=fae4cffc040921b8a2d60c6cf0b5d662c1190fe54d718271db4eb17d44a185b7 checksum=410bcd1d6409026fbaa65d9ed33bf6dd8b1e94a499e32168acfc7b332e4095c0
post_install() { post_install() {
# use system tz database # use system tz database