wok diff python-futures/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents 1df6fa555414
children
line diff
     1.1 --- a/python-futures/receipt	Thu Jan 13 18:29:05 2022 +0000
     1.2 +++ b/python-futures/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -6,18 +6,19 @@
     1.4  SHORT_DESC="A backport of the concurrent.futures package from Python 3."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="MIT"
     1.7 +SOURCE="futures"
     1.8  WEB_SITE="https://pypi.org/project/$SOURCE/"
     1.9  
    1.10 -SOURCE="futures"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12  WGET_URL="https://files.pythonhosted.org/packages/source/f/$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.