python-parsing: update to 2.2.1.

This commit is contained in:
maxice8 2018-09-19 00:03:41 -03:00
parent c74488e05c
commit 4056d09dc0
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
2 changed files with 13 additions and 6 deletions

View file

@ -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

View file

@ -1 +1,2 @@
pkgname="pyparsing" site=https://github.com/pyparsing/pyparsing/releases
pkgname=pyparsing