Committed.
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
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: |
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.
At the moment I have no time to dedicate to my ports, so move py-pip under @python maintainership, please. :)
Thanks.