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

Ryan Schmidt ryandesign at macports.org
Mon Aug 3 11:44:19 PDT 2015


> On Aug 3, 2015, at 1:36 PM, petr at macports.org wrote:
> 
> Revision
> 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
> Modified Paths
> 
> 	• trunk/dports/python/py-future/Portfile
> 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
> -    }

In addition to removing the obsolete py27 code, you changed the version to 0.15.0, without updating the checksums, so now there is a checksum mismatch.


$ port checksum py27-future
--->  Fetching distfiles for py27-future
--->  Attempting to fetch future-0.15.0.tar.gz from https://pypi.python.org/packages/source/f/future/
--->  Verifying checksums for py27-future                                            
Error: Checksum (md5) mismatch for future-0.15.0.tar.gz
Error: Checksum (rmd160) mismatch for future-0.15.0.tar.gz
Error: Checksum (sha256) mismatch for future-0.15.0.tar.gz
Error: Failed to checksum py27-future: Unable to verify file checksums
Error: See /opt/local/var/macports/logs/_Users_rschmidt_macports_dports_python_py-future/py27-future/main.log for details.
Error: Follow http://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port py27-future failed





More information about the macports-dev mailing list