Created attachment 157489 [details] patch Noticed this was out of date. Submitting patch.
Created attachment 157490 [details] QA
Take, as I have a pip update already in progress
CC maintainer.
A commit references this bug: Author: koobs Date: Sun Jun 21 05:34:55 UTC 2015 New revision: 390183 URL: https://svnweb.freebsd.org/changeset/ports/390183 Log: devl/py-pip: Update to 7.0.3 - Update to 7.0.3 - Update pkg-plist - USE_GITHUB to get test suite (PyPI sdist doesnt include them) - Add TEST_DEPENDS and canonicalise regression-test: target - Patch setup.cfg so that tests run properly - Temporarily patch out versioned console_script's (pipX, pipX.Y) until USE_PYTHON=concurrent supports more granularity (coming soon). Note: A couple of tests fail because of these missing console_scripts. - Add USE_PYTHON=concurrent support accordingly. While I'm here: - Makefile: Sort sections - Makefile: Whitespace align Changes: https://pip.pypa.io/en/stable/news.html PR: 200688 Approved by: nivit (maintainer) Changes: head/devel/py-pip/Makefile head/devel/py-pip/distinfo head/devel/py-pip/files/ head/devel/py-pip/files/patch-setup.cfg head/devel/py-pip/files/patch-setup.py head/devel/py-pip/pkg-plist
Committed, with lots of other (in progress) changes. Thanks Christer!