Bug 200688

Summary: devel/py-pip: Update to 7.0.3
Product: Ports & Packages Reporter: Christer Edwards <christer.edwards>
Component: Individual Port(s)Assignee: Kubilay Kocak <koobs>
Status: Closed FIXED    
Severity: Affects Only Me CC: nivit, python
Priority: --- Keywords: needs-qa, patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch
none
QA none

Description Christer Edwards 2015-06-07 01:33:07 UTC
Created attachment 157489 [details]
patch

Noticed this was out of date. Submitting patch.
Comment 1 Christer Edwards 2015-06-07 01:33:22 UTC
Created attachment 157490 [details]
QA
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2015-06-07 02:59:33 UTC
Take, as I have a pip update already in progress
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2015-06-08 01:43:39 UTC
CC maintainer.
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-06-21 05:35:01 UTC
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
Comment 5 Kubilay Kocak freebsd_committer freebsd_triage 2015-06-21 05:36:51 UTC
Committed, with lots of other (in progress) changes. Thanks Christer!