[csw-devel] SF.net SVN: gar:[14155] csw/mgar/pkg/lang-python

skayser at users.sourceforge.net skayser at users.sourceforge.net
Wed Apr 13 12:09:04 CEST 2011


Revision: 14155
          http://gar.svn.sourceforge.net/gar/?rev=14155&view=rev
Author:   skayser
Date:     2011-04-13 10:09:04 +0000 (Wed, 13 Apr 2011)

Log Message:
-----------
lang-python/mako: initial commit

Added Paths:
-----------
    csw/mgar/pkg/lang-python/mako/
    csw/mgar/pkg/lang-python/mako/branches/
    csw/mgar/pkg/lang-python/mako/tags/
    csw/mgar/pkg/lang-python/mako/trunk/
    csw/mgar/pkg/lang-python/mako/trunk/Makefile
    csw/mgar/pkg/lang-python/mako/trunk/checksums
    csw/mgar/pkg/lang-python/mako/trunk/files/
    csw/mgar/pkg/lang-python/mako/trunk/files/changelog.CSW


Property changes on: csw/mgar/pkg/lang-python/mako/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2


Added: csw/mgar/pkg/lang-python/mako/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/mako/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/mako/trunk/Makefile	2011-04-13 10:09:04 UTC (rev 14155)
@@ -0,0 +1,27 @@
+# $Id$
+NAME = mako
+VERSION = 0.4.1
+CATEGORIES = python
+
+DESCRIPTION = Fast and lightweight templating for Python
+define BLURB
+  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.
+endef
+
+VENDOR_URL   = http://www.makotemplates.org/
+MASTER_SITES = http://www.makotemplates.org/downloads/
+DISTNAME     = $(subst m,M,$(NAME))-$(VERSION)
+DISTFILES    = $(DISTNAME).tar.gz
+DISTFILES   += changelog.CSW
+
+UPSTREAM_MASTER_SITES = http://www.makotemplates.org/download.html
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/lang-python/mako/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/lang-python/mako/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/mako/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/mako/trunk/checksums	2011-04-13 10:09:04 UTC (rev 14155)
@@ -0,0 +1 @@
+c69bceb23c832b74075f438408fea118  Mako-0.4.1.tar.gz

Added: csw/mgar/pkg/lang-python/mako/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/lang-python/mako/trunk/files/changelog.CSW	                        (rev 0)
+++ csw/mgar/pkg/lang-python/mako/trunk/files/changelog.CSW	2011-04-13 10:09:04 UTC (rev 14155)
@@ -0,0 +1,5 @@
+py_mako (0.4.1,REV=2011.04.13)
+
+  * Initial release.
+
+ -- Sebastian Kayser <skayser at opencsw.org>  Wed, 13 Apr 2011 12:03:16 +0200


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list