wok-current rev 23505
updated python-mako (1.0.4 -> 1.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 09:19:06 2020 +0100 (2020-04-06) |
parents | 3969374b97db |
children | 6459e4820526 |
files | python-mako/receipt |
line diff
1.1 --- a/python-mako/receipt Mon Apr 06 09:13:27 2020 +0100 1.2 +++ b/python-mako/receipt Mon Apr 06 09:19:06 2020 +0100 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-mako" 1.7 -VERSION="1.0.4" 1.8 +VERSION="1.1.2" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Fast template library" 1.11 +TAGS="python" 1.12 +SHORT_DESC="Fast template library." 1.13 MAINTAINER="taziden@slitaz.org" 1.14 LICENSE="MIT" 1.15 +WEB_SITE="https://www.makotemplates.org/" 1.16 + 1.17 SOURCE="Mako" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 -WEB_SITE="http://www.makotemplates.org/" 1.20 -WGET_URL="https://pypi.python.org/packages/7a/ae/925434246ee90b42e8ef57d3b30a0ab7caf9a2de3e449b876c56dcb48155/$TARBALL" 1.21 -TAGS="python" 1.22 +WGET_URL="https://files.pythonhosted.org/packages/source/M/$SOURCE/$TARBALL" 1.23 1.24 DEPENDS="python" 1.25 BUILD_DEPENDS="python python-dev python-setuptools" 1.26 @@ -24,5 +25,5 @@ 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 - cp -a $install/usr $fs 1.31 + cp -a $install/usr $fs 1.32 }