Page MenuHomeFreeBSD

devel/py-pip: Update to 7.1.2, PR 204367
AbandonedPublic

Authored by pi on Nov 8 2015, 9:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 19, 10:34 AM
Unknown Object (File)
Sep 30 2024, 9:00 PM
Unknown Object (File)
Sep 30 2024, 8:06 AM
Unknown Object (File)
Sep 27 2024, 3:31 AM
Unknown Object (File)
Sep 23 2024, 5:55 PM
Unknown Object (File)
Sep 8 2024, 9:53 PM
Unknown Object (File)
Sep 7 2024, 3:05 PM
Unknown Object (File)
Sep 3 2024, 10:40 AM
Subscribers
None

Details

Summary

Committed.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

pi retitled this revision from to devel/py-pip: Update to 7.1.2.
pi updated this object.
pi edited the test plan for this revision. (Show Details)
pi added reviewers: koobs, antoine.
pi retitled this revision from devel/py-pip: Update to 7.1.2 to devel/py-pip: Update to 7.1.2, PR 204367.

Also I have this warning during patch:

> Applying FreeBSD patches for py27-pip-7.1.2

No such line 97 in input file, ignoring

Makefile
30

this line can go away, HOME is always set to ${WRKDIR} by bsd.port.mk

31

PORTDOCS= *

32

DOCSDIR=${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} can go away, USE_PYTHON=concurrent already does this

33

the += won't do anything more than = can do ( PYDISTUTILS_BUILD_TARGET is empty durig OPTIONS processing )

49

build can go away, test already depends on stage

Makefile
44

should be post-install-DOCS-on:

pi marked 6 inline comments as done.Nov 8 2015, 9:44 AM

running a make test right now

koobs edited edge metadata.

Would be nice to have this important Python port under python MAINTAINERship, but this version update shouldn't be blocked on that unless @nivit can approve quickly :)

The warning during patch can be solved by removing files/patch-setup.py, which is no longer needed.

In D4106#86131, @koobs wrote:

Would be nice to have this important Python port under python MAINTAINERship, but this version update shouldn't be blocked on that unless @nivit can approve quickly :)

At the moment I have no time to dedicate to my ports, so move py-pip under @python maintainership, please. :)
Thanks.

pi edited edge metadata.

This was committed in rP401574 but was missing Differential Revision: D4106 line

Can close?

How do I close this review ?

This was committed long ago.