diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-python-docs-theme/Makefile | 20 | ||||
-rw-r--r-- | textproc/py-python-docs-theme/distinfo | 3 | ||||
-rw-r--r-- | textproc/py-python-docs-theme/pkg-descr | 10 |
4 files changed, 34 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ba5e068d67d0..1e9750086051 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1360,6 +1360,7 @@ SUBDIR += py-pystemmer SUBDIR += py-python-augeas SUBDIR += py-python-bidi + SUBDIR += py-python-docs-theme SUBDIR += py-python-docx SUBDIR += py-python-gettext SUBDIR += py-python-slugify 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 <bsd.port.mk> 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/ |