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