FreeBSD Bugzilla – Attachment 172499 Details for
Bug 205308
devel/py-pip and devel/py-virtualenv don't aggree on version suffix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Use pip2.7 over pip-2.7 (a la PkgSrc)
pip_suffix.diff (text/plain), 842 bytes, created by
Jan Beich
on 2016-07-14 08:56:11 UTC
(
hide
)
Description:
Use pip2.7 over pip-2.7 (a la PkgSrc)
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2016-07-14 08:56:11 UTC
Size:
842 bytes
patch
obsolete
>Index: Mk/Uses/python.mk >=================================================================== >--- Mk/Uses/python.mk (revision 418466) >+++ Mk/Uses/python.mk (working copy) >@@ -456,8 +456,8 @@ UNIQUE_DEFAULT_LINKS= yes > .else > UNIQUE_DEFAULT_LINKS= no > .endif >-UNIQUE_PREFIX= ${PYTHON_PKGNAMEPREFIX} >-UNIQUE_SUFFIX= -${PYTHON_VER} >+UNIQUE_PREFIX?= ${PYTHON_PKGNAMEPREFIX} >+UNIQUE_SUFFIX?= -${PYTHON_VER} > > .if defined(_PYTHON_FEATURE_AUTOPLIST) > UNIQUE_FIND_SUFFIX_FILES= \ >Index: devel/py-pip/Makefile >=================================================================== >--- devel/py-pip/Makefile (revision 418520) >+++ devel/py-pip/Makefile (working copy) >@@ -36,6 +36,7 @@ NO_ARCH= yes > USES= python shebangfix > USE_GITHUB= yes > USE_PYTHON= autoplist concurrent distutils >+UNIQUE_SUFFIX= ${PYTHON_VER} > > SHEBANG_FILES= pip/__init__.py >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 205308
:
172499
|
172508