https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205762
--- Comment #6 from Raphael Kubo da Costa <[email protected]> --- It looks like all errors except for textproc/py-diff-match-patch are unrelated to the patch and the ports have been broken for a while. It's worth considering the problems in devel/py-cycler and www/py-blogofile though: basically the tarballs and the directories differ in casing, which can also cause problems. Not sure if the only solution to those is to set MASTER_SITE_SUBDIR manually. (In reply to Antoine Brodin from comment #5) > I have the following errors with the patch applied: > > fetch: > https://pypi.python.org/packages/source/a/anyconfig/anyconfig-0.0.5.tar.gz: > Not Found Fixed in ports r405193. > fetch: https://pypi.python.org/packages/source/c/cycler/cycler-0.9.0.tar.gz: > Not Found This was broken in ports r404408, I've replied to the commit email. > fetch: > https://pypi.python.org/packages/source/m/mongokit/mongokit-0.8.3.tar.gz: > size mismatch: expected 68024, actual 68015 Fixed in ports r405195. > fetch: https://pypi.python.org/packages/source/S/SimPy/SimPy-2.3.1.tar.gz: > Not Found Fixed in ports r405196 and ports r405227. > fetch: > https://pypi.python.org/packages/source/u/unittestplus/unittestplus-1.1.1.zip: > Not Found The project has vanished from PyPI and I couldn't find an official website anymore. I'm tempted to deprecate it and mark the port for removal. > fetch: https://pypi.python.org/packages/source/P/PyX/PyX-0.12.1.tar.gz: Not > Found This was fixed a few weeks ago in ports r403796. > fetch: > https://pypi.python.org/packages/source/B/BitVector/BitVector-3.1.tar.gz: Not > Found Fixed in ports r405198. > fetch: > https://pypi.python.org/packages/source/p/python-novaclient/python-novaclient-2.6.8.tar.gz: > Not Found I couldn't find this release/tag in PyPI, GitHub or OpenStack's git repositories. > fetch: > https://pypi.python.org/packages/source/d/diff-match-patch-20121119/diff-match-patch-20121119.tar.gz: > Not Found This one looks like the only legitimate error: the tarballs' parent director should be diff-match-patch, not diff-match-patch-20121119. > fetch: > https://pypi.python.org/packages/source/b/blogofile/blogofile-0.7.1.tar.gz: > Not Found This has the same problem as devel/py-cycler: the tarball is called "blogofile-0.7.1.tar.gz" (lowercase 'b'), whereas the PyPI project is called "Blogofile" (uppercase 'B'), which is also the tarball's parent directory name. > fetch: > https://pypi.python.org/packages/source/d/django-cms/django-cms-2.4.1.tar.gz: > size mismatch: expected 4436793, actual 4650951 The new tarball has quite a few differences, so I left it broken. > fetch: > https://pypi.python.org/packages/source/T/TraitsBackendWX/TraitsBackendWX-3.2.0.tar.gz: > Not Found I couldn't find the tarball anywhere. > fetch: > https://pypi.python.org/packages/source/T/TraitsGUI/TraitsGUI-3.1.0.tar.gz: > Not Found Fixed in ports r405199. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
