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

(-)py-python-docs-theme/Makefile (+20 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	python-docs-theme
4
DISTVERSION=	2018.2
5
CATEGORIES=	textproc python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	freebsd_ports@k-worx.org
10
COMMENT=	Sphinx theme for the CPython docs and related projects
11
12
LICENSE=	PSFL
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
USES=		python
16
USE_PYTHON=	distutils autoplist
17
18
NO_ARCH=	yes
19
20
.include <bsd.port.mk>
(-)py-python-docs-theme/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1531205388
2
SHA256 (python-docs-theme-2018.2.tar.gz) = f9a7e0d44af1719f8975f089632c7ce10c6cf85ee6f08028147b993781d0baa7
3
SIZE (python-docs-theme-2018.2.tar.gz) = 9204
(-)py-python-docs-theme/pkg-descr (+10 lines)
Line 0 Link Here
1
This is the theme for the Python documentation.
2
3
Note that when adopting this theme, you're also borrowing an element of the
4
trust and credibility established by the CPython core developers over the years.
5
6
That's fine, and you're welcome to do so for other Python community projects if
7
you so choose, but please keep in mind that in doing so you're also choosing to
8
accept some of the responsibility for maintaining that collective trust.
9
10
WWW: https://pypi.org/project/python-docs-theme/

Return to bug 229820