1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

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
This commit is contained in:
Po-Chuan Hsieh 2022-06-10 07:09:40 +08:00
parent aa26d554d9
commit f38431617e
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 30 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -0,0 +1,3 @@
sphinx-basic-ng provides a modernised skeleton for Sphinx themes.
WWW: https://github.com/pradyunsg/sphinx-basic-ng