python-pytz: update to 2014.7

This commit is contained in:
Alessio Sergi 2014-09-10 00:45:00 +02:00
parent f5f9ef35c5
commit 10313f0af4
1 changed files with 5 additions and 6 deletions

View File

@ -1,28 +1,27 @@
# Template file for 'python-pytz' # Template file for 'python-pytz'
pkgname=python-pytz pkgname=python-pytz
version=2014.4 version=2014.7
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="pytz-${version}" wrksrc="pytz-${version}"
build_style=python-module build_style=python-module
python_versions="2.7 3.4" python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools" hostmakedepends="python-setuptools python3.4-setuptools"
makedepends="python-devel python3.4-devel" depends="python"
depends="python>=2.7"
pycompile_module="pytz" pycompile_module="pytz"
short_desc="Python2 timezone library" short_desc="Python2 timezone library"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="https://pypi.python.org/pypi/pytz/" homepage="https://pypi.python.org/pypi/pytz/"
license="MIT" license="MIT"
distfiles="https://pypi.python.org/packages/source/p/pytz/pytz-${version}.tar.gz" distfiles="https://pypi.python.org/packages/source/p/pytz/pytz-${version}.tar.gz"
checksum=fddc081b9aead4d4ec09685c6e9ed6c7d3f5cace1ff7d39c76ba770f2c8d1049 checksum=bfc2bd00147e5ecf75399f4a94cb84cc00ce9b511a15f9958bb6c85a455f76eb
pre_install() { pre_install() {
sed -i 's,#!/usr/bin/env python,&3.4,' build-3.4/lib/pytz/tzfile.py sed -i 's,#!/usr/bin/env python,&3.4,' build-3.4/lib/pytz/tzfile.py
} }
post_install() { post_install() {
vinstall LICENSE.txt 644 usr/share/licenses/${pkgname} LICENSE vlicense LICENSE.txt LICENSE
} }
python3.4-pytz_package() { python3.4-pytz_package() {
@ -33,6 +32,6 @@ python3.4-pytz_package() {
short_desc="${short_desc/Python2/Python3.4}" short_desc="${short_desc/Python2/Python3.4}"
pkg_install() { pkg_install() {
vmove /usr/lib/python3.4 vmove /usr/lib/python3.4
vinstall ${wrksrc}/LICENSE.txt 644 usr/share/licenses/${pkgname} LICENSE vlicense ${wrksrc}/LICENSE.txt LICENSE
} }
} }