wok-current rev 25202
updated python-mako (1.1.2 -> 1.1.6)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 14:16:46 2022 +0100 (2022-07-13) |
parents | 57030e42feb4 |
children | 83ae4ccd6df5 |
files | python-mako/description.txt python-mako/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-mako/description.txt Wed Jul 13 14:16:46 2022 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +Mako is a template library written in Python. 1.5 +It provides a familiar, non-XML syntax which compiles into Python modules 1.6 +for maximum performance. 1.7 +Mako's syntax and API borrows from the best ideas of many others, 1.8 +including Django templates, Cheetah, Myghty, and Genshi. 1.9 +Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, 1.10 +which refines the familiar ideas of componentised layout and inheritance to 1.11 +produce one of the most straightforward and flexible models available, while 1.12 +also maintaining close ties to Python calling and scoping semantics.
2.1 --- a/python-mako/receipt Wed Jul 13 14:11:40 2022 +0100 2.2 +++ b/python-mako/receipt Wed Jul 13 14:16:46 2022 +0100 2.3 @@ -1,17 +1,18 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-mako" 2.7 -VERSION="1.1.2" 2.8 +VERSION="1.1.6" 2.9 CATEGORY="development" 2.10 TAGS="python" 2.11 SHORT_DESC="Fast template library." 2.12 MAINTAINER="taziden@slitaz.org" 2.13 LICENSE="MIT" 2.14 -WEB_SITE="https://www.makotemplates.org/" 2.15 +WEB_SITE="https://pypi.org/project/Mako/" 2.16 +REPOLOGY="python:mako" 2.17 2.18 SOURCE="Mako" 2.19 TARBALL="$SOURCE-$VERSION.tar.gz" 2.20 -WGET_URL="https://files.pythonhosted.org/packages/source/M/$SOURCE/$TARBALL" 2.21 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 2.22 2.23 DEPENDS="python" 2.24 BUILD_DEPENDS="python python-dev python-setuptools"