Ticket #14255: py-mako.diff

File py-mako.diff, 2.1 KB (added by ebgssth@…, 16 years ago)

patch for mako

  • py-mako/Portfile

     
     1# $Id: Portfile 25366 2007-05-20 07:52:14Z ryandesign@macports.org $
     2
     3PortSystem                      1.0
     4PortGroup                       python24 1.0
     5name                            py-mako
     6version                         0.1.10
     7categories-append               www
     8maintainers                     stechert@macports.org
     9description                     A super-fast templating language that borrows \
     10                                the best ideas from the existing templating \
     11                                languages.
     12
     13long_description                Mako is a template library written in Python. \
     14                                It provides a familiar, non-XML syntax which \
     15                                compiles into Python modules for maximum \
     16                                performance. Mako's syntax and API borrows from \
     17                                the best ideas of many others, including Django \
     18                                templates, Cheetah, Myghty, and Genshi. Conceptually, \
     19                                Mako is an embedded Python (i.e. Python Server Page) \
     20                                language, which refines the familiar ideas of \
     21                                componentized layout and inheritance to produce one \
     22                                of the most straightforward and flexible models \
     23                                available, while also maintaining close ties to \
     24                                Python calling and scoping semantics.
     25
     26platforms                       darwin
     27
     28homepage                        http://www.makotemplates.org/
     29master_sites                    http://cheeseshop.python.org/packages/source/M/Mako/
     30distname                        Mako-${version}
     31
     32checksums                       sha1 d50ab35540a8df85853cb34be32b39a25f84786c \
     33                                rmd 60c62949962acd573b793b03c93727719ca2707c
     34
  • py25-mako/Portfile

     
    33PortSystem                      1.0
    44PortGroup                       python25 1.0
    55name                            py25-mako
    6 version                         0.1.5
     6version                         0.1.10
    77categories-append               www
    88maintainers                     stechert@macports.org
    99description                     A super-fast templating language that borrows \
     
    2929master_sites                    http://cheeseshop.python.org/packages/source/M/Mako/
    3030distname                        Mako-${version}
    3131
    32 checksums                       sha1 229623c8130c27512dcc1d62339885366d8e2f21
     32checksums                       sha1 d50ab35540a8df85853cb34be32b39a25f84786c \
     33                                rmd 60c62949962acd573b793b03c93727719ca2707c
     34