python-Pygments: build python3 module too

This commit is contained in:
Alessio Sergi 2014-06-06 10:56:23 +02:00
parent ec3a44b04b
commit 13cb50803e
2 changed files with 16 additions and 4 deletions

View File

@ -1,16 +1,27 @@
# Template file for 'python-Pygments'
pkgname=python-Pygments
version=1.6
revision=1
revision=2
wrksrc="Pygments-${version}"
build_style=python-module
makedepends="python-devel python-distribute"
hostmakedepends="python-distribute python3-distribute"
makedepends="python-devel python3-devel"
depends="python>=2.7"
python_versions="2.7 3.3"
noarch="yes"
pycompile_module="pygments"
depends="python>=2.7 python-distribute"
short_desc="Python syntax highlighter"
short_desc="Python2 syntax highlighter"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://pygments.org/"
license="BSD"
distfiles="http://pypi.python.org/packages/source/P/Pygments/Pygments-${version}.tar.gz"
checksum=799ed4caf77516e54440806d8d9cd82a7607dfdf4e4fb643815171a4b5c921c0
python3-Pygments_package() {
noarch="yes"
depends="python3"
short_desc="${short_desc//Python2/Python3}"
pkg_install() {
vmove /usr/lib/python3.3
}
}

1
srcpkgs/python3-Pygments Symbolic link
View File

@ -0,0 +1 @@
python-Pygments