FreeBSD Bugzilla – Attachment 174543 Details for
Bug 212496
textproc/py-cloud_sptheme fix build error and unbreak
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn_diff-py_cloud_sptheme
svn_diff-py_cloud_sptheme (text/plain), 1.56 KB, created by
Walter Schwarzenfeld
on 2016-09-08 20:48:06 UTC
(
hide
)
Description:
svn_diff-py_cloud_sptheme
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2016-09-08 20:48:06 UTC
Size:
1.56 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 421577) >+++ Makefile (working copy) >@@ -17,8 +17,6 @@ > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx > RUN_DEPENDS:= ${BUILD_DEPENDS} > >-BROKEN= does not build >- > USES= python > USE_PYTHON= distutils autoplist > PYDISTUTILS_BUILDARGS= build_sphinx -E >Index: files/patch-index__styling.py >=================================================================== >--- files/patch-index__styling.py (nonexistent) >+++ files/patch-index__styling.py (working copy) >@@ -0,0 +1,14 @@ >+--- cloud_sptheme/ext/index_styling.py.orig 2016-09-08 20:32:45 UTC >++++ cloud_sptheme/ext/index_styling.py >+@@ -49,8 +49,9 @@ def mangle_index(app, pagename, template >+ fmt = format_index_name >+ for key, entries in ctx['genindexentries']: >+ for idx, entry in enumerate(entries): >+- name, (links, subitems) = entry >+- entries[idx] = fmt(name), (links, subitems) >++ name, data = entry >++ entries[idx] = fmt(name), data >++ subitems = data[1] >+ for idx, entry in enumerate(subitems): >+ name, links = entry >+ subitems[idx] = fmt(name), links > >Property changes on: files/patch-index__styling.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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212496
: 174543 |
174551
|
174555