[143852] trunk/dports/python/py-raven/Portfile

stromnov at macports.org stromnov at macports.org
Wed Dec 23 00:58:54 PST 2015


Revision: 143852
          https://trac.macports.org/changeset/143852
Author:   stromnov at macports.org
Date:     2015-12-23 00:58:54 -0800 (Wed, 23 Dec 2015)
Log Message:
-----------
py-raven: update to version 5.9.2

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

Modified: trunk/dports/python/py-raven/Portfile
===================================================================
--- trunk/dports/python/py-raven/Portfile	2015-12-23 08:50:28 UTC (rev 143851)
+++ trunk/dports/python/py-raven/Portfile	2015-12-23 08:58:54 UTC (rev 143852)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-raven
-version             5.8.1
+version             5.9.2
 revision            0
 categories-append   devel
 platforms           darwin
@@ -24,13 +24,17 @@
 
 distname            ${python.rootname}-${version}
 
-checksums           rmd160  6fc09551afd28c4276b02b35e07ab9c152f1d407 \
-                    sha256  594754ccaf876bfeaa949b39683422b82251bcec710b4ec099abaf2c9ce40fd8
+checksums           rmd160  653e1946a184cb5365c4c9a6161c7ffe90f250bf \
+                    sha256  cd1c3e106fd3f9ba434f0d961413f54db99e2660aaba3e37a0c4509cdc0b5a8f
 
 if {${name} ne ${subport}} {
     # raven depends on pkg_resources from setuptools
     depends_lib-append  port:py${python.version}-setuptools
 
+    if {${python.version} < 30} {
+        depends_lib-append  port:py${python.version}-contextlib2
+    }
+
     livecheck.type      none
 } else {
     livecheck.type      pypi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151223/1abdb5cd/attachment-0001.html>


More information about the macports-changes mailing list