aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2018-07-28 02:29:59 +0800
committermiwi <miwi@FreeBSD.org>2018-07-28 02:29:59 +0800
commit6ba4efb549682858a1212fa987a7ee5870a47f07 (patch)
tree0b3023c16a14358a39f915bc94178c67d6e0d1cc /textproc
parentec08e5c85e32063106f53086c35f289fe1f19dd2 (diff)
downloadfreebsd-ports-gnome-6ba4efb549682858a1212fa987a7ee5870a47f07.tar.gz
freebsd-ports-gnome-6ba4efb549682858a1212fa987a7ee5870a47f07.tar.zst
freebsd-ports-gnome-6ba4efb549682858a1212fa987a7ee5870a47f07.zip
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.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-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
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/