2012-09-20 07:26:09 +00:00
|
|
|
# Template file for 'python-lxml'
|
|
|
|
pkgname=python-lxml
|
2014-11-21 12:22:24 +00:00
|
|
|
version=3.4.1
|
2014-07-04 08:51:14 +00:00
|
|
|
revision=1
|
2012-09-20 07:26:09 +00:00
|
|
|
wrksrc="lxml-${version}"
|
|
|
|
build_style=python-module
|
2014-07-04 08:51:14 +00:00
|
|
|
python_versions="2.7 3.4"
|
|
|
|
hostmakedepends="python-setuptools python3.4-setuptools libxslt-devel"
|
2014-09-19 08:14:19 +00:00
|
|
|
makedepends="python-devel python3.4-devel libxslt-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
pycompile_module="lxml"
|
2014-07-04 08:51:14 +00:00
|
|
|
short_desc="Python2 binding for the libxml2 and libxslt libraries"
|
2012-09-20 07:26:09 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://lxml.de/"
|
2014-09-19 08:14:19 +00:00
|
|
|
license="BSD, ElementTree, GPL-2, ZPL"
|
|
|
|
distfiles="${PYPI_SITE}/l/lxml/lxml-${version}.tar.gz"
|
2014-11-21 12:22:24 +00:00
|
|
|
checksum=069594837d0376a1bacf5cc42aa9a1be2e1c1396dc62f7d07f7358afecd34adf
|
2014-07-04 08:51:14 +00:00
|
|
|
|
|
|
|
python3.4-lxml_package() {
|
|
|
|
pycompile_version="3.4"
|
|
|
|
pycompile_module="lxml"
|
|
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/lib/python3.4
|
|
|
|
}
|
|
|
|
}
|