void-packages/srcpkgs/python-pytz/template

38 lines
946 B
Text
Raw Normal View History

2013-03-06 08:44:18 +00:00
# Template file for 'python-pytz'
pkgname=python-pytz
2014-09-09 22:45:00 +00:00
version=2014.7
2013-03-06 08:44:18 +00:00
revision=1
noarch=yes
2013-03-06 08:44:18 +00:00
wrksrc="pytz-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
2014-09-09 22:45:00 +00:00
depends="python"
pycompile_module="pytz"
short_desc="Python2 timezone library"
2013-03-06 08:44:18 +00:00
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="https://pypi.python.org/pypi/pytz/"
license="MIT"
distfiles="https://pypi.python.org/packages/source/p/pytz/pytz-${version}.tar.gz"
2014-09-09 22:45:00 +00:00
checksum=bfc2bd00147e5ecf75399f4a94cb84cc00ce9b511a15f9958bb6c85a455f76eb
pre_install() {
sed -i 's,#!/usr/bin/env python,&3.4,' build-3.4/lib/pytz/tzfile.py
}
post_install() {
2014-09-09 22:45:00 +00:00
vlicense LICENSE.txt LICENSE
}
python3.4-pytz_package() {
noarch=yes
depends="python3.4"
pycompile_version="3.4"
pycompile_module="pytz"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove /usr/lib/python3.4
2014-09-09 22:45:00 +00:00
vlicense ${wrksrc}/LICENSE.txt LICENSE
}
}