git: f38431617ecf - main - textproc/py-sphinx-basic-ng: Add py-sphinx-basic-ng 0.0.1a11

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 09 Jun 2022 23:19:27 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f38431617ecf744c09caccb0867b616b6e6b7c51

commit f38431617ecf744c09caccb0867b616b6e6b7c51
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-09 23:09:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-09 23:16:00 +0000

    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
---
 textproc/Makefile                     |  1 +
 textproc/py-sphinx-basic-ng/Makefile  | 23 +++++++++++++++++++++++
 textproc/py-sphinx-basic-ng/distinfo  |  3 +++
 textproc/py-sphinx-basic-ng/pkg-descr |  3 +++
 4 files changed, 30 insertions(+)

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