aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-pypa-docs-theme
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2018-07-27 18:31:16 +0000
committerMartin Wilke <miwi@FreeBSD.org>2018-07-27 18:31:16 +0000
commit3e1810b9870098dc43b29f1ecfcdae086ec19882 (patch)
tree9b07536a06ef18c1f6c34fa398b8f6982a904f55 /textproc/py-pypa-docs-theme
parent85a7c31741660d520e6c28991ff1f42d44aaf443 (diff)
downloadports-3e1810b9870098dc43b29f1ecfcdae086ec19882.tar.gz
ports-3e1810b9870098dc43b29f1ecfcdae086ec19882.zip
This is the common Sphinx theme for all PyPA projects.
It is derived from the Python docs theme, since PyPA maintains portions of the default Python developer experience (specifically, the software installation and distribution tools bootstrapped by the ensurepip module). WWW: https://github.com/pypa/pypa-docs-theme PR: 229820 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc.
Notes
Notes: svn path=/head/; revision=475454
Diffstat (limited to 'textproc/py-pypa-docs-theme')
-rw-r--r--textproc/py-pypa-docs-theme/Makefile24
-rw-r--r--textproc/py-pypa-docs-theme/distinfo3
-rw-r--r--textproc/py-pypa-docs-theme/pkg-descr7
3 files changed, 34 insertions, 0 deletions
diff --git a/textproc/py-pypa-docs-theme/Makefile b/textproc/py-pypa-docs-theme/Makefile
new file mode 100644
index 000000000000..b61dba50d0c9
--- /dev/null
+++ b/textproc/py-pypa-docs-theme/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= pypa-docs-theme
+DISTVERSION= g20180622
+CATEGORIES= textproc python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= freebsd_ports@k-worx.org
+COMMENT= Common base Sphinx theme for PyPA projects
+
+LICENSE= PSFL
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-docs-theme>=0:textproc/py-python-docs-theme@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= distutils autoplist
+USE_GITHUB= yes
+GH_ACCOUNT= pypa
+GH_TAGNAME= d2e63fb
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-pypa-docs-theme/distinfo b/textproc/py-pypa-docs-theme/distinfo
new file mode 100644
index 000000000000..30b0f974025f
--- /dev/null
+++ b/textproc/py-pypa-docs-theme/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1531204639
+SHA256 (pypa-pypa-docs-theme-g20180622-d2e63fb_GH0.tar.gz) = a336de3052c2927024819734cc1407bcc7c8cb7debc2dbe0a4e657230a1ca372
+SIZE (pypa-pypa-docs-theme-g20180622-d2e63fb_GH0.tar.gz) = 3810
diff --git a/textproc/py-pypa-docs-theme/pkg-descr b/textproc/py-pypa-docs-theme/pkg-descr
new file mode 100644
index 000000000000..25136dc3e911
--- /dev/null
+++ b/textproc/py-pypa-docs-theme/pkg-descr
@@ -0,0 +1,7 @@
+This is the common Sphinx theme for all PyPA projects.
+
+It is derived from the Python docs theme, since PyPA maintains portions of the
+default Python developer experience (specifically, the software installation and
+distribution tools bootstrapped by the ensurepip module).
+
+WWW: https://github.com/pypa/pypa-docs-theme