# HG changeset patch # User Hans-G?nter Theisgen # Date 1586104050 -3600 # Node ID 4e935223c917e5efb8a2500165754c9d82fb98e5 # Parent 6bd7ca7be51454265210996347d13703f7553a2f updated python-gdata (2.0.16 -> 2.0.18) diff -r 6bd7ca7be514 -r 4e935223c917 python-gdata/receipt --- a/python-gdata/receipt Sun Apr 05 17:20:51 2020 +0100 +++ b/python-gdata/receipt Sun Apr 05 17:27:30 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-gdata" -SOURCE="gdata" -VERSION="2.0.16" +VERSION="2.0.18" CATEGORY="development" SHORT_DESC="The Google Data APIs for Python." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="Apache" +WEB_SITE="https://pypi.org/project/$SOURCE/" + +SOURCE="gdata" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://pypi.org/project/$SOURCE/" -WGET_URL="http://gdata-python-client.googlecode.com/files/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/g/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python-dev python" +BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. compile_rules() @@ -24,6 +25,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs - cp -a $install/usr $fs + cp -a $install/usr $fs }