Add textproc/py-sphinxcontrib-serializinghtml
sphinxcontrib-serializinghtml is a sphinx extension which outputs serialized HTML files (json and pickle). WWW: https://www.sphinx-doc.org/ PR: 244676 Submitted by: Willem Jan Withagen <wjw@digiware.nl>
This commit is contained in:
parent
7f3043db7e
commit
4800efea71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534962
4 changed files with 28 additions and 0 deletions
|
@ -1367,6 +1367,7 @@
|
|||
SUBDIR += py-sphinxcontrib-jsmath
|
||||
SUBDIR += py-sphinxcontrib-newsfeed
|
||||
SUBDIR += py-sphinxcontrib-programoutput
|
||||
SUBDIR += py-sphinxcontrib-serializinghtml
|
||||
SUBDIR += py-sphinxcontrib-websupport
|
||||
SUBDIR += py-stemming
|
||||
SUBDIR += py-tabletext
|
||||
|
|
20
textproc/py-sphinxcontrib-serializinghtml/Makefile
Normal file
20
textproc/py-sphinxcontrib-serializinghtml/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sphinxcontrib-serializinghtml
|
||||
PORTVERSION= 1.1.4
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Sphinx extension which outputs serialized HTML files (json and pickle)
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-sphinxcontrib-serializinghtml/distinfo
Normal file
3
textproc/py-sphinxcontrib-serializinghtml/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1586631628
|
||||
SHA256 (sphinxcontrib-serializinghtml-1.1.4.tar.gz) = eaa0eccc86e982a9b939b2b82d12cc5d013385ba5eadcc7e4fed23f4405f77bc
|
||||
SIZE (sphinxcontrib-serializinghtml-1.1.4.tar.gz) = 18647
|
4
textproc/py-sphinxcontrib-serializinghtml/pkg-descr
Normal file
4
textproc/py-sphinxcontrib-serializinghtml/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
sphinxcontrib-serializinghtml is a sphinx extension which outputs serialized
|
||||
HTML files (json and pickle).
|
||||
|
||||
WWW: https://www.sphinx-doc.org/
|
Loading…
Reference in a new issue