Convert packages to the new template format (p).

This commit is contained in:
Juan RP
2013-04-14 11:13:30 +02:00
parent 2f132e330b
commit 08b4f6aae8
137 changed files with 1368 additions and 898 deletions

View File

@@ -2,11 +2,8 @@
pkgname=python-pytz
version=2012j
revision=1
noarch=yes
pycompile_module="pytz"
wrksrc="pytz-${version}"
build_style=python-module
depends="python>=2.7"
hostmakedepends="python-distribute"
makedepends="python-devel"
short_desc="Python timezone library"
@@ -15,3 +12,12 @@ 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
}
}