Ticket #16498: Portfile-py25-jinja.diff
File Portfile-py25-jinja.diff, 994 bytes (added by info@…, 15 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $1 # $Id: Portfile 39857 2008-09-09 00:02:31Z ryandesign@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 PortGroup python25 1.0 5 5 6 6 name py25-jinja 7 7 version 1.2 8 revision 1 8 9 categories-append devel 9 maintainers wzoeterwoude.net:rick10 maintainers rickvanderzwet.nl:info 10 11 description Python based sandboxed template engine 11 12 long_description \ 12 13 Jinja is a sandboxed template engine written in pure Python licensed\ … … 24 25 sha1 46fcf22ce2a1d432296ebfe16bcf11ce17f5c097 \ 25 26 rmd160 5b0a9ba2241e8ec6417b382384bbe3e1bf4dba8a 26 27 28 patchfiles patch-setup.py.diff 29 post-patch { 30 reinplace "s|@@NAME@@|${name}|g" ${worksrcpath}/setup.py 31 } 32 27 33 depends_lib-append port:py25-setuptools