FreeBSD Bugzilla – Attachment 191085 Details for
Bug 223954
[NEW PORT] devel/py-pipenv: Dependency manager for Python projects
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-pipenv_core.py
0001-devel-py-pipenv-fix-csh-syntax-in-activate_virtualen.patch (text/plain), 604 bytes, created by
Charlie Li
on 2018-02-28 18:13:43 UTC
(
hide
)
Description:
patch-pipenv_core.py
Filename:
MIME Type:
Creator:
Charlie Li
Created:
2018-02-28 18:13:43 UTC
Size:
604 bytes
patch
obsolete
>diff --git a/devel/py-pipenv/files/patch-pipenv_core.py b/devel/py-pipenv/files/patch-pipenv_core.py >new file mode 100644 >index 000000000000..2989ecd9ea1f >--- /dev/null >+++ b/devel/py-pipenv/files/patch-pipenv_core.py >@@ -0,0 +1,10 @@ >+--- pipenv/core.py.orig 2018-02-24 15:59:51 UTC >++++ pipenv/core.py >+@@ -1217,6 +1217,7 @@ def activate_virtualenv(source=True): >+ # Support for csh shell. >+ if PIPENV_SHELL and 'csh' in PIPENV_SHELL: >+ suffix = '.csh' >++ command = 'source' >+ >+ # Escape any spaces located within the virtualenv path to allow >+ # for proper activation.
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
Flags:
snsinfu
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 223954
:
188382
|
188463
|
189283
|
191027
| 191085