From 85a7c31741660d520e6c28991ff1f42d44aaf443 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 27 Jul 2018 18:29:59 +0000 Subject: This is the theme for the Python documentation. Note that when adopting this theme, you're also borrowing an element of the trust and credibility established by the CPython core developers over the years. That's fine, and you're welcome to do so for other Python community projects if you so choose, but please keep in mind that in doing so you're also choosing to accept some of the responsibility for maintaining that collective trust. WWW: https://pypi.org/project/python-docs-theme/ PR: 229821 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc. --- textproc/py-python-docs-theme/Makefile | 20 ++++++++++++++++++++ textproc/py-python-docs-theme/distinfo | 3 +++ textproc/py-python-docs-theme/pkg-descr | 10 ++++++++++ 3 files changed, 33 insertions(+) create mode 100644 textproc/py-python-docs-theme/Makefile create mode 100644 textproc/py-python-docs-theme/distinfo create mode 100644 textproc/py-python-docs-theme/pkg-descr (limited to 'textproc/py-python-docs-theme') diff --git a/textproc/py-python-docs-theme/Makefile b/textproc/py-python-docs-theme/Makefile new file mode 100644 index 000000000000..9f69ec0b1133 --- /dev/null +++ b/textproc/py-python-docs-theme/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= python-docs-theme +DISTVERSION= 2018.2 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= freebsd_ports@k-worx.org +COMMENT= Sphinx theme for the CPython docs and related projects + +LICENSE= PSFL +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include diff --git a/textproc/py-python-docs-theme/distinfo b/textproc/py-python-docs-theme/distinfo new file mode 100644 index 000000000000..57e87c573eea --- /dev/null +++ b/textproc/py-python-docs-theme/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1531205388 +SHA256 (python-docs-theme-2018.2.tar.gz) = f9a7e0d44af1719f8975f089632c7ce10c6cf85ee6f08028147b993781d0baa7 +SIZE (python-docs-theme-2018.2.tar.gz) = 9204 diff --git a/textproc/py-python-docs-theme/pkg-descr b/textproc/py-python-docs-theme/pkg-descr new file mode 100644 index 000000000000..a55682e26ba8 --- /dev/null +++ b/textproc/py-python-docs-theme/pkg-descr @@ -0,0 +1,10 @@ +This is the theme for the Python documentation. + +Note that when adopting this theme, you're also borrowing an element of the +trust and credibility established by the CPython core developers over the years. + +That's fine, and you're welcome to do so for other Python community projects if +you so choose, but please keep in mind that in doing so you're also choosing to +accept some of the responsibility for maintaining that collective trust. + +WWW: https://pypi.org/project/python-docs-theme/ -- cgit v1.2.3