python-lxml: update to 4.4.1.
This commit is contained in:
parent
0bf5bc9dd9
commit
a2dadafe50
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-lxml'
|
# Template file for 'python-lxml'
|
||||||
pkgname=python-lxml
|
pkgname=python-lxml
|
||||||
version=4.3.4
|
version=4.4.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="lxml-lxml-${version}"
|
wrksrc="lxml-lxml-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -10,10 +10,10 @@ 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"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="BSD-3-Clause, 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=d85812f0630af6c1f916253535fc315ff20c0b9879a15edff3ee750287f283aa
|
checksum=a735879b25331bb0c8c115e8aff6250469241fbce98bba192142cd767ff23408
|
||||||
|
|
||||||
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…
Reference in a new issue