# HG changeset patch # User Hans-G?nter Theisgen # Date 1657717900 -3600 # Node ID 57030e42feb433a1e79180a82c5b9d5226671655 # Parent 84314143aa0b6333774e06606e55f747983006cf updated python-lxml (4.5.0 -> 4.7.1) diff -r 84314143aa0b -r 57030e42feb4 python-lxml/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-lxml/description.txt Wed Jul 13 14:11:40 2022 +0100 @@ -0,0 +1,6 @@ +Lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. +It provides safe and convenient access to these libraries using the +ElementTree API. + +It extends the ElementTree API significantly to offer support for XPath, +RelaxNG, XML Schema, XSLT, C14N and much more. diff -r 84314143aa0b -r 57030e42feb4 python-lxml/receipt --- a/python-lxml/receipt Wed Jul 13 14:06:28 2022 +0100 +++ b/python-lxml/receipt Wed Jul 13 14:11:40 2022 +0100 @@ -1,19 +1,20 @@ # SliTaz package receipt. PACKAGE="python-lxml" -VERSION="4.5.0" +VERSION="4.7.1" CATEGORY="development" SHORT_DESC="Pythonic binding for the libxml2 and libxslt libraries.." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="BSD GPL PSL" +LICENSE="BSD" WEB_SITE="https://pypi.org/project/lxml/" +REPOLOGY="python:lxml" SOURCE="lxml" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://files.pythonhosted.org/packages/source/l/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="libxml2 libxslt python zlib" -BUILD_DEPENDS="libxml2 libxml2-dev libxslt libxslt-dev python python-dev python-setuptools" +BUILD_DEPENDS="libxml2 libxml2-dev libxslt libxslt-dev python-dev python-setuptools" # What is the latest version available today? current_version() @@ -24,7 +25,6 @@ # Rules to configure and make the package. compile_rules() { -# make python setup.py build && python setup.py install --root=$DESTDIR }