void-packages/srcpkgs/python-lxml/template
2016-03-18 18:36:06 +01:00

26 lines
786 B
Bash

# Template file for 'python-lxml'
pkgname=python-lxml
version=3.6.0
revision=1
wrksrc="lxml-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools libxslt-devel"
makedepends="python-devel python3.4-devel libxslt-devel"
pycompile_module="lxml"
short_desc="Python2 binding for the libxml2 and libxslt libraries"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://lxml.de/"
license="BSD, ElementTree, GPL-2, ZPL"
distfiles="${PYPI_SITE}/l/lxml/lxml-${version}.tar.gz"
checksum=9c74ca28a7f0c30dca8872281b3c47705e21217c8bc63912d95c9e2a7cac6bdf
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
}
}