Sunday, August 08, 2021

new sphinx extensions

diff 65d65315f5772d8973b5b751a4e81af781dc5d12 /home/lucas/ports
blob - f6bb70a7a322a9b7cf69004e6c14dc955e7afcd1
file + textproc/py-sphinxcontrib/Makefile
--- textproc/py-sphinxcontrib/Makefile
+++ textproc/py-sphinxcontrib/Makefile
@@ -5,6 +5,7 @@ SUBDIR += applehelp
SUBDIR += devhelp
SUBDIR += htmlhelp
SUBDIR += jsmath
+SUBDIR += log-cabinet
SUBDIR += qthelp
SUBDIR += serializinghtml
SUBDIR += websupport
diff 65d65315f5772d8973b5b751a4e81af781dc5d12 /home/lucas/ports
blob - 7cc2b58d913ae441eec154b88914ac7c77173de7
file + textproc/py-sphinx/Makefile
--- textproc/py-sphinx/Makefile
+++ textproc/py-sphinx/Makefile
@@ -5,6 +5,7 @@ COMMENT = Python documentation generator
MODPY_EGG_VERSION = 4.0.2
DISTNAME = Sphinx-${MODPY_EGG_VERSION}
PKGNAME = py-sphinx-${MODPY_EGG_VERSION}
+REVISION = 0

CATEGORIES = textproc

@@ -33,6 +34,7 @@ RUN_DEPENDS = devel/py-babel${MODPY_FLAVOR} \
textproc/py-sphinxcontrib/devhelp${MODPY_FLAVOR} \
textproc/py-sphinxcontrib/htmlhelp${MODPY_FLAVOR} \
textproc/py-sphinxcontrib/jsmath${MODPY_FLAVOR} \
+ textproc/py-sphinxcontrib/log-cabinet${MODPY_FLAVOR} \
textproc/py-sphinxcontrib/qthelp${MODPY_FLAVOR} \
textproc/py-sphinxcontrib/serializinghtml${MODPY_FLAVOR} \
textproc/py-sphinxcontrib/websupport${MODPY_FLAVOR} \
Hello,

Here are two new Sphinx extensions:

* textproc/py-sphinx-issues
* textproc/py-sphinxcontrib/log-cabinet

These will end up being used by updates to:

* devel/py-click
* www/py-flask
* www/py-werkzeug

Looking farther ahead to the next major versions of the pallets
projects, they'll eventually be used by updates to:

* devel/py-jinja2
* devel/py-markupsafe
* www/itsdangerous

log-cabinet is a part of the sphinxcontrib group. I hooked it up
to py-sphinx since the others were as well.

Feedback?

Thanks,
Lucas

No comments:

Post a Comment