wok diff python-gdata/receipt @ rev 24057
Up intel-microcode (20210216), lzsa (1.3.7), xrdp (0.9.16), xorgxrdp (0.2.16)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 08 14:31:15 2021 +0000 (2021-06-08) |
parents | 8dd8bab3f0ca |
children | 1df6fa555414 |
line diff
1.1 --- a/python-gdata/receipt Thu Jan 24 14:51:04 2019 +0100 1.2 +++ b/python-gdata/receipt Tue Jun 08 14:31:15 2021 +0000 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-gdata" 1.7 -SOURCE="gdata" 1.8 -VERSION="2.0.16" 1.9 +VERSION="2.0.18" 1.10 CATEGORY="development" 1.11 SHORT_DESC="The Google Data APIs for Python." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="Apache" 1.14 +WEB_SITE="https://pypi.org/project/$SOURCE/" 1.15 + 1.16 +SOURCE="gdata" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="https://pypi.org/project/$SOURCE/" 1.19 -WGET_URL="http://gdata-python-client.googlecode.com/files/$TARBALL" 1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/g/$SOURCE/$TARBALL" 1.21 1.22 DEPENDS="python" 1.23 -BUILD_DEPENDS="python-dev python" 1.24 +BUILD_DEPENDS="python python-setuptools" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 @@ -24,6 +25,5 @@ 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 - mkdir -p $fs 1.33 - cp -a $install/usr $fs 1.34 + cp -a $install/usr $fs 1.35 }