python-parsing: update to 2.4.6.
This commit is contained in:
parent
0c18e9a45a
commit
14e07c5e58
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python-parsing'
|
# Template file for 'python-parsing'
|
||||||
pkgname=python-parsing
|
pkgname=python-parsing
|
||||||
version=2.4.2
|
version=2.4.6
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pyparsing-pyparsing_${version}"
|
wrksrc="pyparsing-pyparsing_${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pyparsing.py"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Python parsing module (Python2)"
|
short_desc="Python parsing module (Python2)"
|
||||||
|
@ -14,7 +13,7 @@ license="MIT"
|
||||||
homepage="https://github.com/pyparsing/pyparsing"
|
homepage="https://github.com/pyparsing/pyparsing"
|
||||||
changelog="https://github.com/pyparsing/pyparsing/raw/master/CHANGES"
|
changelog="https://github.com/pyparsing/pyparsing/raw/master/CHANGES"
|
||||||
distfiles="https://github.com/pyparsing/pyparsing/archive/pyparsing_${version}.tar.gz"
|
distfiles="https://github.com/pyparsing/pyparsing/archive/pyparsing_${version}.tar.gz"
|
||||||
checksum=fc079f975968ae21f82223ae2340a39e7182ea993631812ddb5978619ed5c456
|
checksum=1cfe911bf73d6a03d38c1c7808096ef848d03f4c5df6e4aee69fc7348c89e4f0
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -23,7 +22,6 @@ post_install() {
|
||||||
python3-parsing_package() {
|
python3-parsing_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="pyparsing.py"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue