mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-lxml: update to 4.6.2.
This commit is contained in:
parent
78c5bcc788
commit
dbec7076a9
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python-lxml'
|
# Template file for 'python-lxml'
|
||||||
pkgname=python-lxml
|
pkgname=python-lxml
|
||||||
version=4.6.1
|
version=4.6.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="lxml-lxml-${version}"
|
wrksrc="lxml-lxml-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"
|
make_build_args="--with-cython"
|
||||||
|
hostmakedepends="python-Cython python-setuptools python3-Cython python3-setuptools"
|
||||||
makedepends="libxslt-devel python-devel python3-devel"
|
makedepends="libxslt-devel python-devel python3-devel"
|
||||||
checkdepends="python3-cssselect python3-BeautifulSoup4 python3-html5lib"
|
checkdepends="python3-cssselect python3-BeautifulSoup4 python3-html5lib"
|
||||||
short_desc="Python2 binding for the libxml2 and libxslt libraries"
|
short_desc="Python2 binding for the libxml2 and libxslt libraries"
|
||||||
|
@ -12,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="BSD-3-Clause, custom:ElementTree"
|
license="BSD-3-Clause, custom:ElementTree"
|
||||||
homepage="https://lxml.de/"
|
homepage="https://lxml.de/"
|
||||||
distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
|
distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
|
||||||
checksum=76b6f2cde3d4c78869262e402db29466b72ece5b5d8d1c8a5bcf8ee0d8e673bd
|
checksum=31eff968b5fb7f0dc6f2dedff071f179c17df5ada2c3fd613f79a5f14a94490a
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
cp -f build-3.*/lib.linux-*/lxml/*.so src/lxml
|
cp -f build-3.*/lib.linux-*/lxml/*.so src/lxml
|
||||||
|
|
Loading…
Add table
Reference in a new issue