#42202: py*cython multiple upstream versions of Cython-9.20.tar.gz ----------------------------+-------------------------------- Reporter: gnwiii@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: upstream snafu | Port: py-cython ----------------------------+-------------------------------- The version of Cython-0.20.tar.gz at cython.org does not agree with the Portfile checksums: {{{ ---> Fetching distfiles for py27-cython ---> Attempting to fetch Cython-0.20.tar.gz from http://www.cython.org/release/ ---> Verifying checksums for py27-cython Error: Checksum (rmd160) mismatch for Cython-0.20.tar.gz Error: Checksum (sha256) mismatch for Cython-0.20.tar.gz Error: org.macports.checksum for port py27-cython returned: Unable to verify file checksums }}} The update works using the (larger) version of Cython-0.20.tar.gz from pypi.python.org. Comparing the contents of the two archives reveals that the larger archive (the one that matches the Portfile) contains some extra files: {{{ $ diff -bw *.list | less 33a34 > Cython-0.20/Cython/Compiler/Code.c 40a42 > Cython-0.20/Cython/Compiler/FlowControl.c 45a48 > Cython-0.20/Cython/Compiler/Lexicon.c 55a59 > Cython-0.20/Cython/Compiler/Parsing.c 59a64 > Cython-0.20/Cython/Compiler/Scanning.c 80a86 > Cython-0.20/Cython/Compiler/Visitor.c 214a221 > Cython-0.20/Cython/Plex/Actions.c 221a229 > Cython-0.20/Cython/Plex/Scanners.c 228a237 > Cython-0.20/Cython/Runtime/refnanny.c 234a244 > Cython-0.20/Cython/Tempita/_tempita.c (END) }}} -- Ticket URL: <https://trac.macports.org/ticket/42202> MacPorts <http://www.macports.org/> Ports system for OS X