wok diff python-flask/receipt @ rev 24922
updated mpfr and mpfr-dev (4.0.2 -> 4.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 11 07:23:35 2022 +0100 (2022-04-11) |
parents | a3edc4e00723 |
children | a44b366afa25 |
line diff
1.1 --- a/python-flask/receipt Sun Apr 05 16:43:47 2020 +0100 1.2 +++ b/python-flask/receipt Mon Apr 11 07:23:35 2022 +0100 1.3 @@ -15,6 +15,13 @@ 1.4 DEPENDS="python-click python-itsdangerous" 1.5 BUILD_DEPENDS="python python-setuptools" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://pypi.org/project/Flask/ 2>/dev/null | \ 1.11 + sed '/Flask [0-9]/!d;s|.*Flask ||' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {