# HG changeset patch # User Hans-G?nter Theisgen # Date 1586240127 -3600 # Node ID 89d3440a509c2825b343cd49a30e7a3fe087b0d0 # Parent 6d05491c304ab97ffc490555ae55f3d7ae1f09a4 updated python-restclient (1.3.2 -> 1.3.3) diff -r 6d05491c304a -r 89d3440a509c python-requests/receipt --- a/python-requests/receipt Tue Apr 07 07:06:50 2020 +0100 +++ b/python-requests/receipt Tue Apr 07 07:15:27 2020 +0100 @@ -10,7 +10,7 @@ SOURCE="requests" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$SOURCE-$VERSION.tar.gz" DEPENDS="python" BUILD_DEPENDS="python python-setuptools" diff -r 6d05491c304a -r 89d3440a509c python-restclient/receipt --- a/python-restclient/receipt Tue Apr 07 07:06:50 2020 +0100 +++ b/python-restclient/receipt Tue Apr 07 07:15:27 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="python-restclient" -SOURCE="py-restclient" -VERSION="1.3.2" +VERSION="1.3.3" CATEGORY="development" -SHORT_DESC="A simple REST client for python" +SHORT_DESC="A simple REST client for python." MAINTAINER="claudinei@slitaz.org" LICENSE="MIT" -TARBALL="$PACKAGE-$VERSION.tgz" -WEB_SITE="https://bitbucket.org/benoitc/$SOURCE" -WGET_URL="$WEB_SITE/get/$VERSION.gz" +WEB_SITE="https://pypi.org/project/py-restclient/" + +SOURCE="py-restclient" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python python-httplib2" BUILD_DEPENDS="python python-dev python-setuptools" @@ -24,8 +25,9 @@ genpkg_rules() { PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') + mkdir -p $fs/usr - rm -f $install/usr/lib/$PYTHON_LIB/site-packages/tests/* - rmdir $install/usr/lib/$PYTHON_LIB/site-packages/tests - cp -a $install/usr $fs + rm -f $install/usr/lib/$PYTHON_LIB/site-packages/tests/* + rmdir $install/usr/lib/$PYTHON_LIB/site-packages/tests + cp -a $install/usr $fs }