37 lines
920 B
Text
37 lines
920 B
Text
# Template file for 'python-pytz'
|
|
pkgname=python-pytz
|
|
version=2014.10
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="pytz-${version}"
|
|
build_style=python-module
|
|
python_versions="2.7 3.4"
|
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
|
depends="python"
|
|
pycompile_module="pytz"
|
|
short_desc="Python2 timezone library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="https://pypi.python.org/pypi/pytz/"
|
|
license="MIT"
|
|
distfiles="${PYPI_SITE}/p/pytz/pytz-${version}.tar.gz"
|
|
checksum=a94138b638907491f473c875e8c95203a6a02efef52b6562be302e435016f4f3
|
|
|
|
pre_install() {
|
|
sed -i 's,#!/usr/bin/env python,&3.4,' build-3.4/lib/pytz/tzfile.py
|
|
}
|
|
|
|
post_install() {
|
|
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
|
|
vlicense ${wrksrc}/LICENSE.txt LICENSE
|
|
}
|
|
}
|