wok diff python-bpython/receipt @ rev 25697

dool: reduced size of package
author Hans-G?nter Theisgen
date Sun May 12 07:10:04 2024 +0100 (3 weeks ago)
parents 1df6fa555414
children
line diff
     1.1 --- a/python-bpython/receipt	Thu Jan 13 18:29:05 2022 +0000
     1.2 +++ b/python-bpython/receipt	Sun May 12 07:10:04 2024 +0100
     1.3 @@ -6,18 +6,19 @@
     1.4  SHORT_DESC="A fancy interface to the Python interpreter."
     1.5  MAINTAINER="claudinei@slitaz.org"
     1.6  LICENSE="MIT"
     1.7 +SOURCE="bpython"
     1.8  WEB_SITE="https://pypi.org/project/$SOURCE/"
     1.9  
    1.10 -SOURCE="bpython"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12  WGET_URL="https://files.pythonhosted.org/packages/source/b/$SOURCE/$TARBALL"
    1.13  
    1.14  DEPENDS="python python-pygments python-setuptools"
    1.15  BUILD_DEPENDS="$DEPENDS python-dev"
    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.