From 53a6fbfe4e2c2dde2510c756a25361d2491801d3 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 13 Sep 2018 02:04:48 -0300 Subject: [PATCH] python-lxml: update to 4.2.5. --- srcpkgs/python-lxml/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template index 234110fa104..3a1f23c1e28 100644 --- a/srcpkgs/python-lxml/template +++ b/srcpkgs/python-lxml/template @@ -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 " 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