wok rev 23504

updated python-lxml (2.3 -> 4.5.0)
author Hans-G?nter Theisgen
date Mon Apr 06 09:13:27 2020 +0100 (2020-04-06)
parents ba584564da08
children 384bdaeb16fd
files python-llfuse/receipt python-lxml/receipt
line diff
     1.1 --- a/python-llfuse/receipt	Mon Apr 06 08:57:07 2020 +0100
     1.2 +++ b/python-llfuse/receipt	Mon Apr 06 09:13:27 2020 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  WEB_SITE="https://pypi.org/project/llfuse/"
     1.5  
     1.6  SOURCE="llfuse"
     1.7 -TARBALL="$SOURCE-$VERSION.tar.gz"
     1.8 +TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.9  WGET_URL="https://files.pythonhosted.org/packages/source/l/$SOURCE/$TARBALL"
    1.10  
    1.11  DEPENDS="fuse python"
     2.1 --- a/python-lxml/receipt	Mon Apr 06 08:57:07 2020 +0100
     2.2 +++ b/python-lxml/receipt	Mon Apr 06 09:13:27 2020 +0100
     2.3 @@ -1,27 +1,29 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-lxml"
     2.7 -VERSION="2.3"
     2.8 +VERSION="4.5.0"
     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 +WEB_SITE="https://pypi.org/project/lxml/"
    2.14 +
    2.15  SOURCE="lxml"
    2.16 -TARBALL="$SOURCE-$VERSION.tgz"
    2.17 -WEB_SITE="https://pypi.org/project/lxml/"
    2.18 -WGET_URL="${WEB_SITE}${TARBALL}"
    2.19 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.20 +WGET_URL="https://files.pythonhosted.org/packages/source/l/$SOURCE/$TARBALL"
    2.21  
    2.22 -DEPENDS="python libxml2 libxslt zlib"
    2.23 -BUILD_DEPENDS="python-dev libxml2 libxml2-dev libxslt libxslt-dev python-setuptools"
    2.24 +DEPENDS="libxml2 libxslt python zlib"
    2.25 +BUILD_DEPENDS="libxml2 libxml2-dev libxslt libxslt-dev python python-dev python-setuptools"
    2.26  
    2.27  # Rules to configure and make the package.
    2.28  compile_rules()
    2.29  {
    2.30 -	make && python setup.py install --root=$DESTDIR
    2.31 +	make &&
    2.32 +	python setup.py install --root=$DESTDIR
    2.33  }
    2.34  
    2.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.36  genpkg_rules()
    2.37  {
    2.38 -	cp -a $install/usr $fs
    2.39 +	cp -a $install/usr	$fs
    2.40  }