23 lines
605 B
Text
23 lines
605 B
Text
# Template file for 'python-pytz'
|
|
pkgname=python-pytz
|
|
version=2012j
|
|
revision=1
|
|
wrksrc="pytz-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python-distribute"
|
|
makedepends="python-devel"
|
|
short_desc="Python timezone library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://pypi.python.org/pypi/pytz"
|
|
license="BSD"
|
|
distfiles="http://pypi.python.org/packages/source/p/pytz/pytz-${version}.tar.gz"
|
|
checksum=f075a63a330eae21b040a5148b8c4b64d7696a017de5ec62dc1604191efa791c
|
|
|
|
python-pytz_package() {
|
|
noarch="yes"
|
|
pycompile_module="pytz"
|
|
depends="python>=2.7"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|