aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-09 23:09:40 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-09 23:16:00 +0000
commitf38431617ecf744c09caccb0867b616b6e6b7c51 (patch)
tree252a1c5e5b1ec6d18f62f6225e476a3c1c366469
parentaa26d554d94d7cc13fe4660c918a18119d92d1f1 (diff)
textproc/py-sphinx-basic-ng: Add py-sphinx-basic-ng 0.0.1a11
sphinx-basic-ng provides a modernised skeleton for Sphinx themes. WWW: https://github.com/pradyunsg/sphinx-basic-ng
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-sphinx-basic-ng/Makefile23
-rw-r--r--textproc/py-sphinx-basic-ng/distinfo3
-rw-r--r--textproc/py-sphinx-basic-ng/pkg-descr3
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index ba0311d0e8c0..abd3adfe1a86 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1481,6 +1481,7 @@
SUBDIR += py-sphinx-autoapi
SUBDIR += py-sphinx-autobuild
SUBDIR += py-sphinx-autodoc-typehints
+ SUBDIR += py-sphinx-basic-ng
SUBDIR += py-sphinx-book-theme
SUBDIR += py-sphinx-copybutton
SUBDIR += py-sphinx-design
diff --git a/textproc/py-sphinx-basic-ng/Makefile b/textproc/py-sphinx-basic-ng/Makefile
new file mode 100644
index 000000000000..c960dbc87418
--- /dev/null
+++ b/textproc/py-sphinx-basic-ng/Makefile
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= sphinx-basic-ng
+PORTVERSION= 0.0.1a11
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= sphinx_basic_ng-${PORTVERSION}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Modern skeleton for Sphinx themes
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=4.0,1<6.0,1:textproc/py-sphinx@${PY_FLAVOR}
+
+USES= python:3.7+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-sphinx-basic-ng/distinfo b/textproc/py-sphinx-basic-ng/distinfo
new file mode 100644
index 000000000000..1cb9a42f940f
--- /dev/null
+++ b/textproc/py-sphinx-basic-ng/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1654774046
+SHA256 (sphinx_basic_ng-0.0.1a11.tar.gz) = bf9a8fda0379c7d2ab51c9543f2b18e014b77fb295b49d64f3c1a910c863b34f
+SIZE (sphinx_basic_ng-0.0.1a11.tar.gz) = 17999
diff --git a/textproc/py-sphinx-basic-ng/pkg-descr b/textproc/py-sphinx-basic-ng/pkg-descr
new file mode 100644
index 000000000000..ad5cb8cf68cc
--- /dev/null
+++ b/textproc/py-sphinx-basic-ng/pkg-descr
@@ -0,0 +1,3 @@
+sphinx-basic-ng provides a modernised skeleton for Sphinx themes.
+
+WWW: https://github.com/pradyunsg/sphinx-basic-ng