wok diff python-formalchemy/receipt @ rev 24299

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 15 15:21:40 2022 +0000 (2022-01-15)
parents 21c6ecc97dc0
children 076f424196b2
line diff
     1.1 --- a/python-formalchemy/receipt	Sun Apr 05 17:07:27 2020 +0100
     1.2 +++ b/python-formalchemy/receipt	Sat Jan 15 15:21:40 2022 +0000
     1.3 @@ -16,6 +16,11 @@
     1.4  	python-webhelpers python-webob"
     1.5  BUILD_DEPENDS="python-dev python-setuptools"
     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  {