python-parsing: update to 2.0.5

This commit is contained in:
Alessio Sergi 2015-11-06 07:03:30 +01:00
parent 8786abeba7
commit 93fbe7fd66

View file

@ -1,21 +1,24 @@
# Template file for 'python-parsing' # Template file for 'python-parsing'
pkgname=python-parsing pkgname=python-parsing
version=2.0.3 version=2.0.5
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="pyparsing-${version}" wrksrc="pyparsing-${version}"
build_style=python-module build_style=python-module
python_versions="2.7 3.4" python_versions="2.7 3.4"
hostmakedepends="python-devel python3.4-devel" hostmakedepends="python-setuptools python3.4-setuptools"
makedepends="${hostmakedepends}"
depends="python" depends="python"
pycompile_module="pyparsing.py" pycompile_module="pyparsing.py"
short_desc="Python parsing module (Python2)" 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="https://pypi.python.org/packages/source/p/pyparsing/pyparsing-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pyparsing/pyparsing-${version}.tar.gz"
checksum=06e729e1cbf5274703b1f47b6135ed8335999d547f9d8cf048b210fb8ebf844f checksum=58756bf33e989d84ac72142e4ca558cf10c778a3233edb0a86632f271409ba9e
post_install() {
vlicense LICENSE
}
python3.4-parsing_package() { python3.4-parsing_package() {
noarch=yes noarch=yes
@ -25,5 +28,6 @@ python3.4-parsing_package() {
short_desc="${short_desc/Python2/Python3.4}" short_desc="${short_desc/Python2/Python3.4}"
pkg_install() { pkg_install() {
vmove usr/lib/python3.4 vmove usr/lib/python3.4
vlicense LICENSE
} }
} }