[137803] trunk/dports/python/py-jsonschema/Portfile

cal at macports.org cal at macports.org
Sat Jun 20 04:46:11 PDT 2015


Revision: 137803
          https://trac.macports.org/changeset/137803
Author:   cal at macports.org
Date:     2015-06-20 04:46:11 -0700 (Sat, 20 Jun 2015)
Log Message:
-----------
py-jsonschema: Add missing functools32 dependency, openmaintainer

See https://lists.macosforge.org/pipermail/macports-users/2015-June/038779.html
and following for the bug report.

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

Modified: trunk/dports/python/py-jsonschema/Portfile
===================================================================
--- trunk/dports/python/py-jsonschema/Portfile	2015-06-20 09:44:32 UTC (rev 137802)
+++ trunk/dports/python/py-jsonschema/Portfile	2015-06-20 11:46:11 UTC (rev 137803)
@@ -6,7 +6,7 @@
 
 name                py-jsonschema
 version             2.5.1
-revision            0
+revision            1
 categories-append   devel
 platforms           darwin
 license             MIT
@@ -30,6 +30,9 @@
 if {${name} ne ${subport}} {
     # CLI depends on pkg_resources.py from setuptools
     depends_lib-append  port:py${python.version}-setuptools
+    if {${python.version} < 32} {
+        depends_lib-append port:py${python.version}-functools32
+    }
 
     livecheck.type      none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150620/6f339483/attachment.html>


More information about the macports-changes mailing list