wok diff python-lxml/receipt @ rev 25463

Up expat (2.4.9) fixes CVE-2022-40674
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 29 20:05:23 2022 +0000 (20 months ago)
parents 076f424196b2
children
line diff
     1.1 --- a/python-lxml/receipt	Sun Feb 06 11:51:57 2022 +0000
     1.2 +++ b/python-lxml/receipt	Thu Sep 29 20:05:23 2022 +0000
     1.3 @@ -1,19 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-lxml"
     1.7 -VERSION="4.5.0"
     1.8 +VERSION="4.7.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Pythonic binding for the libxml2 and libxslt libraries.."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 -LICENSE="BSD GPL PSL"
    1.13 +LICENSE="BSD"
    1.14  WEB_SITE="https://pypi.org/project/lxml/"
    1.15 +REPOLOGY="python:lxml"
    1.16  
    1.17  SOURCE="lxml"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 -WGET_URL="https://files.pythonhosted.org/packages/source/l/$SOURCE/$TARBALL"
    1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.21  
    1.22  DEPENDS="libxml2 libxslt python zlib"
    1.23 -BUILD_DEPENDS="libxml2 libxml2-dev libxslt libxslt-dev python python-dev python-setuptools"
    1.24 +BUILD_DEPENDS="libxml2 libxml2-dev libxslt libxslt-dev python-dev python-setuptools"
    1.25  
    1.26  # What is the latest version available today?
    1.27  current_version()
    1.28 @@ -24,7 +25,6 @@
    1.29  # Rules to configure and make the package.
    1.30  compile_rules()
    1.31  {
    1.32 -#	make 
    1.33  	python setup.py build &&
    1.34  	python setup.py install --root=$DESTDIR
    1.35  }