Revision: 118350 https://trac.macports.org/changeset/118350 Author: g5pw@macports.org Date: 2014-03-31 11:30:04 -0700 (Mon, 31 Mar 2014) Log Message: ----------- python/py-future: update to 0.11.4 (closes #43050) Modified Paths: -------------- trunk/dports/python/py-future/Portfile Modified: trunk/dports/python/py-future/Portfile =================================================================== --- trunk/dports/python/py-future/Portfile 2014-03-31 17:35:40 UTC (rev 118349) +++ trunk/dports/python/py-future/Portfile 2014-03-31 18:30:04 UTC (rev 118350) @@ -8,7 +8,7 @@ set _n [string index ${_name} 0] name py-${_name} -version 0.11.3 +version 0.11.4 categories-append devel platforms darwin supported_archs noarch @@ -30,15 +30,22 @@ distname ${_name}-${version} master_sites https://pypi.python.org/packages/source/${_n}/${_name}/ -checksums md5 a5e11b2574ea99a6eb0cf19233a46c60 \ - rmd160 ad80f1734d45ecf2b2b5f0b5ee5d1adfb9d92e18 \ - sha256 8f4cc0ad30918e01a9ed054d062d1be28419a0c0eb03afd502775fdf07e32000 +checksums md5 883e971706d7c4553ac2053c14e9a46f \ + rmd160 0948b15fb366eb9e99283a3f8daf8e5ef6862345 \ + sha256 e9ba55f1ebfb0d99fdf8545df77a60ffe6a04f699f3525d2a5911462b6e2a531 python.versions 26 27 33 34 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}