python-parsing: update to 2.3.0
This commit is contained in:
parent
33c88753de
commit
b54cd54f74
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-parsing'
|
# Template file for 'python-parsing'
|
||||||
pkgname=python-parsing
|
pkgname=python-parsing
|
||||||
version=2.2.2
|
version=2.3.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pyparsing-pyparsing_${version}"
|
wrksrc="pyparsing-pyparsing_${version}"
|
||||||
|
@ -14,7 +14,7 @@ license="MIT"
|
||||||
homepage="https://github.com/pyparsing/pyparsing"
|
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=63cdff56a7af7aaf6d66ed0d995c18c5028dc53d0fd9b463972d732bf6d4bac6
|
checksum=1c43865daf37c14b183c8c46be537a31797973ec4db79a8b9f83dd1a4adf23cc
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python2 unitTests.py
|
python2 unitTests.py
|
||||||
|
|
Loading…
Reference in New Issue