35 lines
1.1 KiB
Bash
35 lines
1.1 KiB
Bash
# Template file for 'python-lxml'
|
|
pkgname=python-lxml
|
|
version=3.7.2
|
|
revision=1
|
|
wrksrc="lxml-lxml-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools python3-setuptools
|
|
python-Cython python3-Cython libxslt-devel"
|
|
makedepends="python-devel python3-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="3-clause-BSD, ElementTree, GPL-2, ZPL-2.0"
|
|
distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
|
|
checksum=83390ce416b835e3a1760bcf2f4991b3041cdd55a9a0c16b4e112d71f05ff1d3
|
|
|
|
post_install() {
|
|
vlicense LICENSES.txt LICENSES
|
|
}
|
|
|
|
python3-lxml_package() {
|
|
replaces="python3.4-lxml>=0"
|
|
pycompile_module="lxml"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSES.txt LICENSES
|
|
}
|
|
}
|
|
python3.4-lxml_package() {
|
|
build_style=meta
|
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
|
depends="python3-lxml>=${version}_${revision}"
|
|
}
|