python-parsing: update to 2.4.6.

This commit is contained in:
Zach Dykstra 2020-03-09 17:46:52 -05:00 committed by Piraty
parent 0c18e9a45a
commit 14e07c5e58

View file

@ -1,11 +1,10 @@
# Template file for 'python-parsing'
pkgname=python-parsing
version=2.4.2
revision=2
version=2.4.6
revision=1
archs=noarch
wrksrc="pyparsing-pyparsing_${version}"
build_style=python-module
pycompile_module="pyparsing.py"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Python parsing module (Python2)"
@ -14,7 +13,7 @@ license="MIT"
homepage="https://github.com/pyparsing/pyparsing"
changelog="https://github.com/pyparsing/pyparsing/raw/master/CHANGES"
distfiles="https://github.com/pyparsing/pyparsing/archive/pyparsing_${version}.tar.gz"
checksum=fc079f975968ae21f82223ae2340a39e7182ea993631812ddb5978619ed5c456
checksum=1cfe911bf73d6a03d38c1c7808096ef848d03f4c5df6e4aee69fc7348c89e4f0
post_install() {
vlicense LICENSE
@ -23,7 +22,6 @@ post_install() {
python3-parsing_package() {
archs=noarch
depends="python3"
pycompile_module="pyparsing.py"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*