# HG changeset patch # User Hans-G?nter Theisgen # Date 1586160807 -3600 # Node ID 3969374b97db3eb2de429cd46e197f26004d9629 # Parent ba584564da08c5f4c0c5f5b9e70c0722cf9832e4 updated python-lxml (2.3 -> 4.5.0) diff -r ba584564da08 -r 3969374b97db python-llfuse/receipt --- a/python-llfuse/receipt Mon Apr 06 08:57:07 2020 +0100 +++ b/python-llfuse/receipt Mon Apr 06 09:13:27 2020 +0100 @@ -9,7 +9,7 @@ WEB_SITE="https://pypi.org/project/llfuse/" SOURCE="llfuse" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="https://files.pythonhosted.org/packages/source/l/$SOURCE/$TARBALL" DEPENDS="fuse python" diff -r ba584564da08 -r 3969374b97db python-lxml/receipt --- a/python-lxml/receipt Mon Apr 06 08:57:07 2020 +0100 +++ b/python-lxml/receipt Mon Apr 06 09:13:27 2020 +0100 @@ -1,27 +1,29 @@ # SliTaz package receipt. PACKAGE="python-lxml" -VERSION="2.3" +VERSION="4.5.0" CATEGORY="development" SHORT_DESC="Pythonic binding for the libxml2 and libxslt libraries.." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD GPL PSL" +WEB_SITE="https://pypi.org/project/lxml/" + SOURCE="lxml" -TARBALL="$SOURCE-$VERSION.tgz" -WEB_SITE="https://pypi.org/project/lxml/" -WGET_URL="${WEB_SITE}${TARBALL}" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/l/$SOURCE/$TARBALL" -DEPENDS="python libxml2 libxslt zlib" -BUILD_DEPENDS="python-dev libxml2 libxml2-dev libxslt libxslt-dev python-setuptools" +DEPENDS="libxml2 libxslt python zlib" +BUILD_DEPENDS="libxml2 libxml2-dev libxslt libxslt-dev python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() { - make && python setup.py install --root=$DESTDIR + make && + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }