Revision: 139050 https://trac.macports.org/changeset/139050 Author: jmr@macports.org Date: 2015-07-30 11:04:24 -0700 (Thu, 30 Jul 2015) Log Message: ----------- py-jinja2: update to 2.8 Modified Paths: -------------- trunk/dports/python/py-jinja2/Portfile Modified: trunk/dports/python/py-jinja2/Portfile =================================================================== --- trunk/dports/python/py-jinja2/Portfile 2015-07-30 17:49:29 UTC (rev 139049) +++ trunk/dports/python/py-jinja2/Portfile 2015-07-30 18:04:24 UTC (rev 139050) @@ -5,7 +5,7 @@ PortGroup python 1.0 name py-jinja2 -version 2.7.3 +version 2.8 categories-append devel license BSD maintainers jmr openmaintainer @@ -24,13 +24,13 @@ master_sites https://pypi.python.org/packages/source/J/Jinja2/ distname Jinja2-${version} -checksums md5 b9dffd2f3b43d673802fe857c8445b1a \ - sha1 25ab3881f0c1adfcf79053b58de829c5ae65d3ac \ - rmd160 e84a4c27dfb4cdd58c4f9625fcc48b0851a2b5c9 +checksums md5 edb51693fe22c53cee5403775c71a99e \ + sha1 4a33c1a0fd585eba2507e8c274a9cd113b1d13ab \ + rmd160 1ec00ab41df1619d3cf3a7dde5eb4166f5ee5b36 python.versions 26 27 33 34 -if {${name} ne ${subport}} { +if {$subport ne $name} { depends_lib port:py${python.version}-setuptools \ port:py${python.version}-markupsafe livecheck.type none