diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-sphinx-tabs/Makefile | 26 | ||||
-rw-r--r-- | textproc/py-sphinx-tabs/distinfo | 3 | ||||
-rw-r--r-- | textproc/py-sphinx-tabs/pkg-descr | 3 |
4 files changed, 33 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 9745d826dbe0..4446b42f991a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1410,6 +1410,7 @@ SUBDIR += py-sphinx-hieroglyph SUBDIR += py-sphinx-intl SUBDIR += py-sphinx-me + SUBDIR += py-sphinx-tabs SUBDIR += py-sphinx_numfig SUBDIR += py-sphinx_rtd_theme SUBDIR += py-sphinx_wikipedia diff --git a/textproc/py-sphinx-tabs/Makefile b/textproc/py-sphinx-tabs/Makefile new file mode 100644 index 000000000000..c0283f8d914b --- /dev/null +++ b/textproc/py-sphinx-tabs/Makefile @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= sphinx-tabs +PORTVERSION= 1.1.10 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Tabbed views for Sphinx + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.4:textproc/py-sphinx@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/textproc/py-sphinx-tabs/distinfo b/textproc/py-sphinx-tabs/distinfo new file mode 100644 index 000000000000..99852aeef3f3 --- /dev/null +++ b/textproc/py-sphinx-tabs/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1549046368 +SHA256 (sphinx-tabs-1.1.10.tar.gz) = 4eb73c27f18905548b5e9f1ff24483dfa49df1a57e079d5f81f3b0c85b3c013e +SIZE (sphinx-tabs-1.1.10.tar.gz) = 20692 diff --git a/textproc/py-sphinx-tabs/pkg-descr b/textproc/py-sphinx-tabs/pkg-descr new file mode 100644 index 000000000000..f0ae9dcff70f --- /dev/null +++ b/textproc/py-sphinx-tabs/pkg-descr @@ -0,0 +1,3 @@ +sphinx-tabs creates tabbed content in Sphinx documentation when building HTML. + +WWW: https://github.com/djungelorm/sphinx-tabs |