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'
pkgname=python-parsing
version=2.2.0
revision=2
version=2.2.1
revision=1
noarch=yes
wrksrc="pyparsing-${version}"
wrksrc="pyparsing-pyparsing_${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
@ -12,8 +12,14 @@ short_desc="Python parsing module (Python2)"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="http://pyparsing.wikispaces.com/"
distfiles="${PYPI_SITE}/p/pyparsing/pyparsing-${version}.tar.gz"
checksum=0832bcf47acd283788593e7a0f542407bd9550a55a8a8435214a1960e04bcb04
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
python3 unitTests.py
}
post_install() {
vlicense LICENSE

View file

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