wok rev 24383

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 06 11:51:57 2022 +0000 (2022-02-06)
parents 3d94ada036f7
children fb22330086d8
files apr/receipt azpainter/receipt bluefish/receipt bsc/receipt cdrtools/receipt clamtk/receipt clisp/receipt crunch/receipt csstidy/receipt cwallpaper-fltk/receipt php-docs-en/receipt pyhn/receipt pymux/receipt python-asterisk/receipt python-backports_abc/receipt python-barcode/receipt python-bcrypt/receipt python-bpython/receipt python-caldav/receipt python-docutils/receipt python-flup/receipt python-formalchemy/receipt python-futures/receipt python-gdata/receipt python-gevent/receipt python-http-parser/receipt python-ipy/receipt python-itsdangerous/receipt python-jedi/receipt python-jinja2/receipt python-llfuse/receipt python-lxml/receipt python-mechanize/receipt python-mygpoclient/receipt python-netaddr/receipt python-netifaces/receipt python-nose/receipt python-opengl-accelerate/receipt python-opengl/receipt python-openid/receipt python-paste/receipt python-pastedeploy/receipt python-pastescript/receipt python-pbr/receipt python-pdfkit/receipt python-phonenumbers/receipt python-ply/receipt python-psutil/receipt python-ptyprocess/receipt python-pyalsaaudio/receipt python-pybluez/receipt python-pygments/receipt python-pylons/receipt python-pyparsing/receipt python-pysol-cards/receipt python-pysqlite/receipt python-pytz/receipt python-pywebdav/receipt python-random2/receipt python-reportlab/receipt python-requests/receipt python-restclient/receipt python-restkit/receipt python-routes/receipt python-serial/receipt python-setproctitle/receipt python-shapely/receipt python-singledispatch/receipt python-six/receipt python-smspdu/receipt python-sqlalchemy/receipt python-terminado/receipt python-tweepy/receipt python-twodict/receipt python-urwid/receipt python-usb/receipt python-vatnumber/receipt python-vobject/receipt python-wcwidth/receipt python-websocket-client/receipt python-xlwt/receipt sbackup/receipt spk/receipt unbound/receipt voxelands/receipt xxdiff/receipt
line diff
     1.1 --- a/apr/receipt	Sun Feb 06 10:59:31 2022 +0100
     1.2 +++ b/apr/receipt	Sun Feb 06 11:51:57 2022 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4  current_version()
     1.5  {
     1.6  	wget -O - ${WGET_URL%/*} 2>/dev/null | \
     1.7 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
     1.8 +	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;/asc/d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
     1.9  }
    1.10  
    1.11  # Rules to configure and make the package.
     2.1 --- a/azpainter/receipt	Sun Feb 06 10:59:31 2022 +0100
     2.2 +++ b/azpainter/receipt	Sun Feb 06 11:51:57 2022 +0000
     2.3 @@ -18,8 +18,8 @@
     2.4  
     2.5  current_version()
     2.6  {
     2.7 -	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
     2.8 -	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
     2.9 +	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
    2.10 +	sed '/-\/tags\//!d;s|.*">v*||;s|<.*||' | tail -n1 
    2.11  }
    2.12  
    2.13  # Rules to configure and make the package.
     3.1 --- a/bluefish/receipt	Sun Feb 06 10:59:31 2022 +0100
     3.2 +++ b/bluefish/receipt	Sun Feb 06 11:51:57 2022 +0000
     3.3 @@ -16,6 +16,13 @@
     3.4  DEPENDS="aspell gtk+ libxml2 pcre shared-mime-info xorg-libXdamage"
     3.5  BUILD_DEPENDS="expat-dev gtk+-dev intltool libxml2-dev pcre-dev"
     3.6  
     3.7 +# What is the latest version available today?
     3.8 +current_version()
     3.9 +{
    3.10 +	wget -O - $WEB_SITE 2>/dev/null | \
    3.11 +	sed '/[0-9] release/!d;s|.*Bluefish ||;s| release.*||;q'
    3.12 +}
    3.13 +
    3.14  # Rules to configure and make the package.
    3.15  compile_rules()
    3.16  {
     4.1 --- a/bsc/receipt	Sun Feb 06 10:59:31 2022 +0100
     4.2 +++ b/bsc/receipt	Sun Feb 06 11:51:57 2022 +0000
     4.3 @@ -16,7 +16,7 @@
     4.4  current_version()
     4.5  {
     4.6  	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
     4.7 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
     4.8 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
     4.9  }
    4.10  
    4.11  # Rules to configure and make the package.
     5.1 --- a/cdrtools/receipt	Sun Feb 06 10:59:31 2022 +0100
     5.2 +++ b/cdrtools/receipt	Sun Feb 06 11:51:57 2022 +0000
     5.3 @@ -15,6 +15,13 @@
     5.4  DEPENDS=""
     5.5  BUILD_DEPENDS="acl-dev libcap-dev"
     5.6  
     5.7 +# What is the latest version available today?
     5.8 +current_version()
     5.9 +{
    5.10 +	wget -O - https://sourceforge.net/projects/cdrtools/files/alpha/ 2>/dev/null | \
    5.11 +	sed '/scope="row/!d;/tar/!d;s|.*/cdrtools-||;s|.tar.*||;q'
    5.12 +}
    5.13 +
    5.14  # Rules to configure and make the package.
    5.15  compile_rules()
    5.16  {
     6.1 --- a/clamtk/receipt	Sun Feb 06 10:59:31 2022 +0100
     6.2 +++ b/clamtk/receipt	Sun Feb 06 11:51:57 2022 +0000
     6.3 @@ -17,6 +17,13 @@
     6.4  perl-net-dns perl-net-ssleay perl-text-csv perl-try-tiny udev slitaz-icon"
     6.5  BUILD_DEPENDS=""
     6.6  
     6.7 +# What is the latest version available today?
     6.8 +current_version()
     6.9 +{
    6.10 +	wget -O - https://github.com/dave-theunsub/clamtk/releases 2>/dev/null | \
    6.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    6.12 +}
    6.13 +
    6.14  # Rules to configure and make the package.
    6.15  compile_rules()
    6.16  {
     7.1 --- a/clisp/receipt	Sun Feb 06 10:59:31 2022 +0100
     7.2 +++ b/clisp/receipt	Sun Feb 06 11:51:57 2022 +0000
     7.3 @@ -13,6 +13,13 @@
     7.4  DEPENDS="readline ncurses libffcall"
     7.5  BUILD_DEPENDS="readline-dev libsigsegv libffcall file"
     7.6  
     7.7 +# What is the latest version available today?
     7.8 +current_version()
     7.9 +{
    7.10 +	wget -O - $WEB_SITE 2>/dev/null | \
    7.11 +	sed '/urrent version/!d;s|.*th><th>||;s| .*||;q'
    7.12 +}
    7.13 +
    7.14  # Rules to configure and make the package.
    7.15  compile_rules()
    7.16  {
     8.1 --- a/crunch/receipt	Sun Feb 06 10:59:31 2022 +0100
     8.2 +++ b/crunch/receipt	Sun Feb 06 11:51:57 2022 +0000
     8.3 @@ -16,7 +16,7 @@
     8.4  current_version()
     8.5  {
     8.6  	wget -O - https://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/ 2>/dev/null | \
     8.7 -	sed '/scope="row/!d;/tgz/!d;s|.*list/crunch-/||;s|.tgz.*||;q'
     8.8 +	sed '/scope="row/!d;/tgz/!d;s|.*list/crunch-||;s|.tgz.*||;q'
     8.9  }
    8.10  
    8.11  # Rules to configure and make the package.
     9.1 --- a/csstidy/receipt	Sun Feb 06 10:59:31 2022 +0100
     9.2 +++ b/csstidy/receipt	Sun Feb 06 11:51:57 2022 +0000
     9.3 @@ -13,6 +13,13 @@
     9.4  DEPENDS=""
     9.5  BUILD_DEPENDS="scons"
     9.6  
     9.7 +# What is the latest version available today?
     9.8 +current_version()
     9.9 +{
    9.10 +	wget -O - $WEB_SITE 2>/dev/null | \
    9.11 +	sed '/C++/!d;s|.*(PHP), ||;s| (C.*||;q'
    9.12 +}
    9.13 +
    9.14  # Rules to configure and make the package.
    9.15  compile_rules()
    9.16  {
    10.1 --- a/cwallpaper-fltk/receipt	Sun Feb 06 10:59:31 2022 +0100
    10.2 +++ b/cwallpaper-fltk/receipt	Sun Feb 06 11:51:57 2022 +0000
    10.3 @@ -15,6 +15,13 @@
    10.4  DEPENDS="fltk"
    10.5  BUILD_DEPENDS="fltk-dev"
    10.6  
    10.7 +# What is the latest version available today?
    10.8 +current_version()
    10.9 +{
   10.10 +	wget -O - http://cwallpaper.sourceforge.net/download.php 2>/dev/null | \
   10.11 +	sed '/cwallpaper-fltk/!d;s|.*-fltk_||;s|.tar.*||;q'
   10.12 +}
   10.13 +
   10.14  # Rules to configure and make the package.
   10.15  compile_rules()
   10.16  {
    11.1 --- a/php-docs-en/receipt	Sun Feb 06 10:59:31 2022 +0100
    11.2 +++ b/php-docs-en/receipt	Sun Feb 06 11:51:57 2022 +0000
    11.3 @@ -11,12 +11,6 @@
    11.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
    11.5  WGET_URL="http://www.php.net/distributions/manual/php_manual_en.tar.gz"
    11.6  
    11.7 -current_version()
    11.8 -{
    11.9 -	wget -O - https://pear.php.net/package/Auth_SASL 2>/dev/null | \
   11.10 -	sed '/released/!d;s|.*>\([0-9\.]*\)<.*|\1|'
   11.11 -}
   11.12 -
   11.13  # Rules to gen a SliTaz package suitable for Tazpkg.
   11.14  genpkg_rules()
   11.15  {
    12.1 --- a/pyhn/receipt	Sun Feb 06 10:59:31 2022 +0100
    12.2 +++ b/pyhn/receipt	Sun Feb 06 11:51:57 2022 +0000
    12.3 @@ -13,13 +13,6 @@
    12.4  DEPENDS="python python-urwid"
    12.5  BUILD_DEPENDS="python-dev python-urwid git bzip2"
    12.6  
    12.7 -# What is the latest version available today?
    12.8 -current_version()
    12.9 -{
   12.10 -	wget -O - $WEB_SITE 2>/dev/null | \
   12.11 -	sed '/Release/!d;s|.*>Release ||;s|<.*||;q'
   12.12 -}
   12.13 -
   12.14  # Rules to configure and make the package.
   12.15  compile_rules()
   12.16  {
    13.1 --- a/pymux/receipt	Sun Feb 06 10:59:31 2022 +0100
    13.2 +++ b/pymux/receipt	Sun Feb 06 11:51:57 2022 +0000
    13.3 @@ -5,7 +5,7 @@
    13.4  CATEGORY="utilities"
    13.5  SHORT_DESC="A terminal multiplexer (like tmux) in Python."
    13.6  MAINTAINER="paul@slitaz.org"
    13.7 -WEB_SITE="https://github.com/jonathanslenders/pymux"
    13.8 +WEB_SITE="https://pypi.org/project/pymux/"
    13.9  
   13.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   13.11  WGET_URL="https://pypi.python.org/packages/source/p/$PACKAGE/$TARBALL"
   13.12 @@ -17,8 +17,7 @@
   13.13  # What is the latest version available today?
   13.14  current_version()
   13.15  {
   13.16 -	wget -O - $WEB_SITE/tags 2>/dev/null | \
   13.17 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   13.18 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$PACKAGE [0-9]/!d;s|.*$PACKAGE ||;s|<.*||;q"
   13.19  }
   13.20  
   13.21  # Rules to configure and make the package.
    14.1 --- a/python-asterisk/receipt	Sun Feb 06 10:59:31 2022 +0100
    14.2 +++ b/python-asterisk/receipt	Sun Feb 06 11:51:57 2022 +0000
    14.3 @@ -14,10 +14,10 @@
    14.4  DEPENDS="python"
    14.5  BUILD_DEPENDS="python-dev python"
    14.6  
    14.7 +# What is the latest version available today?
    14.8  current_version()
    14.9  {
   14.10 -	wget -O - $WEB_SITE 2>/dev/null | \
   14.11 -	sed '/, version /!d;s|.*version ||;s|<.*||'
   14.12 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   14.13  }
   14.14  
   14.15  # Rules to configure and make the package.
    15.1 --- a/python-backports_abc/receipt	Sun Feb 06 10:59:31 2022 +0100
    15.2 +++ b/python-backports_abc/receipt	Sun Feb 06 11:51:57 2022 +0000
    15.3 @@ -14,9 +14,10 @@
    15.4  DEPENDS="python"
    15.5  BUILD_DEPENDS="python python-setuptools"
    15.6  
    15.7 +# What is the latest version available today?
    15.8  current_version()
    15.9  {
   15.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   15.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   15.12  }
   15.13  
   15.14  # Rules to configure and make the package.
    16.1 --- a/python-barcode/receipt	Sun Feb 06 10:59:31 2022 +0100
    16.2 +++ b/python-barcode/receipt	Sun Feb 06 11:51:57 2022 +0000
    16.3 @@ -14,9 +14,10 @@
    16.4  DEPENDS="python"
    16.5  BUILD_DEPENDS="python python-setuptools wget"
    16.6  
    16.7 +# What is the latest version available today?
    16.8  current_version()
    16.9  {
   16.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   16.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$PACKAGE [0-9]/!d;s|.*$PACKAGE ||;s|<.*||"
   16.12  }
   16.13  
   16.14  # Rules to configure and make the package.
    17.1 --- a/python-bcrypt/receipt	Sun Feb 06 10:59:31 2022 +0100
    17.2 +++ b/python-bcrypt/receipt	Sun Feb 06 11:51:57 2022 +0000
    17.3 @@ -15,13 +15,13 @@
    17.4  DEPENDS="python-cffi"
    17.5  BUILD_DEPENDS="libffi-dev python-cffi python-cparser python-dev python-setuptools"
    17.6  
    17.7 +# What is the latest version available today?
    17.8  current_version()
    17.9  {
   17.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   17.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   17.12  }
   17.13  
   17.14  # Rules to configure and make the package.
   17.15 -# Rules to configure and make the package.
   17.16  compile_rules()
   17.17  {
   17.18  	python setup.py build &&
    18.1 --- a/python-bpython/receipt	Sun Feb 06 10:59:31 2022 +0100
    18.2 +++ b/python-bpython/receipt	Sun Feb 06 11:51:57 2022 +0000
    18.3 @@ -6,18 +6,19 @@
    18.4  SHORT_DESC="A fancy interface to the Python interpreter."
    18.5  MAINTAINER="claudinei@slitaz.org"
    18.6  LICENSE="MIT"
    18.7 +SOURCE="bpython"
    18.8  WEB_SITE="https://pypi.org/project/$SOURCE/"
    18.9  
   18.10 -SOURCE="bpython"
   18.11  TARBALL="$SOURCE-$VERSION.tar.gz"
   18.12  WGET_URL="https://files.pythonhosted.org/packages/source/b/$SOURCE/$TARBALL"
   18.13  
   18.14  DEPENDS="python python-pygments python-setuptools"
   18.15  BUILD_DEPENDS="$DEPENDS python-dev"
   18.16  
   18.17 +# What is the latest version available today?
   18.18  current_version()
   18.19  {
   18.20 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   18.21 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   18.22  }
   18.23  
   18.24  # Rules to configure and make the package.
    19.1 --- a/python-caldav/receipt	Sun Feb 06 10:59:31 2022 +0100
    19.2 +++ b/python-caldav/receipt	Sun Feb 06 11:51:57 2022 +0000
    19.3 @@ -15,9 +15,10 @@
    19.4  DEPENDS="python"
    19.5  BUILD_DEPENDS="python python-dev python-setuptools"
    19.6  
    19.7 +# What is the latest version available today?
    19.8  current_version()
    19.9  {
   19.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   19.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   19.12  }
   19.13  
   19.14  # Rules to configure and make the package.
    20.1 --- a/python-docutils/receipt	Sun Feb 06 10:59:31 2022 +0100
    20.2 +++ b/python-docutils/receipt	Sun Feb 06 11:51:57 2022 +0000
    20.3 @@ -16,9 +16,10 @@
    20.4  DEPENDS="python"
    20.5  BUILD_DEPENDS="python python-dev python-setuptools"
    20.6  
    20.7 +# What is the latest version available today?
    20.8  current_version()
    20.9  {
   20.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   20.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   20.12  }
   20.13  
   20.14  # Rules to configure and make the package.
    21.1 --- a/python-flup/receipt	Sun Feb 06 10:59:31 2022 +0100
    21.2 +++ b/python-flup/receipt	Sun Feb 06 11:51:57 2022 +0000
    21.3 @@ -15,9 +15,10 @@
    21.4  DEPENDS="python"
    21.5  BUILD_DEPENDS="python python-dev python-distribute python-setuptools"
    21.6  
    21.7 +# What is the latest version available today?
    21.8  current_version()
    21.9  {
   21.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   21.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   21.12  }
   21.13  
   21.14  # Rules to configure and make the package.
    22.1 --- a/python-formalchemy/receipt	Sun Feb 06 10:59:31 2022 +0100
    22.2 +++ b/python-formalchemy/receipt	Sun Feb 06 11:51:57 2022 +0000
    22.3 @@ -16,9 +16,10 @@
    22.4  	python-webhelpers python-webob"
    22.5  BUILD_DEPENDS="python-dev python-setuptools"
    22.6  
    22.7 +# What is the latest version available today?
    22.8  current_version()
    22.9  {
   22.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   22.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   22.12  }
   22.13  
   22.14  # Rules to configure and make the package.
    23.1 --- a/python-futures/receipt	Sun Feb 06 10:59:31 2022 +0100
    23.2 +++ b/python-futures/receipt	Sun Feb 06 11:51:57 2022 +0000
    23.3 @@ -6,18 +6,19 @@
    23.4  SHORT_DESC="A backport of the concurrent.futures package from Python 3."
    23.5  MAINTAINER="pascal.bellard@slitaz.org"
    23.6  LICENSE="MIT"
    23.7 +SOURCE="futures"
    23.8  WEB_SITE="https://pypi.org/project/$SOURCE/"
    23.9  
   23.10 -SOURCE="futures"
   23.11  TARBALL="$SOURCE-$VERSION.tar.gz"
   23.12  WGET_URL="https://files.pythonhosted.org/packages/source/f/$SOURCE/$TARBALL"
   23.13  
   23.14  DEPENDS="python"
   23.15  BUILD_DEPENDS="python python-setuptools"
   23.16  
   23.17 +# What is the latest version available today?
   23.18  current_version()
   23.19  {
   23.20 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   23.21 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   23.22  }
   23.23  
   23.24  # Rules to configure and make the package.
    24.1 --- a/python-gdata/receipt	Sun Feb 06 10:59:31 2022 +0100
    24.2 +++ b/python-gdata/receipt	Sun Feb 06 11:51:57 2022 +0000
    24.3 @@ -6,18 +6,19 @@
    24.4  SHORT_DESC="The Google Data APIs for Python."
    24.5  MAINTAINER="pascal.bellard@slitaz.org"
    24.6  LICENSE="Apache"
    24.7 +SOURCE="gdata"
    24.8  WEB_SITE="https://pypi.org/project/$SOURCE/"
    24.9  
   24.10 -SOURCE="gdata"
   24.11  TARBALL="$SOURCE-$VERSION.tar.gz"
   24.12  WGET_URL="https://files.pythonhosted.org/packages/source/g/$SOURCE/$TARBALL"
   24.13  
   24.14  DEPENDS="python"
   24.15  BUILD_DEPENDS="python python-setuptools"
   24.16  
   24.17 +# What is the latest version available today?
   24.18  current_version()
   24.19  {
   24.20 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   24.21 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   24.22  }
   24.23  
   24.24  # Rules to configure and make the package.
    25.1 --- a/python-gevent/receipt	Sun Feb 06 10:59:31 2022 +0100
    25.2 +++ b/python-gevent/receipt	Sun Feb 06 11:51:57 2022 +0000
    25.3 @@ -15,9 +15,10 @@
    25.4  DEPENDS="python"
    25.5  BUILD_DEPENDS="file libevent-dev python python-dev python-setuptools"
    25.6  
    25.7 +# What is the latest version available today?
    25.8  current_version()
    25.9  {
   25.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   25.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||;q"
   25.12  }
   25.13  
   25.14  # Rules to configure and make the package.
    26.1 --- a/python-http-parser/receipt	Sun Feb 06 10:59:31 2022 +0100
    26.2 +++ b/python-http-parser/receipt	Sun Feb 06 11:51:57 2022 +0000
    26.3 @@ -16,10 +16,10 @@
    26.4  DEPENDS="python"
    26.5  BUILD_DEPENDS="python-cython python-dev python-setuptools"
    26.6  
    26.7 +# What is the latest version available today?
    26.8  current_version()
    26.9  {
   26.10 -	wget -O - $WEB_SITE 2>/dev/null | \
   26.11 -	sed '/, version/!d;s|.*version ||;s|<.*||;q'
   26.12 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   26.13  }
   26.14  
   26.15  # Rules to configure and make the package.
    27.1 --- a/python-ipy/receipt	Sun Feb 06 10:59:31 2022 +0100
    27.2 +++ b/python-ipy/receipt	Sun Feb 06 11:51:57 2022 +0000
    27.3 @@ -18,7 +18,7 @@
    27.4  # What is the latest version available today?
    27.5  current_version()
    27.6  {
    27.7 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
    27.8 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||;q"
    27.9  }
   27.10  
   27.11  # Rules to configure and make the package.
    28.1 --- a/python-itsdangerous/receipt	Sun Feb 06 10:59:31 2022 +0100
    28.2 +++ b/python-itsdangerous/receipt	Sun Feb 06 11:51:57 2022 +0000
    28.3 @@ -15,9 +15,10 @@
    28.4  DEPENDS="python"
    28.5  BUILD_DEPENDS="python python-setuptools"
    28.6  
    28.7 +# What is the latest version available today?
    28.8  current_version()
    28.9  {
   28.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   28.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   28.12  }
   28.13  
   28.14  # Rules to configure and make the package.
    29.1 --- a/python-jedi/receipt	Sun Feb 06 10:59:31 2022 +0100
    29.2 +++ b/python-jedi/receipt	Sun Feb 06 11:51:57 2022 +0000
    29.3 @@ -15,9 +15,10 @@
    29.4  DEPENDS="python"
    29.5  BUILD_DEPENDS="python python-dev python-setuptools"
    29.6  
    29.7 +# What is the latest version available today?
    29.8  current_version()
    29.9  {
   29.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   29.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   29.12  }
   29.13  
   29.14  # Rules to configure and make the package.
    30.1 --- a/python-jinja2/receipt	Sun Feb 06 10:59:31 2022 +0100
    30.2 +++ b/python-jinja2/receipt	Sun Feb 06 11:51:57 2022 +0000
    30.3 @@ -15,9 +15,10 @@
    30.4  DEPENDS="python python-markupsafe"
    30.5  BUILD_DEPENDS="python python-setuptools"
    30.6  
    30.7 +# What is the latest version available today?
    30.8  current_version()
    30.9  {
   30.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   30.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   30.12  }
   30.13  
   30.14  # Rules to configure and make the package.
    31.1 --- a/python-llfuse/receipt	Sun Feb 06 10:59:31 2022 +0100
    31.2 +++ b/python-llfuse/receipt	Sun Feb 06 11:51:57 2022 +0000
    31.3 @@ -16,9 +16,10 @@
    31.4  BUILD_DEPENDS="attr-dev fuse-dev openssl python python-dev python-distribute 
    31.5  	python-setuptools"
    31.6  
    31.7 +# What is the latest version available today?
    31.8  current_version()
    31.9  {
   31.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   31.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   31.12  }
   31.13  
   31.14  # Rules to configure and make the package.
    32.1 --- a/python-lxml/receipt	Sun Feb 06 10:59:31 2022 +0100
    32.2 +++ b/python-lxml/receipt	Sun Feb 06 11:51:57 2022 +0000
    32.3 @@ -15,9 +15,10 @@
    32.4  DEPENDS="libxml2 libxslt python zlib"
    32.5  BUILD_DEPENDS="libxml2 libxml2-dev libxslt libxslt-dev python python-dev python-setuptools"
    32.6  
    32.7 +# What is the latest version available today?
    32.8  current_version()
    32.9  {
   32.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   32.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   32.12  }
   32.13  
   32.14  # Rules to configure and make the package.
    33.1 --- a/python-mechanize/receipt	Sun Feb 06 10:59:31 2022 +0100
    33.2 +++ b/python-mechanize/receipt	Sun Feb 06 11:51:57 2022 +0000
    33.3 @@ -17,9 +17,10 @@
    33.4  
    33.5  HOST_ARCH="i486 arm"
    33.6  
    33.7 +# What is the latest version available today?
    33.8  current_version()
    33.9  {
   33.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   33.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   33.12  }
   33.13  
   33.14  # Rules to configure and make the package.
    34.1 --- a/python-mygpoclient/receipt	Sun Feb 06 10:59:31 2022 +0100
    34.2 +++ b/python-mygpoclient/receipt	Sun Feb 06 11:51:57 2022 +0000
    34.3 @@ -15,9 +15,10 @@
    34.4  DEPENDS="python python-simplejson"
    34.5  BUILD_DEPENDS="python python-dev"
    34.6  
    34.7 +# What is the latest version available today?
    34.8  current_version()
    34.9  {
   34.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   34.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   34.12  }
   34.13  
   34.14  # Rules to configure and make the package.
    35.1 --- a/python-netaddr/receipt	Sun Feb 06 10:59:31 2022 +0100
    35.2 +++ b/python-netaddr/receipt	Sun Feb 06 11:51:57 2022 +0000
    35.3 @@ -17,9 +17,10 @@
    35.4  
    35.5  HOST_ARCH="i486 arm"
    35.6  
    35.7 +# What is the latest version available today?
    35.8  current_version()
    35.9  {
   35.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   35.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   35.12  }
   35.13  
   35.14  # Rules to configure and make the package.
    36.1 --- a/python-netifaces/receipt	Sun Feb 06 10:59:31 2022 +0100
    36.2 +++ b/python-netifaces/receipt	Sun Feb 06 11:51:57 2022 +0000
    36.3 @@ -6,18 +6,19 @@
    36.4  SHORT_DESC="Portable access to network interfaces from Python."
    36.5  MAINTAINER="monghitri@aruba.it"
    36.6  LICENSE="MIT"
    36.7 +SOURCE="netifaces"
    36.8  WEB_SITE="https://pypi.org/project/$SOURCE/"
    36.9  
   36.10 -SOURCE="netifaces"
   36.11  TARBALL="$SOURCE-$VERSION.tar.gz"
   36.12  WGET_URL="https://files.pythonhosted.org/packages/source/n/$SOURCE/$TARBALL"
   36.13  
   36.14  DEPENDS="python"
   36.15  BUILD_DEPENDS="python python-dev python-setuptools"
   36.16  
   36.17 +# What is the latest version available today?
   36.18  current_version()
   36.19  {
   36.20 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   36.21 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   36.22  }
   36.23  
   36.24  # Rules to configure and make the package.
    37.1 --- a/python-nose/receipt	Sun Feb 06 10:59:31 2022 +0100
    37.2 +++ b/python-nose/receipt	Sun Feb 06 11:51:57 2022 +0000
    37.3 @@ -16,9 +16,10 @@
    37.4  DEPENDS="python"
    37.5  BUILD_DEPENDS="python python-dev"
    37.6  
    37.7 +# What is the latest version available today?
    37.8  current_version()
    37.9  {
   37.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   37.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   37.12  }
   37.13  
   37.14  # Rules to configure and make the package.
    38.1 --- a/python-opengl-accelerate/receipt	Sun Feb 06 10:59:31 2022 +0100
    38.2 +++ b/python-opengl-accelerate/receipt	Sun Feb 06 11:51:57 2022 +0000
    38.3 @@ -15,9 +15,10 @@
    38.4  DEPENDS="python python-opengl"
    38.5  BUILD_DEPENDS="python python-dev python-opengl"
    38.6  
    38.7 +# What is the latest version available today?
    38.8  current_version()
    38.9  {
   38.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   38.11 +	wget -O - $WEB_SITE 2>/dev/null | sed '/PyOpenGL [0-9]/!d;s|.*PyOpenGL ||;s|<.*||;q'
   38.12  }
   38.13  
   38.14  # Rules to configure and make the package.
    39.1 --- a/python-opengl/receipt	Sun Feb 06 10:59:31 2022 +0100
    39.2 +++ b/python-opengl/receipt	Sun Feb 06 11:51:57 2022 +0000
    39.3 @@ -15,9 +15,10 @@
    39.4  DEPENDS="freeglut python python-numpy python-pil"
    39.5  BUILD_DEPENDS="freeglut-dev python python-dev"
    39.6  
    39.7 +# What is the latest version available today?
    39.8  current_version()
    39.9  {
   39.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   39.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   39.12  }
   39.13  
   39.14  # Rules to configure and make the package.
    40.1 --- a/python-openid/receipt	Sun Feb 06 10:59:31 2022 +0100
    40.2 +++ b/python-openid/receipt	Sun Feb 06 11:51:57 2022 +0000
    40.3 @@ -14,9 +14,10 @@
    40.4  DEPENDS="python"
    40.5  BUILD_DEPENDS="python python-dev"
    40.6  
    40.7 +# What is the latest version available today?
    40.8  current_version()
    40.9  {
   40.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   40.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$PACKAGE [0-9]/!d;s|.*$PACKAGE ||;s|<.*||;q"
   40.12  }
   40.13  
   40.14  # Rules to configure and make the package.
    41.1 --- a/python-paste/receipt	Sun Feb 06 10:59:31 2022 +0100
    41.2 +++ b/python-paste/receipt	Sun Feb 06 11:51:57 2022 +0000
    41.3 @@ -18,9 +18,10 @@
    41.4  
    41.5  HOST_ARCH="i486 arm"
    41.6  
    41.7 +# What is the latest version available today?
    41.8  current_version()
    41.9  {
   41.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   41.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   41.12  }
   41.13  
   41.14  # Rules to configure and make the package.
    42.1 --- a/python-pastedeploy/receipt	Sun Feb 06 10:59:31 2022 +0100
    42.2 +++ b/python-pastedeploy/receipt	Sun Feb 06 11:51:57 2022 +0000
    42.3 @@ -16,9 +16,10 @@
    42.4  DEPENDS="python python-paste"
    42.5  BUILD_DEPENDS="$DEPENDS python-dev python-setuptools"
    42.6  
    42.7 +# What is the latest version available today?
    42.8  current_version()
    42.9  {
   42.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   42.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   42.12  }
   42.13  
   42.14  # Rules to configure and make the package.
    43.1 --- a/python-pastescript/receipt	Sun Feb 06 10:59:31 2022 +0100
    43.2 +++ b/python-pastescript/receipt	Sun Feb 06 11:51:57 2022 +0000
    43.3 @@ -16,9 +16,10 @@
    43.4  DEPENDS="python python-paste python-pastedeploy"
    43.5  BUILD_DEPENDS="python python-setuptools"
    43.6  
    43.7 +# What is the latest version available today?
    43.8  current_version()
    43.9  {
   43.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   43.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   43.12  }
   43.13  
   43.14  # Rules to configure and make the package.
    44.1 --- a/python-pbr/receipt	Sun Feb 06 10:59:31 2022 +0100
    44.2 +++ b/python-pbr/receipt	Sun Feb 06 11:51:57 2022 +0000
    44.3 @@ -15,9 +15,10 @@
    44.4  DEPENDS="python"
    44.5  BUILD_DEPENDS="python python-setuptools"
    44.6  
    44.7 +# What is the latest version available today?
    44.8  current_version()
    44.9  {
   44.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   44.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   44.12  }
   44.13  
   44.14  # Rules to configure and make the package.
    45.1 --- a/python-pdfkit/receipt	Sun Feb 06 10:59:31 2022 +0100
    45.2 +++ b/python-pdfkit/receipt	Sun Feb 06 11:51:57 2022 +0000
    45.3 @@ -7,15 +7,17 @@
    45.4  MAINTAINER="pascal.bellard@slitaz.org"
    45.5  LICENSE="MIT"
    45.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    45.7 -WEB_SITE="https://pypi.org/project/pdfkit/"
    45.8 +SOURCE="bundled-pdfkit"
    45.9 +WEB_SITE="https://pypi.org/project/$SOURCE/"
   45.10  WGET_URL="https://files.pythonhosted.org/packages/a1/98/6988328f72fe3be4cbfcb6cbfc3066a00bf111ca7821a83dd0ce56e2cf57/pdfkit-$VERSION.tar.gz"
   45.11  
   45.12  DEPENDS="python wkhtmltopdf"
   45.13  BUILD_DEPENDS="python-setuptools"
   45.14  
   45.15 +# What is the latest version available today?
   45.16  current_version()
   45.17  {
   45.18 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   45.19 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||;q"
   45.20  }
   45.21  
   45.22  # Rules to configure and make the package.
    46.1 --- a/python-phonenumbers/receipt	Sun Feb 06 10:59:31 2022 +0100
    46.2 +++ b/python-phonenumbers/receipt	Sun Feb 06 11:51:57 2022 +0000
    46.3 @@ -15,9 +15,10 @@
    46.4  DEPENDS="python"
    46.5  BUILD_DEPENDS="python python-dev"
    46.6  
    46.7 +# What is the latest version available today?
    46.8  current_version()
    46.9  {
   46.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   46.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   46.12  }
   46.13  
   46.14  # Rules to configure and make the package.
    47.1 --- a/python-ply/receipt	Sun Feb 06 10:59:31 2022 +0100
    47.2 +++ b/python-ply/receipt	Sun Feb 06 11:51:57 2022 +0000
    47.3 @@ -18,9 +18,10 @@
    47.4  
    47.5  HOST_ARCH="i486 arm"
    47.6  
    47.7 +# What is the latest version available today?
    47.8  current_version()
    47.9  {
   47.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   47.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   47.12  }
   47.13  
   47.14  # Rules to configure and make the package.
    48.1 --- a/python-psutil/receipt	Sun Feb 06 10:59:31 2022 +0100
    48.2 +++ b/python-psutil/receipt	Sun Feb 06 11:51:57 2022 +0000
    48.3 @@ -6,9 +6,9 @@
    48.4  SHORT_DESC="A process and system utilities module for Python."
    48.5  MAINTAINER="paul@slitaz.org"
    48.6  LICENSE="BSD"
    48.7 +SOURCE="psutil"
    48.8  WEB_SITE="https://pypi.org/project/$SOURCE/"
    48.9  
   48.10 -SOURCE="psutil"
   48.11  TARBALL="$SOURCE-$VERSION.tar.gz"
   48.12  WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL"
   48.13  
   48.14 @@ -17,9 +17,10 @@
   48.15  
   48.16  HOST_ARCH="i486 arm"
   48.17  
   48.18 +# What is the latest version available today?
   48.19  current_version()
   48.20  {
   48.21 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   48.22 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||;q"
   48.23  }
   48.24  
   48.25  # Rules to configure and make the package.
    49.1 --- a/python-ptyprocess/receipt	Sun Feb 06 10:59:31 2022 +0100
    49.2 +++ b/python-ptyprocess/receipt	Sun Feb 06 11:51:57 2022 +0000
    49.3 @@ -14,9 +14,10 @@
    49.4  DEPENDS="python"
    49.5  BUILD_DEPENDS="python python-setuptools"
    49.6  
    49.7 +# What is the latest version available today?
    49.8  current_version()
    49.9  {
   49.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   49.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   49.12  }
   49.13  
   49.14  # Rules to configure and make the package.
    50.1 --- a/python-pyalsaaudio/receipt	Sun Feb 06 10:59:31 2022 +0100
    50.2 +++ b/python-pyalsaaudio/receipt	Sun Feb 06 11:51:57 2022 +0000
    50.3 @@ -16,9 +16,10 @@
    50.4  DEPENDS="alsa-lib python"
    50.5  BUILD_DEPENDS="alsa-lib-dev python python-dev python-setuptools"
    50.6  
    50.7 +# What is the latest version available today?
    50.8  current_version()
    50.9  {
   50.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   50.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   50.12  }
   50.13  
   50.14  # Rules to configure and make the package.
    51.1 --- a/python-pybluez/receipt	Sun Feb 06 10:59:31 2022 +0100
    51.2 +++ b/python-pybluez/receipt	Sun Feb 06 11:51:57 2022 +0000
    51.3 @@ -15,9 +15,10 @@
    51.4  DEPENDS="bluez python"
    51.5  BUILD_DEPENDS="$DEPENDS bluez-dev python-dev python-setuptools"
    51.6  
    51.7 +# What is the latest version available today?
    51.8  current_version()
    51.9  {
   51.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   51.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   51.12  }
   51.13  
   51.14  # Rules to configure and make the package.
    52.1 --- a/python-pygments/receipt	Sun Feb 06 10:59:31 2022 +0100
    52.2 +++ b/python-pygments/receipt	Sun Feb 06 11:51:57 2022 +0000
    52.3 @@ -15,9 +15,10 @@
    52.4  DEPENDS="python"
    52.5  BUILD_DEPENDS="python python-setuptools"
    52.6  
    52.7 +# What is the latest version available today?
    52.8  current_version()
    52.9  {
   52.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   52.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   52.12  }
   52.13  
   52.14  # Rules to configure and make the package.
    53.1 --- a/python-pylons/receipt	Sun Feb 06 10:59:31 2022 +0100
    53.2 +++ b/python-pylons/receipt	Sun Feb 06 11:51:57 2022 +0000
    53.3 @@ -16,9 +16,10 @@
    53.4  DEPENDS="python"
    53.5  BUILD_DEPENDS="python python-dev python-setuptools"
    53.6  
    53.7 +# What is the latest version available today?
    53.8  current_version()
    53.9  {
   53.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   53.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||;q"
   53.12  }
   53.13  
   53.14  # Rules to configure and make the package.
    54.1 --- a/python-pyparsing/receipt	Sun Feb 06 10:59:31 2022 +0100
    54.2 +++ b/python-pyparsing/receipt	Sun Feb 06 11:51:57 2022 +0000
    54.3 @@ -15,9 +15,10 @@
    54.4  DEPENDS="python"
    54.5  BUILD_DEPENDS="python python-setuptools"
    54.6  
    54.7 +# What is the latest version available today?
    54.8  current_version()
    54.9  {
   54.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   54.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   54.12  }
   54.13  
   54.14  # Rules to configure and make the package.
    55.1 --- a/python-pysol-cards/receipt	Sun Feb 06 10:59:31 2022 +0100
    55.2 +++ b/python-pysol-cards/receipt	Sun Feb 06 11:51:57 2022 +0000
    55.3 @@ -15,13 +15,13 @@
    55.4  DEPENDS="python"
    55.5  BUILD_DEPENDS="python python-pbr python-setuptools"
    55.6  
    55.7 +# What is the latest version available today?
    55.8  current_version()
    55.9  {
   55.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   55.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/${SOURCE/_/-} [0-9]/!d;s|.*${SOURCE/_/-} ||;s|<.*||;q"
   55.12  }
   55.13  
   55.14  # Rules to configure and make the package.
   55.15 -# Rules to configure and make the package.
   55.16  compile_rules()
   55.17  {
   55.18  	python setup.py install --root=$DESTDIR
    56.1 --- a/python-pysqlite/receipt	Sun Feb 06 10:59:31 2022 +0100
    56.2 +++ b/python-pysqlite/receipt	Sun Feb 06 11:51:57 2022 +0000
    56.3 @@ -6,22 +6,22 @@
    56.4  SHORT_DESC="Python interface for the SQLite database."
    56.5  MAINTAINER="sygne@ombres.eu"
    56.6  LICENSE="zlib/libpng"
    56.7 +SOURCE="pysqlite"
    56.8  WEB_SITE="https://pypi.org/project/$SOURCE/"
    56.9  
   56.10 -SOURCE="pysqlite"
   56.11  TARBALL="$SOURCE-$VERSION.tar.gz"
   56.12  WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
   56.13  
   56.14  DEPENDS="python sqlite"
   56.15  BUILD_DEPENDS="python python-dev sqlite-dev"
   56.16  
   56.17 +# What is the latest version available today?
   56.18  current_version()
   56.19  {
   56.20 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   56.21 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   56.22  }
   56.23  
   56.24  # Rules to configure and make the package.
   56.25 -# Rules to configure and make the package.
   56.26  compile_rules()
   56.27  {
   56.28  	cp $stuff/setup.cfg .
    57.1 --- a/python-pytz/receipt	Sun Feb 06 10:59:31 2022 +0100
    57.2 +++ b/python-pytz/receipt	Sun Feb 06 11:51:57 2022 +0000
    57.3 @@ -15,13 +15,13 @@
    57.4  DEPENDS="python"
    57.5  BUILD_DEPENDS="python python-dev"
    57.6  
    57.7 +# What is the latest version available today?
    57.8  current_version()
    57.9  {
   57.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   57.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   57.12  }
   57.13  
   57.14  # Rules to configure and make the package.
   57.15 -# Rules to configure and make the package.
   57.16  compile_rules()
   57.17  {
   57.18  	python setup.py build &&
    58.1 --- a/python-pywebdav/receipt	Sun Feb 06 10:59:31 2022 +0100
    58.2 +++ b/python-pywebdav/receipt	Sun Feb 06 11:51:57 2022 +0000
    58.3 @@ -14,13 +14,13 @@
    58.4  DEPENDS="python"
    58.5  BUILD_DEPENDS="python-dev python python-setuptools"
    58.6  
    58.7 +# What is the latest version available today?
    58.8  current_version()
    58.9  {
   58.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   58.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   58.12  }
   58.13  
   58.14  # Rules to configure and make the package.
   58.15 -# Rules to configure and make the package.
   58.16  compile_rules()
   58.17  {
   58.18  	python setup.py develop &&
    59.1 --- a/python-random2/receipt	Sun Feb 06 10:59:31 2022 +0100
    59.2 +++ b/python-random2/receipt	Sun Feb 06 11:51:57 2022 +0000
    59.3 @@ -15,13 +15,13 @@
    59.4  DEPENDS="python"
    59.5  BUILD_DEPENDS="python-dev python-setuptools"
    59.6  
    59.7 +# What is the latest version available today?
    59.8  current_version()
    59.9  {
   59.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   59.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   59.12  }
   59.13  
   59.14  # Rules to configure and make the package.
   59.15 -# Rules to configure and make the package.
   59.16  compile_rules()
   59.17  {
   59.18  	python setup.py install --root=$DESTDIR
    60.1 --- a/python-reportlab/receipt	Sun Feb 06 10:59:31 2022 +0100
    60.2 +++ b/python-reportlab/receipt	Sun Feb 06 11:51:57 2022 +0000
    60.3 @@ -15,13 +15,13 @@
    60.4  DEPENDS="freetype python"
    60.5  BUILD_DEPENDS="python python-dev"
    60.6  
    60.7 +# What is the latest version available today?
    60.8  current_version()
    60.9  {
   60.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   60.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   60.12  }
   60.13  
   60.14  # Rules to configure and make the package.
   60.15 -# Rules to configure and make the package.
   60.16  compile_rules()
   60.17  {
   60.18  	python setup.py build &&
    61.1 --- a/python-requests/receipt	Sun Feb 06 10:59:31 2022 +0100
    61.2 +++ b/python-requests/receipt	Sun Feb 06 11:51:57 2022 +0000
    61.3 @@ -15,13 +15,13 @@
    61.4  DEPENDS="python"
    61.5  BUILD_DEPENDS="python python-setuptools"
    61.6  
    61.7 +# What is the latest version available today?
    61.8  current_version()
    61.9  {
   61.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   61.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   61.12  }
   61.13  
   61.14  # Rules to configure and make the package.
   61.15 -# Rules to configure and make the package.
   61.16  compile_rules()
   61.17  {
   61.18  	python setup.py install --no-compile --root=$install
    62.1 --- a/python-restclient/receipt	Sun Feb 06 10:59:31 2022 +0100
    62.2 +++ b/python-restclient/receipt	Sun Feb 06 11:51:57 2022 +0000
    62.3 @@ -15,13 +15,13 @@
    62.4  DEPENDS="python python-httplib2"
    62.5  BUILD_DEPENDS="python python-dev python-setuptools"
    62.6  
    62.7 +# What is the latest version available today?
    62.8  current_version()
    62.9  {
   62.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   62.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   62.12  }
   62.13  
   62.14  # Rules to configure and make the package.
   62.15 -# Rules to configure and make the package.
   62.16  compile_rules()
   62.17  {
   62.18  	python setup.py install --root=$DESTDIR
    63.1 --- a/python-restkit/receipt	Sun Feb 06 10:59:31 2022 +0100
    63.2 +++ b/python-restkit/receipt	Sun Feb 06 11:51:57 2022 +0000
    63.3 @@ -15,13 +15,13 @@
    63.4  DEPENDS="python python-http-parser python-socketpool"
    63.5  BUILD_DEPENDS="python python-dev python-setuptools"
    63.6  
    63.7 +# What is the latest version available today?
    63.8  current_version()
    63.9  {
   63.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   63.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   63.12  }
   63.13  
   63.14  # Rules to configure and make the package.
   63.15 -# Rules to configure and make the package.
   63.16  compile_rules()
   63.17  {
   63.18  	python setup.py install --root=$DESTDIR
    64.1 --- a/python-routes/receipt	Sun Feb 06 10:59:31 2022 +0100
    64.2 +++ b/python-routes/receipt	Sun Feb 06 11:51:57 2022 +0000
    64.3 @@ -18,13 +18,13 @@
    64.4  
    64.5  HOST_ARCH="i486 arm"
    64.6  
    64.7 +# What is the latest version available today?
    64.8  current_version()
    64.9  {
   64.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   64.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||;q"
   64.12  }
   64.13  
   64.14  # Rules to configure and make the package.
   64.15 -# Rules to configure and make the package.
   64.16  compile_rules()
   64.17  {
   64.18  	python setup.py install --root=$DESTDIR
    65.1 --- a/python-serial/receipt	Sun Feb 06 10:59:31 2022 +0100
    65.2 +++ b/python-serial/receipt	Sun Feb 06 11:51:57 2022 +0000
    65.3 @@ -17,13 +17,13 @@
    65.4  
    65.5  HOST_ARCH="i486 arm"
    65.6  
    65.7 +# What is the latest version available today?
    65.8  current_version()
    65.9  {
   65.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   65.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   65.12  }
   65.13  
   65.14  # Rules to configure and make the package.
   65.15 -# Rules to configure and make the package.
   65.16  compile_rules()
   65.17  {
   65.18  	python setup.py install --root=$DESTDIR
    66.1 --- a/python-setproctitle/receipt	Sun Feb 06 10:59:31 2022 +0100
    66.2 +++ b/python-setproctitle/receipt	Sun Feb 06 11:51:57 2022 +0000
    66.3 @@ -14,9 +14,10 @@
    66.4  DEPENDS="python"
    66.5  BUILD_DEPENDS="python-dev"
    66.6  
    66.7 +# What is the latest version available today?
    66.8  current_version()
    66.9  {
   66.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   66.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   66.12  }
   66.13  
   66.14  # Rules to configure and make the package.
    67.1 --- a/python-shapely/receipt	Sun Feb 06 10:59:31 2022 +0100
    67.2 +++ b/python-shapely/receipt	Sun Feb 06 11:51:57 2022 +0000
    67.3 @@ -15,9 +15,10 @@
    67.4  DEPENDS="geos python"
    67.5  BUILD_DEPENDS="geos-dev python python-dev"
    67.6  
    67.7 +# What is the latest version available today?
    67.8  current_version()
    67.9  {
   67.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   67.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||;q"
   67.12  }
   67.13  
   67.14  # Rules to configure and make the package.
    68.1 --- a/python-singledispatch/receipt	Sun Feb 06 10:59:31 2022 +0100
    68.2 +++ b/python-singledispatch/receipt	Sun Feb 06 11:51:57 2022 +0000
    68.3 @@ -14,9 +14,10 @@
    68.4  DEPENDS="python"
    68.5  BUILD_DEPENDS="python python-setuptools"
    68.6  
    68.7 +# What is the latest version available today?
    68.8  current_version()
    68.9  {
   68.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   68.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   68.12  }
   68.13  
   68.14  # Rules to configure and make the package.
    69.1 --- a/python-six/receipt	Sun Feb 06 10:59:31 2022 +0100
    69.2 +++ b/python-six/receipt	Sun Feb 06 11:51:57 2022 +0000
    69.3 @@ -17,9 +17,10 @@
    69.4  
    69.5  HOST_ARCH="i486 arm"
    69.6  
    69.7 +# What is the latest version available today?
    69.8  current_version()
    69.9  {
   69.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   69.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   69.12  }
   69.13  
   69.14  # Rules to configure and make the package.
    70.1 --- a/python-smspdu/receipt	Sun Feb 06 10:59:31 2022 +0100
    70.2 +++ b/python-smspdu/receipt	Sun Feb 06 11:51:57 2022 +0000
    70.3 @@ -14,9 +14,10 @@
    70.4  DEPENDS="python"
    70.5  BUILD_DEPENDS="python"
    70.6  
    70.7 +# What is the latest version available today?
    70.8  current_version()
    70.9  {
   70.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   70.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||;q"
   70.12  }
   70.13  
   70.14  # Rules to configure and make the package.
    71.1 --- a/python-sqlalchemy/receipt	Sun Feb 06 10:59:31 2022 +0100
    71.2 +++ b/python-sqlalchemy/receipt	Sun Feb 06 11:51:57 2022 +0000
    71.3 @@ -16,9 +16,10 @@
    71.4  DEPENDS="python"
    71.5  BUILD_DEPENDS="python python-dev python-setuptools"
    71.6  
    71.7 +# What is the latest version available today?
    71.8  current_version()
    71.9  {
   71.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   71.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   71.12  }
   71.13  
   71.14  # Rules to configure and make the package.
    72.1 --- a/python-terminado/receipt	Sun Feb 06 10:59:31 2022 +0100
    72.2 +++ b/python-terminado/receipt	Sun Feb 06 11:51:57 2022 +0000
    72.3 @@ -15,9 +15,10 @@
    72.4  DEPENDS="python python-ptyprocess python-tornado"
    72.5  BUILD_DEPENDS="python"
    72.6  
    72.7 +# What is the latest version available today?
    72.8  current_version()
    72.9  {
   72.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   72.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   72.12  }
   72.13  
   72.14  # Rules to configure and make the package.
    73.1 --- a/python-tweepy/receipt	Sun Feb 06 10:59:31 2022 +0100
    73.2 +++ b/python-tweepy/receipt	Sun Feb 06 11:51:57 2022 +0000
    73.3 @@ -16,9 +16,10 @@
    73.4  DEPENDS="python"
    73.5  BUILD_DEPENDS="python python-dev python-setuptools"
    73.6  
    73.7 +# What is the latest version available today?
    73.8  current_version()
    73.9  {
   73.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   73.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   73.12  }
   73.13  
   73.14  # Rules to configure and make the package.
    74.1 --- a/python-twodict/receipt	Sun Feb 06 10:59:31 2022 +0100
    74.2 +++ b/python-twodict/receipt	Sun Feb 06 11:51:57 2022 +0000
    74.3 @@ -16,9 +16,10 @@
    74.4  DEPENDS="python"
    74.5  BUILD_DEPENDS="python"
    74.6  
    74.7 +# What is the latest version available today?
    74.8  current_version()
    74.9  {
   74.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   74.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   74.12  }
   74.13  
   74.14  # Rules to configure and make the package.
    75.1 --- a/python-urwid/receipt	Sun Feb 06 10:59:31 2022 +0100
    75.2 +++ b/python-urwid/receipt	Sun Feb 06 11:51:57 2022 +0000
    75.3 @@ -15,9 +15,10 @@
    75.4  DEPENDS="python"
    75.5  BUILD_DEPENDS="python python-dev"
    75.6  
    75.7 +# What is the latest version available today?
    75.8  current_version()
    75.9  {
   75.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   75.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   75.12  }
   75.13  
   75.14  # Rules to configure and make the package.
    76.1 --- a/python-usb/receipt	Sun Feb 06 10:59:31 2022 +0100
    76.2 +++ b/python-usb/receipt	Sun Feb 06 11:51:57 2022 +0000
    76.3 @@ -15,9 +15,10 @@
    76.4  DEPENDS="libusb python"
    76.5  BUILD_DEPENDS="python python-dev python-setuptools"
    76.6  
    76.7 +# What is the latest version available today?
    76.8  current_version()
    76.9  {
   76.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   76.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   76.12  }
   76.13  
   76.14  # Rules to configure and make the package.
    77.1 --- a/python-vatnumber/receipt	Sun Feb 06 10:59:31 2022 +0100
    77.2 +++ b/python-vatnumber/receipt	Sun Feb 06 11:51:57 2022 +0000
    77.3 @@ -15,9 +15,10 @@
    77.4  DEPENDS="python"
    77.5  BUILD_DEPENDS="python python-dev python-setuptools"
    77.6  
    77.7 +# What is the latest version available today?
    77.8  current_version()
    77.9  {
   77.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   77.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   77.12  }
   77.13  
   77.14  # Rules to configure and make the package.
    78.1 --- a/python-vobject/receipt	Sun Feb 06 10:59:31 2022 +0100
    78.2 +++ b/python-vobject/receipt	Sun Feb 06 11:51:57 2022 +0000
    78.3 @@ -15,9 +15,10 @@
    78.4  DEPENDS="python python-dateutil"
    78.5  BUILD_DEPENDS="python python-dev python-setuptools"
    78.6  
    78.7 +# What is the latest version available today?
    78.8  current_version()
    78.9  {
   78.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   78.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   78.12  }
   78.13  
   78.14  # Rules to configure and make the package.
    79.1 --- a/python-wcwidth/receipt	Sun Feb 06 10:59:31 2022 +0100
    79.2 +++ b/python-wcwidth/receipt	Sun Feb 06 11:51:57 2022 +0000
    79.3 @@ -15,9 +15,10 @@
    79.4  DEPENDS="python"
    79.5  BUILD_DEPENDS="python python-dev python-setuptools"
    79.6  
    79.7 +# What is the latest version available today?
    79.8  current_version()
    79.9  {
   79.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   79.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   79.12  }
   79.13  
   79.14  # Rules to configure and make the package.
    80.1 --- a/python-websocket-client/receipt	Sun Feb 06 10:59:31 2022 +0100
    80.2 +++ b/python-websocket-client/receipt	Sun Feb 06 11:51:57 2022 +0000
    80.3 @@ -15,9 +15,10 @@
    80.4  DEPENDS="python"
    80.5  BUILD_DEPENDS="python-setuptools"
    80.6  
    80.7 +# What is the latest version available today?
    80.8  current_version()
    80.9  {
   80.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   80.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/${SOURCE/_/-} [0-9]/!d;s|.*${SOURCE/_/-} ||;s|<.*||;q"
   80.12  }
   80.13  
   80.14  # Rules to configure and make the package.
    81.1 --- a/python-xlwt/receipt	Sun Feb 06 10:59:31 2022 +0100
    81.2 +++ b/python-xlwt/receipt	Sun Feb 06 11:51:57 2022 +0000
    81.3 @@ -15,9 +15,10 @@
    81.4  DEPENDS="python python-antlr"
    81.5  BUILD_DEPENDS="python  python-dev python-setuptools"
    81.6  
    81.7 +# What is the latest version available today?
    81.8  current_version()
    81.9  {
   81.10 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
   81.11 +	wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||"
   81.12  }
   81.13  
   81.14  # Rules to configure and make the package.
    82.1 --- a/sbackup/receipt	Sun Feb 06 10:59:31 2022 +0100
    82.2 +++ b/sbackup/receipt	Sun Feb 06 11:51:57 2022 +0000
    82.3 @@ -22,7 +22,7 @@
    82.4  	wget -O - https://sourceforge.net/projects/sbackup/files/sbackup/ 2>/dev/null | \
    82.5  	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    82.6  	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    82.7 -	sed '/scope="row/!d;/tar/!ds|.*/sbackup_||;s|.tar.*||;q'
    82.8 +	sed '/scope="row/!d;/tar/!d;s|.*/sbackup_||;s|.tar.*||;q'
    82.9  }
   82.10  
   82.11  # Rules to configure and make the package.
    83.1 --- a/spk/receipt	Sun Feb 06 10:59:31 2022 +0100
    83.2 +++ b/spk/receipt	Sun Feb 06 11:51:57 2022 +0000
    83.3 @@ -15,7 +15,7 @@
    83.4  {
    83.5  	wget -O - http://hg.slitaz.org/$PACKAGE/ 2>/dev/null | \
    83.6  	sed '/^Changeset/!d;s|.*">|http://hg.slitaz.org/'$PACKAGE'/rev/|;s|<.*||' | \
    83.7 -	xargs wget -O - 2>/dev/null | sed '/rev /!d;s|.*rev ||;s| .*||'
    83.8 +	xargs wget -O - 2>/dev/null | sed '/rev /!d;s|.*rev ||;s| .*||;s|.|&.|g;s|.$||'
    83.9  }
   83.10  
   83.11  # Rules to configure and make the package.
    84.1 --- a/unbound/receipt	Sun Feb 06 10:59:31 2022 +0100
    84.2 +++ b/unbound/receipt	Sun Feb 06 11:51:57 2022 +0000
    84.3 @@ -20,7 +20,7 @@
    84.4  current_version()
    84.5  {
    84.6  	wget -O - "${WGET_URL%/*}?C=M;O=A" 2>/dev/null | \
    84.7 -	sed "/$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s|.tar.*||" | tail -n1
    84.8 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | tail -n1
    84.9  }
   84.10  
   84.11  # Rules to configure and make the package.
    85.1 --- a/voxelands/receipt	Sun Feb 06 10:59:31 2022 +0100
    85.2 +++ b/voxelands/receipt	Sun Feb 06 11:51:57 2022 +0000
    85.3 @@ -18,10 +18,11 @@
    85.4  	libvorbis-dev luajit-dev mesa-dev openal-dev sqlite-dev \
    85.5  	xorg-libXxf86vm-dev cmake"
    85.6  
    85.7 +# What is the latest version available today?
    85.8  current_version()
    85.9  {
   85.10  	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
   85.11 -	sed '/tar.gz/!d;s|.*/voxelands-\(.*\).tar.gz".*|\1|;q'
   85.12 +	sed '/tar.gz/!d;/data/d;s|.*/voxelands-v*\(.*\).tar.gz".*|v\1|' | sort -Vr | sed q
   85.13  }
   85.14  
   85.15  # Rules to configure and make the package.
    86.1 --- a/xxdiff/receipt	Sun Feb 06 10:59:31 2022 +0100
    86.2 +++ b/xxdiff/receipt	Sun Feb 06 11:51:57 2022 +0000
    86.3 @@ -1,14 +1,14 @@
    86.4  # SliTaz package receipt.
    86.5  
    86.6  PACKAGE="xxdiff"
    86.7 -VERSION="4.01"
    86.8 +VERSION="4.0.1"
    86.9  CATEGORY="development"
   86.10  SHORT_DESC="A graphical front end to the diff command."
   86.11  MAINTAINER="developer@slitaz.org"
   86.12  LICENSE="GPL2"
   86.13  WEB_SITE="http://furius.ca/xxdiff/"
   86.14  
   86.15 -TARBALL="$PACKAGE-${VERSION/./}.tar.xz"
   86.16 +TARBALL="$PACKAGE-${VERSION//./}.tar.xz"
   86.17  WGET_URL="http://ponce.cc/slackware/sources/repo/$TARBALL"
   86.18  
   86.19  DEPENDS="libQtCore libQtGui"