python-parsing: update to 2.2.1.
This commit is contained in:
parent
c74488e05c
commit
4056d09dc0
2 changed files with 13 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python-parsing'
|
# Template file for 'python-parsing'
|
||||||
pkgname=python-parsing
|
pkgname=python-parsing
|
||||||
version=2.2.0
|
version=2.2.1
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pyparsing-${version}"
|
wrksrc="pyparsing-pyparsing_${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
|
@ -12,8 +12,14 @@ 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="http://pyparsing.wikispaces.com/"
|
||||||
distfiles="${PYPI_SITE}/p/pyparsing/pyparsing-${version}.tar.gz"
|
changelog="https://github.com/pyparsing/pyparsing/raw/master/CHANGES"
|
||||||
checksum=0832bcf47acd283788593e7a0f542407bd9550a55a8a8435214a1960e04bcb04
|
distfiles="https://github.com/pyparsing/pyparsing/archive/pyparsing_${version}.tar.gz"
|
||||||
|
checksum=25cafba8e402f775b58cee0924ef5359c5bc3ba3e8e8b038d0f92674c8a47a79
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python unitTests.py
|
||||||
|
python3 unitTests.py
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
pkgname="pyparsing"
|
site=https://github.com/pyparsing/pyparsing/releases
|
||||||
|
pkgname=pyparsing
|
||||||
|
|
Loading…
Reference in a new issue