aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-sphinx-inline-tabs
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-19 20:04:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-19 20:04:38 +0000
commitb6694a00081bac12e58189637ae2c530d12259ab (patch)
tree78b65dcbaa04a473cef2e259c56502f60f88a7af /textproc/py-sphinx-inline-tabs
parentfaf73ecba2e063569fe536a9cc206d67c0415bf3 (diff)
downloadports-b6694a00081bac12e58189637ae2c530d12259ab.tar.gz
ports-b6694a00081bac12e58189637ae2c530d12259ab.zip
Add py-sphinx-inline-tabs 2020.10.19b4
Sphinx Inline Tabs adds inline tabbed content to your Sphinx documentation. Features: - Elegant design: Small footprint in the markup and generated website, while looking good. - Configurable: All the colors can be configured using CSS variables. - Synchronisation: Tabs with the same label all switch with a single click. - Works without JavaScript: JavaScript is not required for the basics, only for synchronisation. WWW: https://github.com/pradyunsg/sphinx-inline-tabs
Notes
Notes: svn path=/head/; revision=558481
Diffstat (limited to 'textproc/py-sphinx-inline-tabs')
-rw-r--r--textproc/py-sphinx-inline-tabs/Makefile22
-rw-r--r--textproc/py-sphinx-inline-tabs/distinfo3
-rw-r--r--textproc/py-sphinx-inline-tabs/pkg-descr11
3 files changed, 36 insertions, 0 deletions
diff --git a/textproc/py-sphinx-inline-tabs/Makefile b/textproc/py-sphinx-inline-tabs/Makefile
new file mode 100644
index 000000000000..f656d3d6169f
--- /dev/null
+++ b/textproc/py-sphinx-inline-tabs/Makefile
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= sphinx-inline-tabs
+PORTVERSION= 2020.10.19b4
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= sphinx_inline_tabs-${PORTVERSION}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Add inline tabbed content to your Sphinx documentation
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python:3.5+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-sphinx-inline-tabs/distinfo b/textproc/py-sphinx-inline-tabs/distinfo
new file mode 100644
index 000000000000..6c1fecc1ba1c
--- /dev/null
+++ b/textproc/py-sphinx-inline-tabs/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1608366084
+SHA256 (sphinx_inline_tabs-2020.10.19b4.tar.gz) = d1e0d18af2011820e4c49429bcf1d2b392a1262fb01ebb8520e3b45ab2db57e4
+SIZE (sphinx_inline_tabs-2020.10.19b4.tar.gz) = 11329
diff --git a/textproc/py-sphinx-inline-tabs/pkg-descr b/textproc/py-sphinx-inline-tabs/pkg-descr
new file mode 100644
index 000000000000..fa32b3f51d40
--- /dev/null
+++ b/textproc/py-sphinx-inline-tabs/pkg-descr
@@ -0,0 +1,11 @@
+Sphinx Inline Tabs adds inline tabbed content to your Sphinx documentation.
+
+Features:
+- Elegant design: Small footprint in the markup and generated website, while
+ looking good.
+- Configurable: All the colors can be configured using CSS variables.
+- Synchronisation: Tabs with the same label all switch with a single click.
+- Works without JavaScript: JavaScript is not required for the basics, only for
+ synchronisation.
+
+WWW: https://github.com/pradyunsg/sphinx-inline-tabs