FreeBSD Bugzilla – Attachment 199192 Details for
Bug 229946
devel/py-pip: Update to 19.1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Update to 18.1
pip-18.1.diff.txt (text/plain), 2.56 KB, created by
wen
on 2018-11-13 02:51:51 UTC
(
hide
)
Description:
Update to 18.1
Filename:
MIME Type:
Creator:
wen
Created:
2018-11-13 02:51:51 UTC
Size:
2.56 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 484852) >+++ Makefile (working copy) >@@ -2,8 +2,9 @@ > # $FreeBSD$ > > PORTNAME= pip >-PORTVERSION= 9.0.3 >+PORTVERSION= 18.1 > CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= python@FreeBSD.org >@@ -27,25 +28,20 @@ > > OPTIONS_DEFINE= DOCS > >-DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} >-DOCS_PORTDOCS= * >-DOCS_VARS= PYDISTUTILS_BUILD_TARGET=build_sphinx \ >+#DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} >+#DOCS_PORTDOCS= * >+#DOCS_VARS= PYDISTUTILS_BUILD_TARGET=build_sphinx \ > PYDISTUTILS_BUILDARGS="-n --all-files --fresh-env" > > NO_ARCH= yes > USES= python shebangfix >-USE_GITHUB= yes > USE_PYTHON= autoplist concurrent distutils > >-SHEBANG_FILES= pip/__init__.py >- >-GH_ACCOUNT= pypa >- > NO_ARCH= yes > >-post-install-DOCS-on: >- @${MKDIR} ${STAGEDIR}${DOCSDIR} >- (cd ${WRKSRC}/build/sphinx/html && \ >+#post-install-DOCS-on: >+# @${MKDIR} ${STAGEDIR}${DOCSDIR} >+# (cd ${WRKSRC}/build/sphinx/html && \ > ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! -name .buildinfo -and ! -name objects.inv") > > do-test: >Index: distinfo >=================================================================== >--- distinfo (revision 484852) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1521810422 >-SHA256 (pypa-pip-9.0.3_GH0.tar.gz) = a582a1b8649828b57c23788879bd5263b9ff4f12083c52fb73ff20ca3531056d >-SIZE (pypa-pip-9.0.3_GH0.tar.gz) = 6249079 >+TIMESTAMP = 1542070119 >+SHA256 (pip-18.1.tar.gz) = c0a292bd977ef590379a3f05d7b7f65135487b67470f6281289a94e015650ea1 >+SIZE (pip-18.1.tar.gz) = 1259370 >Index: files/patch-setup.py >=================================================================== >--- files/patch-setup.py (revision 484852) >+++ files/patch-setup.py (working copy) >@@ -1,11 +1,13 @@ >---- setup.py.orig 2015-11-14 14:08:36 UTC >+--- setup.py.orig 2018-11-13 02:28:08 UTC > +++ setup.py >-@@ -78,8 +78,6 @@ setup( >+@@ -73,8 +73,8 @@ setup( > entry_points={ > "console_scripts": [ >- "pip=pip:main", >-- "pip%s=pip:main" % sys.version[:1], >-- "pip%s=pip:main" % sys.version[:3], >+ "pip=pip._internal:main", >+- "pip%s=pip._internal:main" % sys.version_info[:1], >+- "pip%s.%s=pip._internal:main" % sys.version_info[:2], >++# "pip%s=pip._internal:main" % sys.version_info[:1], >++# "pip%s.%s=pip._internal:main" % sys.version_info[:2], > ], > }, >- tests_require=tests_require, >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 229946
:
195358
|
196245
|
199192
|
199193
|
204807
|
204808
|
205208
|
205234