wok diff python-ipy/receipt @ rev 24326

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 27 12:16:00 2022 +0000 (2022-01-27)
parents 1df6fa555414
children 076f424196b2
line diff
     1.1 --- a/python-ipy/receipt	Thu Jan 13 18:29:05 2022 +0000
     1.2 +++ b/python-ipy/receipt	Thu Jan 27 12:16:00 2022 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Python class and tools for IPv4 and IPv6 addresses and networks."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="BSD"
     1.7 -WEB_SITE="https://pypi.org/project/$SOURCE/"
     1.8 +WEB_SITE="https://pypi.org/project/IPy/"
     1.9  
    1.10  SOURCE="IPy"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12 @@ -15,6 +15,7 @@
    1.13  DEPENDS="python"
    1.14  BUILD_DEPENDS="python"
    1.15  
    1.16 +# What is the latest version available today?
    1.17  current_version()
    1.18  {
    1.19  	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'