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:
Danilo G. Baio 2020-05-11 23:17:42 +00:00
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

View file

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

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

View 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

View 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/