python-parsing: update to 2.0.2; add python3.4 subpkg
This commit is contained in:
parent
feea68d080
commit
1363a2532d
2 changed files with 22 additions and 10 deletions
|
@ -1,17 +1,28 @@
|
||||||
# Template file for 'python-parsing'
|
# Template file for 'python-parsing'
|
||||||
pkgname=python-parsing
|
pkgname=python-parsing
|
||||||
version=1.5.6
|
version=2.0.2
|
||||||
revision=3
|
revision=1
|
||||||
|
noarch=yes
|
||||||
wrksrc="pyparsing-${version}"
|
wrksrc="pyparsing-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-devel"
|
python_versions="2.7 3.4"
|
||||||
makedepends="python-devel"
|
hostmakedepends="python-devel python3.4-devel"
|
||||||
noarch="yes"
|
makedepends="${hostmakedepends}"
|
||||||
|
depends="python"
|
||||||
pycompile_module="pyparsing.py"
|
pycompile_module="pyparsing.py"
|
||||||
depends="python>=2.7<3.0"
|
short_desc="Python parsing module (Python2)"
|
||||||
short_desc="General parsing module for Python"
|
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://pyparsing.wikispaces.com"
|
homepage="http://pyparsing.wikispaces.com/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/pyparsing/pyparsing-${version}.tar.gz"
|
distfiles="https://pypi.python.org/packages/source/p/pyparsing/pyparsing-${version}.tar.gz"
|
||||||
checksum=5c84aa4500e82d5aa2c0842d5628c5da985e68ac1fb33554e0e5547eb3c85a75
|
checksum=17e43d6b17588ed5968735575b3983a952133ec4082596d214d7090b56d48a06
|
||||||
|
|
||||||
|
python3.4-parsing_package() {
|
||||||
|
depends="python3.4"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="pyparsing.py"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/python3.4-parsing
Symbolic link
1
srcpkgs/python3.4-parsing
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-parsing
|
Loading…
Add table
Add a link
Reference in a new issue