python3-lxml: update to 4.8.0.

This commit is contained in:
Joel Beckmeyer 2022-02-28 16:19:02 -05:00 committed by Echo
parent 33f34ec500
commit c02f8de603

View file

@ -1,7 +1,7 @@
# Template file for 'python3-lxml' # Template file for 'python3-lxml'
pkgname=python3-lxml pkgname=python3-lxml
version=4.6.4 version=4.8.0
revision=2 revision=1
wrksrc="lxml-lxml-${version}" wrksrc="lxml-lxml-${version}"
build_style=python3-module build_style=python3-module
make_build_args="--with-cython" make_build_args="--with-cython"
@ -14,7 +14,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=5a7cef132353fc36de6f6b26dacde07b22217c6b4f8c11ef48e8bf0011f48160 checksum=8d2b999f5c8a8a70a28a3875e5d1bf27c0555c922bfa0af34dc46e07913f2a47
do_check() { do_check() {
make test3 make test3