Ticket #17433: Portfile

File Portfile, 1.1 KB (added by arthur@…, 15 years ago)

Version 2.1.1

Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           python25 1.0
5
6name                py25-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:py25-setuptools
27
28livecheck.check     regex
29livecheck.url       http://pypi.python.org/pypi/Jinja2/2.1.1
30livecheck.regex     Jinja2 (2\.\[0-9\]+\.\[0-9\]+)