wok diff python-bpython/receipt @ rev 24321

updated aqualung (1.0 -> 1.1)
author Hans-G?nter Theisgen
date Wed Jan 26 10:22:26 2022 +0100 (2022-01-26)
parents 34af7e8f2ad6
children 076f424196b2
line diff
     1.1 --- a/python-bpython/receipt	Sun Apr 05 09:09:06 2020 +0100
     1.2 +++ b/python-bpython/receipt	Wed Jan 26 10:22:26 2022 +0100
     1.3 @@ -15,6 +15,11 @@
     1.4  DEPENDS="python python-pygments python-setuptools"
     1.5  BUILD_DEPENDS="$DEPENDS python-dev"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
    1.10 +}
    1.11 +
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {