[139133] trunk/dports/python/py-future/Portfile

petr at macports.org petr at macports.org
Mon Aug 3 11:36:22 PDT 2015


Revision: 139133
          https://trac.macports.org/changeset/139133
Author:   petr at macports.org
Date:     2015-08-03 11:36:22 -0700 (Mon, 03 Aug 2015)
Log Message:
-----------
py-future: remove obsolete code, py27 subport was removed in r132116

Revision Links:
--------------
    https://trac.macports.org/changeset/132116

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

Modified: trunk/dports/python/py-future/Portfile
===================================================================
--- trunk/dports/python/py-future/Portfile	2015-08-03 16:11:53 UTC (rev 139132)
+++ trunk/dports/python/py-future/Portfile	2015-08-03 18:36:22 UTC (rev 139133)
@@ -8,7 +8,7 @@
 set _n              [string index ${_name} 0]
 
 name                py-${_name}
-version             0.14.3
+version             0.15.0
 categories-append   devel
 platforms           darwin
 supported_archs     noarch
@@ -37,13 +37,6 @@
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
 
-    # Add libs/features included in the standard lib with 2.7+
-    if { ${python.version} == 26 } {
-        depends_lib-append  port:py${python.version}-argparse \
-                            port:py${python.version}-importlib \
-                            port:py${python.version}-unittest2
-    }
-
     # Adding documentation
     post-destroot {
         set dest_doc ${destroot}${prefix}/share/doc/${subport}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150803/34f7b94c/attachment-0001.html>


More information about the macports-changes mailing list