wok rev 25201

updated python-lxml (4.5.0 -> 4.7.1)
author Hans-G?nter Theisgen
date Wed Jul 13 14:11:40 2022 +0100 (22 months ago)
parents 84314143aa0b
children 531652ba9a12
files python-lxml/description.txt python-lxml/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-lxml/description.txt	Wed Jul 13 14:11:40 2022 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +Lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries.
     1.5 +It provides safe and convenient access to these libraries using the
     1.6 +ElementTree API.
     1.7 +
     1.8 +It extends the ElementTree API significantly to offer support for XPath,
     1.9 +RelaxNG, XML Schema, XSLT, C14N and much more.
     2.1 --- a/python-lxml/receipt	Wed Jul 13 14:06:28 2022 +0100
     2.2 +++ b/python-lxml/receipt	Wed Jul 13 14:11:40 2022 +0100
     2.3 @@ -1,19 +1,20 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-lxml"
     2.7 -VERSION="4.5.0"
     2.8 +VERSION="4.7.1"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Pythonic binding for the libxml2 and libxslt libraries.."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 -LICENSE="BSD GPL PSL"
    2.13 +LICENSE="BSD"
    2.14  WEB_SITE="https://pypi.org/project/lxml/"
    2.15 +REPOLOGY="python:lxml"
    2.16  
    2.17  SOURCE="lxml"
    2.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.19 -WGET_URL="https://files.pythonhosted.org/packages/source/l/$SOURCE/$TARBALL"
    2.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    2.21  
    2.22  DEPENDS="libxml2 libxslt python zlib"
    2.23 -BUILD_DEPENDS="libxml2 libxml2-dev libxslt libxslt-dev python python-dev python-setuptools"
    2.24 +BUILD_DEPENDS="libxml2 libxml2-dev libxslt libxslt-dev python-dev python-setuptools"
    2.25  
    2.26  # What is the latest version available today?
    2.27  current_version()
    2.28 @@ -24,7 +25,6 @@
    2.29  # Rules to configure and make the package.
    2.30  compile_rules()
    2.31  {
    2.32 -#	make 
    2.33  	python setup.py build &&
    2.34  	python setup.py install --root=$DESTDIR
    2.35  }