Bug 200688 - devel/py-pip: Update to 7.0.3
Summary: devel/py-pip: Update to 7.0.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kubilay Kocak
URL:
Keywords: needs-qa, patch
Depends on:
Blocks:
 
Reported: 2015-06-07 01:33 UTC by Christer Edwards
Modified: 2015-06-21 05:36 UTC (History)
2 users (show)

See Also:


Attachments
patch (1.65 KB, text/plain)
2015-06-07 01:33 UTC, Christer Edwards
no flags Details
QA (117.67 KB, text/plain)
2015-06-07 01:33 UTC, Christer Edwards
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!