void-packages/srcpkgs/python-Pygments/template
2016-04-25 02:43:57 +02:00

37 lines
998 B
Bash

# Template file for 'python-Pygments'
pkgname=python-Pygments
version=2.1.3
revision=2
noarch=yes
wrksrc="Pygments-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python-setuptools"
pycompile_module="pygments"
short_desc="Python2 syntax highlighter"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://pygments.org/"
license="2-clause-BSD"
distfiles="${PYPI_SITE}/P/Pygments/Pygments-${version}.tar.gz"
checksum=88e4c8a91b2af5962bfa5ea2447ec6dd357018e86e94c7d14bd8cacbc5b55d81
alternatives="pygments:pygmentize:/usr/bin/pygmentize2.7"
post_install() {
vlicense LICENSE
}
python3.4-Pygments_package() {
noarch=yes
depends="python3.4-setuptools"
pycompile_version="3.4"
pycompile_module="pygments"
short_desc="${short_desc/Python2/Python3.4}"
alternatives="pygments:pygmentize:/usr/bin/pygmentize3.4"
pkg_install() {
vmove usr/bin/pygmentize3.4
vmove usr/lib/python3.4
vlicense LICENSE
}
}