diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2011-10-19 07:48:31 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-10-19 07:48:31 -0200 |
commit | c572b42ea8a53032de765636c42fa73503a7ecd1 (patch) | |
tree | b1a816b6d712d1327c67f7d2df95c8bbb714ac0d | |
parent | 7ee07de82c3a51d3d659c45a756d710db3022706 (diff) |
python/Mako: Updated for version 0.5.0 (+new category)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r-- | libraries/Mako/Mako.info | 10 | ||||
-rw-r--r-- | libraries/Mako/README | 10 | ||||
-rw-r--r-- | python/Mako/Mako.SlackBuild (renamed from libraries/Mako/Mako.SlackBuild) | 2 | ||||
-rw-r--r-- | python/Mako/Mako.info | 10 | ||||
-rw-r--r-- | python/Mako/README | 10 | ||||
-rw-r--r-- | python/Mako/slack-desc (renamed from libraries/Mako/slack-desc) | 0 |
6 files changed, 21 insertions, 21 deletions
diff --git a/libraries/Mako/Mako.info b/libraries/Mako/Mako.info deleted file mode 100644 index 263bd8c41abd..000000000000 --- a/libraries/Mako/Mako.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="Mako" -VERSION="0.3.4" -HOMEPAGE="http://www.makotemplates.org/" -DOWNLOAD="http://pypi.python.org/packages/source/M/Mako/Mako-0.3.4.tar.gz" -MD5SUM="2ae56ccc6c9b5c4e2e67f42b69475009" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Larry Hajali" -EMAIL="larryhaja[at]gmail[dot]com" -APPROVED="Erik Hanson" diff --git a/libraries/Mako/README b/libraries/Mako/README deleted file mode 100644 index 469dacc59add..000000000000 --- a/libraries/Mako/README +++ /dev/null @@ -1,10 +0,0 @@ -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 componentized 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. - -This requires pysetuptools and MarkupSafe. diff --git a/libraries/Mako/Mako.SlackBuild b/python/Mako/Mako.SlackBuild index f11016374e35..aa0ea51d215a 100644 --- a/libraries/Mako/Mako.SlackBuild +++ b/python/Mako/Mako.SlackBuild @@ -5,7 +5,7 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=Mako -VERSION=0.3.4 +VERSION=0.5.0 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/Mako/Mako.info b/python/Mako/Mako.info new file mode 100644 index 000000000000..46b80f4447f0 --- /dev/null +++ b/python/Mako/Mako.info @@ -0,0 +1,10 @@ +PRGNAM="Mako" +VERSION="0.5.0" +HOMEPAGE="http://www.makotemplates.org/" +DOWNLOAD="http://pypi.python.org/packages/source/M/Mako/Mako-0.5.0.tar.gz" +MD5SUM="2726f95d223fb53120fbb82cd4acb064" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +MAINTAINER="Larry Hajali" +EMAIL="larryhaja[at]gmail[dot]com" +APPROVED="Erik Hanson,Niels Horn" diff --git a/python/Mako/README b/python/Mako/README new file mode 100644 index 000000000000..619ca5af7004 --- /dev/null +++ b/python/Mako/README @@ -0,0 +1,10 @@ +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 componentized 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. + +This requires pysetuptools and MarkupSafe. diff --git a/libraries/Mako/slack-desc b/python/Mako/slack-desc index 98c2b86f0f0a..98c2b86f0f0a 100644 --- a/libraries/Mako/slack-desc +++ b/python/Mako/slack-desc |