Convert packages to the new template format (p).
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user