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:
parent
aa26d554d9
commit
f38431617e
@ -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
|
||||
|
23
textproc/py-sphinx-basic-ng/Makefile
Normal file
23
textproc/py-sphinx-basic-ng/Makefile
Normal 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>
|
3
textproc/py-sphinx-basic-ng/distinfo
Normal file
3
textproc/py-sphinx-basic-ng/distinfo
Normal 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
|
3
textproc/py-sphinx-basic-ng/pkg-descr
Normal file
3
textproc/py-sphinx-basic-ng/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
sphinx-basic-ng provides a modernised skeleton for Sphinx themes.
|
||||
|
||||
WWW: https://github.com/pradyunsg/sphinx-basic-ng
|
Loading…
Reference in New Issue
Block a user