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}