Index: branches/2016Q3/textproc/py-cloud_sptheme/Makefile =================================================================== --- branches/2016Q3/textproc/py-cloud_sptheme/Makefile (revision 421591) +++ branches/2016Q3/textproc/py-cloud_sptheme/Makefile (revision 421592) @@ -1,58 +1,56 @@ # Created by: Horia Racoviceanu # $FreeBSD$ PORTNAME= cloud_sptheme PORTVERSION= 1.6 PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python MAINTAINER= ports@FreeBSD.org COMMENT= Sphinx theme LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.1:textproc/py-sphinx RUN_DEPENDS:= ${BUILD_DEPENDS} - -BROKEN= does not build USES= python USE_PYTHON= distutils autoplist PYDISTUTILS_BUILDARGS= build_sphinx -E PORTDOCS= * DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} DOCSRCDIR1= ${WRKSRC} DOC_FILES1= README CHANGES DOCSDIR2= ${DOCSDIR}/html DOCSRCDIR2= ${DOCSRCDIR1}/build/sphinx/html DOC_FILES2= ${DOC_FILES3} *.js DOCSDIR3= ${DOCSDIR2}/lib DOCSRCDIR3= ${DOCSRCDIR2}/lib DOC_FILES3= *.html DOCSDIR4= ${DOCSDIR2}/_static DOCSRCDIR4= ${DOCSRCDIR2}/_static DOC_FILES4= *.css *.gif *.js *.png *.svg OPTIONS_DEFINE= DOCS post-extract: @${CHMOD} 644 ${WRKSRC}/cloud_sptheme/themes/greencloud/theme.conf post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR2} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} @${MKDIR} ${STAGEDIR}${DOCSDIR3} ${STAGEDIR}${DOCSDIR4} ${INSTALL_DATA} ${DOC_FILES3:S|^|${DOCSRCDIR3}/|} ${STAGEDIR}${DOCSDIR3} ${INSTALL_DATA} ${DOC_FILES4:S|^|${DOCSRCDIR4}/|} ${STAGEDIR}${DOCSDIR4} .include Index: branches/2016Q3/textproc/py-cloud_sptheme/files/patch-index__styling.py =================================================================== --- branches/2016Q3/textproc/py-cloud_sptheme/files/patch-index__styling.py (nonexistent) +++ branches/2016Q3/textproc/py-cloud_sptheme/files/patch-index__styling.py (revision 421592) @@ -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: branches/2016Q3/textproc/py-cloud_sptheme/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 Index: branches/2016Q3 =================================================================== --- branches/2016Q3 (revision 421591) +++ branches/2016Q3 (revision 421592) Property changes on: branches/2016Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r421590