wok diff python-gdata/receipt @ rev 25315
updated soprano and soprano-dev (2.8.0 -> 2.9.4)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jul 21 06:45:43 2022 +0100 (2022-07-21) |
parents | 1df6fa555414 |
children |
line diff
1.1 --- a/python-gdata/receipt Thu Jan 13 18:29:05 2022 +0000 1.2 +++ b/python-gdata/receipt Thu Jul 21 06:45:43 2022 +0100 1.3 @@ -6,18 +6,19 @@ 1.4 SHORT_DESC="The Google Data APIs for Python." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="Apache" 1.7 +SOURCE="gdata" 1.8 WEB_SITE="https://pypi.org/project/$SOURCE/" 1.9 1.10 -SOURCE="gdata" 1.11 TARBALL="$SOURCE-$VERSION.tar.gz" 1.12 WGET_URL="https://files.pythonhosted.org/packages/source/g/$SOURCE/$TARBALL" 1.13 1.14 DEPENDS="python" 1.15 BUILD_DEPENDS="python python-setuptools" 1.16 1.17 +# What is the latest version available today? 1.18 current_version() 1.19 { 1.20 - wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||' 1.21 + wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||" 1.22 } 1.23 1.24 # Rules to configure and make the package.