summaryrefslogtreecommitdiff
path: root/textproc/py-python-docs-theme
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2018-07-27 18:29:59 +0000
committerMartin Wilke <miwi@FreeBSD.org>2018-07-27 18:29:59 +0000
commit85a7c31741660d520e6c28991ff1f42d44aaf443 (patch)
tree0b3023c16a14358a39f915bc94178c67d6e0d1cc /textproc/py-python-docs-theme
parent- Update to 2.3.6 (diff)
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.
Notes
Notes: svn path=/head/; revision=475453
Diffstat (limited to 'textproc/py-python-docs-theme')
-rw-r--r--textproc/py-python-docs-theme/Makefile20
-rw-r--r--textproc/py-python-docs-theme/distinfo3
-rw-r--r--textproc/py-python-docs-theme/pkg-descr10
3 files changed, 33 insertions, 0 deletions
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/