python-parsing: update to 2.1.3
This commit is contained in:
parent
acaec3f205
commit
464ecf50d3
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-parsing'
|
# Template file for 'python-parsing'
|
||||||
pkgname=python-parsing
|
pkgname=python-parsing
|
||||||
version=2.1.1
|
version=2.1.3
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pyparsing-${version}"
|
wrksrc="pyparsing-${version}"
|
||||||
|
@ -13,8 +13,9 @@ 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"
|
# distfiles="${PYPI_SITE}/p/pyparsing/pyparsing-${version}.tar.gz"
|
||||||
checksum=9bae5cd4cbee6da0d7d8d9a1647f5253a3b89652e707647eaf1961f4932ae6c6
|
distfiles="https://pypi.python.org/packages/38/2c/e2f2562a7568c0234f600f5257ae077deb7b87cd8ce75a29f2653844952a/pyparsing-${version}.tar.gz"
|
||||||
|
checksum=07ed062c8e38c682ddc728e7aa42fab44612744fce33812bc533f93ea53c9347
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue