python-Pygments: update to 2.4.2.

This commit is contained in:
Daniel Eyßer 2019-06-10 21:55:11 +02:00 committed by Juan RP
parent 78e27bd3d4
commit ceb85a1ba4

View file

@ -1,6 +1,6 @@
# Template file for 'python-Pygments'
pkgname=python-Pygments
version=2.3.1
version=2.4.2
revision=1
archs=noarch
wrksrc="Pygments-${version}"
@ -8,14 +8,20 @@ build_style=python-module
pycompile_module="pygments"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools"
checkdepends="python-nose python3-nose"
short_desc="Python2 syntax highlighter"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://pygments.org/"
license="BSD-2-Clause"
homepage="http://pygments.org/"
distfiles="${PYPI_SITE}/P/Pygments/Pygments-${version}.tar.gz"
checksum=5ffada19f6203563680669ee7f53b64dabbeb100eb51b61996085e99c03b284a
checksum=881c4c157e45f30af185c1ffe8d549d48ac9127433f2c380c24b84572ad66297
alternatives="pygments:pygmentize:/usr/bin/pygmentize2"
do_check() {
python2 tests/run.py
python3 tests/run.py
}
post_install() {
vlicense LICENSE
}