python-Pygments: update to 2.3.1
This commit is contained in:
parent
5cfd1cfc76
commit
4a3ec855c4
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-Pygments'
|
||||
pkgname=python-Pygments
|
||||
version=2.2.0
|
||||
revision=2
|
||||
version=2.3.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="Pygments-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pygments"
|
||||
hostmakedepends="python-setuptools python3-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"
|
||||
license="BSD-2-Clause"
|
||||
distfiles="${PYPI_SITE}/P/Pygments/Pygments-${version}.tar.gz"
|
||||
checksum=dbae1046def0efb574852fab9e90209b23f556367b5a320c0bcb871c77c3e8cc
|
||||
checksum=5ffada19f6203563680669ee7f53b64dabbeb100eb51b61996085e99c03b284a
|
||||
alternatives="pygments:pygmentize:/usr/bin/pygmentize2"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue