python-pytz: update to 2016.1
This commit is contained in:
parent
dac58d872e
commit
75d3bc9bbb
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-pytz'
|
# Template file for 'python-pytz'
|
||||||
pkgname=python-pytz
|
pkgname=python-pytz
|
||||||
version=2015.7
|
version=2016.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pytz-${version}"
|
wrksrc="pytz-${version}"
|
||||||
|
@ -10,11 +10,11 @@ hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="python tzdata"
|
depends="python tzdata"
|
||||||
pycompile_module="pytz"
|
pycompile_module="pytz"
|
||||||
short_desc="Python2 timezone library"
|
short_desc="Python2 timezone library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://pythonhosted.org/pytz/"
|
homepage="http://pythonhosted.org/pytz/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/p/pytz/pytz-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pytz/pytz-${version}.tar.gz"
|
||||||
checksum=99266ef30a37e43932deec2b7ca73e83c8dbc3b9ff703ec73eca6b1dae6befea
|
checksum=c9c2e2ceb6486b462a65aeb896663cfdee0aa221ffca354307823d27fbccdc9e
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i '/^#!/d' pytz/tzfile.py
|
sed -i '/^#!/d' pytz/tzfile.py
|
||||||
|
|
Loading…
Reference in a new issue