Ticket #17433: Portfile.2

File Portfile.2, 1.2 KB (added by arthur@…, 15 years ago)

py-jinja2

Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           python24 1.0
5
6name                py-jinja2
7version             2.1.1
8categories-append   devel
9maintainers         arthurkoziel.com:arthur openmaintainer
10description         A small but fast and easy to use stand-alone template\
11                    engine written in pure python.
12long_description    Jinja2 is a template engine written in pure Python. It\
13                    provides a Django inspired non-XML syntax but supports\
14                    inline expressions and an optional sandboxed environment.
15
16platforms           darwin
17
18homepage            http://jinja.pocoo.org/2/
19master_sites        http://pypi.python.org/packages/source/J/Jinja2/
20distname            Jinja2-${version}
21
22checksums           md5 b37fc262e4f613eec57c3defe6aea97c \
23                    sha1 7776001de0269df324bd80ffeecd6e6c19382e8e \
24                    rmd160 4a24259599484b823af42d476fbf004b2de7f7ca
25
26depends_lib-append  port:py-setuptools
27
28patchfiles          patch-setup.py.diff
29post-patch {
30   reinplace "s|@@NAME@@|${name}|g" ${worksrcpath}/setup.py
31}
32
33livecheck.check     regex
34livecheck.url       http://pypi.python.org/pypi/Jinja2/
35livecheck.regex     Jinja2 (2\.\[0-9\]+\.\[0-9\]+)