python-lxml: update to 3.4.0

This commit is contained in:
Alessio Sergi 2014-09-19 10:14:19 +02:00
parent c70f0125dd
commit aafed5b248
1 changed files with 5 additions and 8 deletions

View File

@ -1,24 +1,21 @@
# Template file for 'python-lxml' # Template file for 'python-lxml'
pkgname=python-lxml pkgname=python-lxml
version=3.3.6 version=3.4.0
revision=1 revision=1
wrksrc="lxml-${version}" wrksrc="lxml-${version}"
build_style=python-module build_style=python-module
python_versions="2.7 3.4" python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools libxslt-devel" hostmakedepends="python-setuptools python3.4-setuptools libxslt-devel"
makedepends="python-devel python3.4-devel libxslt-devel python-cssselect makedepends="python-devel python3.4-devel libxslt-devel"
python3.4-cssselect"
depends="python libxml2 libxslt python-cssselect"
pycompile_module="lxml" pycompile_module="lxml"
short_desc="Python2 binding for the libxml2 and libxslt libraries" short_desc="Python2 binding for the libxml2 and libxslt libraries"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://lxml.de/" homepage="http://lxml.de/"
license="BSD" license="BSD, ElementTree, GPL-2, ZPL"
distfiles="https://pypi.python.org/packages/source/l/lxml/lxml-${version}.tar.gz" distfiles="${PYPI_SITE}/l/lxml/lxml-${version}.tar.gz"
checksum=c46a72c529398d34eabd05e12948868d9d958caede12f1a37e86d00efc423c92 checksum=714a68bf567fdec2bb7959560dc8376c0bfc688cfceb135f43b9bd87af7a956a
python3.4-lxml_package() { python3.4-lxml_package() {
depends="python3.4 libxml2 libxslt python3.4-cssselect"
pycompile_version="3.4" pycompile_version="3.4"
pycompile_module="lxml" pycompile_module="lxml"
short_desc="${short_desc/Python2/Python3.4}" short_desc="${short_desc/Python2/Python3.4}"