Revision
139133
Author
petr@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

Modified Paths

Diff

Modified: trunk/dports/python/py-future/Portfile (139132 => 139133)


--- 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}