main/py-tz: upgrade to 2018.3

This commit is contained in:
Fabian Affolter 2018-02-10 16:22:11 +00:00 committed by Timo Teräs
parent 5de93beaf1
commit c26eac5ea1

View File

@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-tz
_pkgname=pytz
pkgver=2017.3
pkgver=2018.3
pkgrel=0
pkgdesc="A Python definitions of world timezone"
url="http://pytz.sourceforge.net/"
@ -12,7 +12,7 @@ options="!check"
depends=""
makedepends="python2-dev python3-dev py-setuptools"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
source="https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip"
source="https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
build() {
@ -44,4 +44,4 @@ _py() {
$python setup.py install --prefix=/usr --root="$subpkgdir"
}
sha512sums="7c2358cea351f1bd909e00b8f1e6fba32e9f60f2a3be8a64038ede972189e87070d95314ca430315c8a9644653cfcb8f0e4c4d87d11c472eacc5c1277a777bdc pytz-2017.3.zip"
sha512sums="579c9c900d7b603267b6692d9b9655eb40585928546f6196456eb4781ce1e33a8ab38d9d9b16d5cb759c3f4bfcbdbaa35e12ef20183792815b2640b6d5a6bb1a pytz-2018.3.tar.gz"