View | Details | Raw Unified | Return to bug 244676
Collapse All | Expand All

(-)Makefile (+20 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	sphinxcontrib-serializinghtml
4
PORTVERSION=	1.1.4
5
CATEGORIES=	textproc python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
DIST_SUBDIR=	python
9
10
MAINTAINER=	wjw@digiware.nl
11
COMMENT=	Sphinx extension which outputs serialized HTML files (json and pickle)
12
13
LICENSE=	BSD2CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
USES=		python:3.5+
17
USE_PYTHON=	autoplist distutils concurrent
18
NO_ARCH=	yes
19
20
.include <bsd.port.mk>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1583544947
2
SHA256 (python/sphinxcontrib-serializinghtml-1.1.4.tar.gz) = eaa0eccc86e982a9b939b2b82d12cc5d013385ba5eadcc7e4fed23f4405f77bc
3
SIZE (python/sphinxcontrib-serializinghtml-1.1.4.tar.gz) = 18647
(-)pkg-descr (+4 lines)
Line 0 Link Here
1
sphinxcontrib-serializinghtml is a sphinx extension which outputs 
2
serialized HTML files (json and pickle).
3
4
WWW: https://www.sphinx-doc.org/

Return to bug 244676