wok diff python-pydot/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 f5163fecf441
line diff
     1.1 --- a/python-pydot/receipt	Thu Jan 13 18:29:05 2022 +0000
     1.2 +++ b/python-pydot/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -6,9 +6,9 @@
     1.4  SHORT_DESC="Python interface to Graphviz's dot language."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="MIT"
     1.7 +SOURCE="pydot"
     1.8  WEB_SITE="https://pypi.org/project/$SOURCE/"
     1.9  
    1.10 -SOURCE="pydot"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12  WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.13  
    1.14 @@ -17,7 +17,7 @@
    1.15  
    1.16  current_version()
    1.17  {
    1.18 -	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
    1.19 +	wget -O - $WEB_SITE 2>/dev/null | sed '/ pydot /!d;s|.*pydot ||;q'
    1.20  }
    1.21  
    1.22  # Rules to configure and make the package.