textproc/py-sphinx-autobuild: Add py-sphinx-autobuild 2021.3.14

Rebuild Sphinx documentation on changes, with live-reload in the browser.

WWW: https://github.com/executablebooks/sphinx-autobuild
This commit is contained in:
Po-Chuan Hsieh 2022-01-24 02:05:32 +08:00
parent 01dfb1deb0
commit ebe92d11ad
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 31 additions and 0 deletions

View File

@ -1468,6 +1468,7 @@
SUBDIR += py-sphinx
SUBDIR += py-sphinx-argparse
SUBDIR += py-sphinx-autoapi
SUBDIR += py-sphinx-autobuild
SUBDIR += py-sphinx-autodoc-typehints
SUBDIR += py-sphinx-copybutton
SUBDIR += py-sphinx-inline-tabs

View File

@ -0,0 +1,24 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= sphinx-autobuild
PORTVERSION= 2021.3.14
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Rebuild Sphinx documentation on changes, with live-reload in the browser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}livereload>=0:www/py-livereload@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx>=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 = 1642102115
SHA256 (sphinx-autobuild-2021.3.14.tar.gz) = de1ca3b66e271d2b5b5140c35034c89e47f263f2cd5db302c9217065f7443f05
SIZE (sphinx-autobuild-2021.3.14.tar.gz) = 206402

View File

@ -0,0 +1,3 @@
Rebuild Sphinx documentation on changes, with live-reload in the browser.
WWW: https://github.com/executablebooks/sphinx-autobuild