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.
This commit is contained in:
Martin Wilke 2018-07-27 18:31:16 +00:00
parent 85a7c31741
commit 3e1810b987
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475454
4 changed files with 35 additions and 0 deletions

View File

@ -1352,6 +1352,7 @@
SUBDIR += py-pyhamcrest
SUBDIR += py-pyhwp
SUBDIR += py-pylons-sphinx-themes
SUBDIR += py-pypa-docs-theme
SUBDIR += py-pypandoc
SUBDIR += py-pyphen
SUBDIR += py-pyscss

View File

@ -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>

View File

@ -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

View File

@ -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