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
F82029113: D4106.id.diff
Wed, Apr 24, 6:19 PM
F82027536: D4106.diff
Wed, Apr 24, 5:55 PM
Unknown Object (File)
Mar 18 2024, 11:36 PM
Unknown Object (File)
Mar 18 2024, 11:36 PM
Unknown Object (File)
Mar 18 2024, 11:24 PM
Unknown Object (File)
Mar 14 2024, 5:40 PM
Unknown Object (File)
Mar 10 2024, 8:16 PM
Unknown Object (File)
Mar 7 2024, 12:35 PM
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.