python-parsing: update to 2.4.2.
This commit is contained in:
parent
08c3981b53
commit
f0a90eadfc
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-parsing'
|
# Template file for 'python-parsing'
|
||||||
pkgname=python-parsing
|
pkgname=python-parsing
|
||||||
version=2.3.1
|
version=2.4.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pyparsing-pyparsing_${version}"
|
wrksrc="pyparsing-pyparsing_${version}"
|
||||||
|
@ -14,12 +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=6b4146fb3eb6c4f5798b9f1d67b9609efa106276ac875c534695e55a34409f07
|
checksum=fc079f975968ae21f82223ae2340a39e7182ea993631812ddb5978619ed5c456
|
||||||
|
|
||||||
do_check() {
|
|
||||||
python2 unitTests.py
|
|
||||||
python3 unitTests.py
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue