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
1 changed files with 3 additions and 3 deletions

View File

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