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-Pygments
version=1.6
revision=1
noarch=yes
pycompile_module="pygments"
wrksrc="Pygments-${version}"
build_style=python-module
depends="python>=2.7 python-distribute"
makedepends="python-devel python-distribute"
short_desc="Python syntax highlighter"
maintainer="Juan RP <xtraeme@gmail.com>"
@@ -14,3 +11,12 @@ homepage="http://pygments.org/"
license="BSD"
distfiles="http://pypi.python.org/packages/source/P/Pygments/Pygments-${version}.tar.gz"
checksum=799ed4caf77516e54440806d8d9cd82a7607dfdf4e4fb643815171a4b5c921c0
python-Pygments_package() {
noarch="yes"
pycompile_module="pygments"
depends="python>=2.7 python-distribute"
pkg_install() {
vmove usr
}
}