void-packages/srcpkgs/python-lxml/template
2020-04-20 21:56:13 +02:00

37 lines
1.1 KiB
Bash

# Template file for 'python-lxml'
pkgname=python-lxml
version=4.4.3
revision=1
wrksrc="lxml-lxml-${version}"
build_style=python-module
hostmakedepends="libxslt-devel 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=28943bcd2d1b498399bc434a67abd3c0dfb9088a81f0fad259269ae366cac7f6
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
}
}