diff options
Diffstat (limited to 'textproc/py-sphinxcontrib-htmlhelp')
-rw-r--r-- | textproc/py-sphinxcontrib-htmlhelp/Makefile | 20 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-htmlhelp/distinfo | 3 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-htmlhelp/pkg-descr | 3 |
3 files changed, 26 insertions, 0 deletions
diff --git a/textproc/py-sphinxcontrib-htmlhelp/Makefile b/textproc/py-sphinxcontrib-htmlhelp/Makefile new file mode 100644 index 000000000000..5e51b26a3d8e --- /dev/null +++ b/textproc/py-sphinxcontrib-htmlhelp/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= sphinxcontrib-htmlhelp +PORTVERSION= 1.0.3 +CATEGORIES= textproc +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= Sphinx extension which renders HTML help files + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.5+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/textproc/py-sphinxcontrib-htmlhelp/distinfo b/textproc/py-sphinxcontrib-htmlhelp/distinfo new file mode 100644 index 000000000000..0223159541c6 --- /dev/null +++ b/textproc/py-sphinxcontrib-htmlhelp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1586631496 +SHA256 (sphinxcontrib-htmlhelp-1.0.3.tar.gz) = e8f5bb7e31b2dbb25b9cc435c8ab7a79787ebf7f906155729338f3156d93659b +SIZE (sphinxcontrib-htmlhelp-1.0.3.tar.gz) = 24248 diff --git a/textproc/py-sphinxcontrib-htmlhelp/pkg-descr b/textproc/py-sphinxcontrib-htmlhelp/pkg-descr new file mode 100644 index 000000000000..08070c31a73d --- /dev/null +++ b/textproc/py-sphinxcontrib-htmlhelp/pkg-descr @@ -0,0 +1,3 @@ +sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. + +WWW: https://www.sphinx-doc.org/ |