python-lxml: update to 4.2.5.

This commit is contained in:
maxice8 2018-09-13 02:04:48 -03:00
parent 4d03cc70c7
commit 53a6fbfe4e
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B

View File

@ -1,19 +1,19 @@
# Template file for 'python-lxml'
pkgname=python-lxml
version=4.2.4
version=4.2.5
revision=1
wrksrc="lxml-lxml-${version}"
build_style=python-module
pycompile_module="lxml"
hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"
makedepends="libxslt-devel python-devel python3-devel"
checkdepends="python3-cssselect"
checkdepends="python3-cssselect python3-BeautifulSoup4 python3-html5lib"
short_desc="Python2 binding for the libxml2 and libxslt libraries"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://lxml.de/"
license="BSD-3-Clause, ElementTree"
distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
checksum=010ab71b1058415a5740e3cce545251b5a7ce2d6aefdbc9d8bd0a52b08f9628b
checksum=07ead0189c2800d9f6fde2fee6407de23dafe75e00a0f577ccc732e3a52f6c4b
do_check() {
# https://bugs.launchpad.net/lxml/+bug/1782078