python-parsing: fix dead homepage

Don't use unversioned python.
This commit is contained in:
Alessio Sergi 2018-09-29 13:24:00 +02:00
parent c97c867544
commit 310f88fef5

View file

@ -1,7 +1,7 @@
# Template file for 'python-parsing' # Template file for 'python-parsing'
pkgname=python-parsing pkgname=python-parsing
version=2.2.1 version=2.2.1
revision=1 revision=2
noarch=yes noarch=yes
wrksrc="pyparsing-pyparsing_${version}" wrksrc="pyparsing-pyparsing_${version}"
build_style=python-module build_style=python-module
@ -11,13 +11,13 @@ pycompile_module="pyparsing.py"
short_desc="Python parsing module (Python2)" short_desc="Python parsing module (Python2)"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT" license="MIT"
homepage="http://pyparsing.wikispaces.com/" homepage="https://github.com/pyparsing/pyparsing"
changelog="https://github.com/pyparsing/pyparsing/raw/master/CHANGES" changelog="https://github.com/pyparsing/pyparsing/raw/master/CHANGES"
distfiles="https://github.com/pyparsing/pyparsing/archive/pyparsing_${version}.tar.gz" distfiles="https://github.com/pyparsing/pyparsing/archive/pyparsing_${version}.tar.gz"
checksum=25cafba8e402f775b58cee0924ef5359c5bc3ba3e8e8b038d0f92674c8a47a79 checksum=25cafba8e402f775b58cee0924ef5359c5bc3ba3e8e8b038d0f92674c8a47a79
do_check() { do_check() {
python unitTests.py python2 unitTests.py
python3 unitTests.py python3 unitTests.py
} }