void-packages/srcpkgs/python-lxml/template
2021-10-09 08:00:21 -04:00

38 lines
1.1 KiB
Bash

# Template file for 'python-lxml'
pkgname=python-lxml
version=4.6.3
revision=2
wrksrc="lxml-lxml-${version}"
build_style=python-module
make_build_args="--with-cython"
hostmakedepends="python-Cython python-setuptools python3-Cython python3-setuptools"
makedepends="libxslt-devel python-devel python3-devel"
checkdepends="python3-cssselect python3-BeautifulSoup4 python3-html5lib"
short_desc="Python2 binding for the libxml2 and libxslt libraries"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="BSD-3-Clause, custom:ElementTree"
homepage="https://lxml.de/"
distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
checksum=5955ed615b7be9407d9eab83edde8f1818c94224d762d1d6355bf0371f220bd6
do_check() {
cp -f build-3.*/lib.linux-*/lxml/*.so src/lxml
python3 test.py -vv --all-levels -p
}
post_install() {
vlicense LICENSES.txt
vlicense doc/licenses/BSD.txt
vlicense doc/licenses/elementtree.txt
}
python3-lxml_package() {
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSES.txt
vlicense doc/licenses/BSD.txt
vlicense doc/licenses/elementtree.txt
}
}