mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
parent
4bac2963e3
commit
49e58e9cd9
1 changed files with 8 additions and 3 deletions
|
@ -1,19 +1,24 @@
|
||||||
# Template file for 'python-lxml'
|
# Template file for 'python-lxml'
|
||||||
pkgname=python-lxml
|
pkgname=python-lxml
|
||||||
version=4.1.1
|
version=4.2.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="lxml-lxml-${version}"
|
wrksrc="lxml-lxml-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools
|
hostmakedepends="python-setuptools python3-setuptools
|
||||||
python-Cython python3-Cython libxslt-devel"
|
python-Cython python3-Cython libxslt-devel"
|
||||||
makedepends="python-devel python3-devel libxslt-devel"
|
makedepends="python-devel python3-devel libxslt-devel"
|
||||||
|
checkdepends="python3"
|
||||||
pycompile_module="lxml"
|
pycompile_module="lxml"
|
||||||
short_desc="Python2 binding for the libxml2 and libxslt libraries"
|
short_desc="Python2 binding for the libxml2 and libxslt libraries"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://lxml.de/"
|
homepage="http://lxml.de/"
|
||||||
license="3-clause-BSD, ElementTree, GPL-2, ZPL-2.0"
|
license="BSD-3-Clause, ElementTree, GPL-2.0-or-later, ZPL-2.0" # ElementTree isn't SPDX
|
||||||
distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
|
distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
|
||||||
checksum=776608f4bcb97bb3b51578d324922dabc7f5518f22a066ea3c1e5f7cf0deca4b
|
checksum=6dce4d4024e7110b68c6aee28bc78b96856be584125808b8be9a733ca04fce8c
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python3 test.py
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSES.txt LICENSES
|
vlicense LICENSES.txt LICENSES
|
||||||
|
|
Loading…
Add table
Reference in a new issue