# HG changeset patch # User Hans-G?nter Theisgen # Date 1657718206 -3600 # Node ID 531652ba9a120bcf29d71034da020e3eab1b3591 # Parent 57030e42feb433a1e79180a82c5b9d5226671655 updated python-mako (1.1.2 -> 1.1.6) diff -r 57030e42feb4 -r 531652ba9a12 python-mako/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-mako/description.txt Wed Jul 13 14:16:46 2022 +0100 @@ -0,0 +1,9 @@ +Mako is a template library written in Python. +It provides a familiar, non-XML syntax which compiles into Python modules +for maximum performance. +Mako's syntax and API borrows from the best ideas of many others, +including Django templates, Cheetah, Myghty, and Genshi. +Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, +which refines the familiar ideas of componentised layout and inheritance to +produce one of the most straightforward and flexible models available, while +also maintaining close ties to Python calling and scoping semantics. diff -r 57030e42feb4 -r 531652ba9a12 python-mako/receipt --- a/python-mako/receipt Wed Jul 13 14:11:40 2022 +0100 +++ b/python-mako/receipt Wed Jul 13 14:16:46 2022 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="python-mako" -VERSION="1.1.2" +VERSION="1.1.6" CATEGORY="development" TAGS="python" SHORT_DESC="Fast template library." MAINTAINER="taziden@slitaz.org" LICENSE="MIT" -WEB_SITE="https://www.makotemplates.org/" +WEB_SITE="https://pypi.org/project/Mako/" +REPOLOGY="python:mako" SOURCE="Mako" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://files.pythonhosted.org/packages/source/M/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-dev python-setuptools"