python-Pygments: update to 2.5.2.
This commit is contained in:
parent
5795c6a8e4
commit
d18024b16d
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python-Pygments'
|
# Template file for 'python-Pygments'
|
||||||
pkgname=python-Pygments
|
pkgname=python-Pygments
|
||||||
version=2.4.2
|
version=2.5.2
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="Pygments-${version}"
|
wrksrc="Pygments-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pygments"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools"
|
depends="python-setuptools"
|
||||||
checkdepends="python-nose python3-nose"
|
checkdepends="python-nose python3-nose"
|
||||||
|
@ -14,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="http://pygments.org/"
|
homepage="http://pygments.org/"
|
||||||
distfiles="${PYPI_SITE}/P/Pygments/Pygments-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/P/Pygments/Pygments-${version}.tar.gz"
|
||||||
checksum=881c4c157e45f30af185c1ffe8d549d48ac9127433f2c380c24b84572ad66297
|
checksum=98c8aa5a9f778fcd1026a17361ddaf7330d1b7c62ae97c3bb0ae73e0b9b6b0fe
|
||||||
alternatives="pygments:pygmentize:/usr/bin/pygmentize2"
|
alternatives="pygments:pygmentize:/usr/bin/pygmentize2"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
@ -29,7 +28,6 @@ post_install() {
|
||||||
python3-Pygments_package() {
|
python3-Pygments_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
pycompile_module="pygments"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="pygments:pygmentize:/usr/bin/pygmentize3"
|
alternatives="pygments:pygmentize:/usr/bin/pygmentize3"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue