python-Pygments: added 3.4 subpkg with pycompile support.

This commit is contained in:
Juan RP 2014-06-18 12:31:33 +02:00
parent 95ed3f302f
commit 572f68a1bb
2 changed files with 10 additions and 8 deletions

View File

@ -1,13 +1,13 @@
# Template file for 'python-Pygments'
pkgname=python-Pygments
version=1.6
revision=2
revision=3
wrksrc="Pygments-${version}"
build_style=python-module
hostmakedepends="python-distribute python3-distribute"
makedepends="python-devel python3-devel"
hostmakedepends="python-setuptools python3.4-setuptools"
makedepends="python-devel python3.4-devel"
depends="python>=2.7"
python_versions="2.7 3.3"
python_versions="2.7 3.4"
noarch="yes"
pycompile_module="pygments"
short_desc="Python2 syntax highlighter"
@ -17,11 +17,13 @@ license="BSD"
distfiles="http://pypi.python.org/packages/source/P/Pygments/Pygments-${version}.tar.gz"
checksum=799ed4caf77516e54440806d8d9cd82a7607dfdf4e4fb643815171a4b5c921c0
python3-Pygments_package() {
python3.4-Pygments_package() {
noarch="yes"
depends="python3"
short_desc="${short_desc//Python2/Python3}"
depends="python3.4"
pycompile_version="3.4"
pycompile_module="pygments"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove /usr/lib/python3.3
vmove /usr/lib/python3.4
}
}