FreeBSD Bugzilla – Attachment 190144 Details for
Bug 225518
devel/py-ipykernel: Enable concurrent installs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
devel/py-ipykernel: Enable concurrent installs
patch-devel_py-ipykernel-4.8.0_1.txt (text/plain), 1.40 KB, created by
John W. O'Brien
on 2018-01-29 01:07:50 UTC
(
hide
)
Description:
devel/py-ipykernel: Enable concurrent installs
Filename:
MIME Type:
Creator:
John W. O'Brien
Created:
2018-01-29 01:07:50 UTC
Size:
1.40 KB
patch
obsolete
>Index: devel/py-ipykernel/Makefile >=================================================================== >--- devel/py-ipykernel/Makefile (revision 460226) >+++ devel/py-ipykernel/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= ipykernel > PORTVERSION= 4.8.0 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: devel/py-ipykernel/files/patch-ipykernel_kernelspec.py >=================================================================== >--- devel/py-ipykernel/files/patch-ipykernel_kernelspec.py (nonexistent) >+++ devel/py-ipykernel/files/patch-ipykernel_kernelspec.py (working copy) >@@ -0,0 +1,11 @@ >+--- ipykernel/kernelspec.py.orig 2018-01-29 00:08:00 UTC >++++ ipykernel/kernelspec.py >+@@ -16,7 +16,7 @@ from jupyter_client.kernelspec import Ke >+ >+ pjoin = os.path.join >+ >+-KERNEL_NAME = 'python%i' % sys.version_info[0] >++KERNEL_NAME = 'python%i.%i' % (sys.version_info[0], sys.version_info[1]) >+ >+ # path to kernelspec resources >+ RESOURCES = pjoin(os.path.dirname(__file__), 'resources') > >Property changes on: devel/py-ipykernel/files/patch-ipykernel_kernelspec.py >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 225518
:
190144