You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
d243602d8f
- pin to version 4.1.6 for py27/py35 subports Closes: https://trac.macports.org/ticket/61952
12 lines
527 B
Diff
12 lines
527 B
Diff
--- spyder/app/utils.py.orig 2020-11-08 16:56:03.000000000 -0500
|
|
+++ spyder/app/utils.py 2020-12-11 23:26:54.000000000 -0500
|
|
@@ -50,7 +50,7 @@
|
|
return file_uri(osp.join(doc_path, python_chm[0]))
|
|
else:
|
|
vinf = sys.version_info
|
|
- doc_path = '/usr/share/doc/python%d.%d/html' % (vinf[0], vinf[1])
|
|
+ doc_path = '@@PREFIX@@/share/doc/python%d.%d/html' % (vinf[0], vinf[1])
|
|
python_doc = osp.join(doc_path, "index.html")
|
|
if osp.isfile(python_doc):
|
|
return file_uri(python_doc)
|