[106257] trunk/dports/python/py-jinja2/Portfile

jmr at macports.org jmr at macports.org
Mon May 20 11:21:13 PDT 2013


Revision: 106257
          https://trac.macports.org/changeset/106257
Author:   jmr at macports.org
Date:     2013-05-20 11:21:13 -0700 (Mon, 20 May 2013)
Log Message:
-----------
py-jinja2: update to 2.7 for python 2.6, 2.7 and 3.3

Modified Paths:
--------------
    trunk/dports/python/py-jinja2/Portfile

Modified: trunk/dports/python/py-jinja2/Portfile
===================================================================
--- trunk/dports/python/py-jinja2/Portfile	2013-05-20 17:52:58 UTC (rev 106256)
+++ trunk/dports/python/py-jinja2/Portfile	2013-05-20 18:21:13 UTC (rev 106257)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-jinja2
-version             2.6
+version             2.7
 categories-append   devel
 license             BSD
 maintainers         jmr openmaintainer
@@ -24,15 +24,22 @@
 master_sites        http://pypi.python.org/packages/source/J/Jinja2/
 distname            Jinja2-${version}
 
-checksums           md5 1c49a8825c993bfdcf55bb36897d28a2 \
-                    sha1 f122aeb324b2009bbcee341d0f001a047ac4bbe5 \
-                    rmd160 77829eabfc71dd6cf7eece1fe5d0b96b21de3b18
+checksums           md5 c2fb12cbbb523c57d3d15bfe4dc0e8fe \
+                    sha1 fe11167f17292a02e031efa8ad436bcb4ea9425e \
+                    rmd160 bf0cf714fcd5dc03e15f1102552bd64eaf2f2895
 
 python.versions     24 25 26 27 31 32 33
 
 if {$subport != $name} {
     depends_lib     port:py${python.version}-distribute \
                     port:py${python.version}-markupsafe
+    if {${python.version} < 26 || (${python.version} >= 30 && ${python.version} < 33)} {
+        version     2.6
+        distname    Jinja2-${version}
+        checksums   md5 1c49a8825c993bfdcf55bb36897d28a2 \
+                    sha1 f122aeb324b2009bbcee341d0f001a047ac4bbe5 \
+                    rmd160 77829eabfc71dd6cf7eece1fe5d0b96b21de3b18
+    }
     livecheck.type  none
 } else {
     livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130520/76c921a8/attachment.html>


More information about the macports-changes mailing list