svn commit: r475454 - in head/textproc: . py-pypa-docs-theme

Martin Wilke miwi at FreeBSD.org
Fri Jul 27 18:31:18 UTC 2018


Author: miwi
Date: Fri Jul 27 18:31:16 2018
New Revision: 475454
URL: https://svnweb.freebsd.org/changeset/ports/475454

Log:
  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 at k-worx.org
  Sponsored by:	iXsystems Inc.

Added:
  head/textproc/py-pypa-docs-theme/
  head/textproc/py-pypa-docs-theme/Makefile   (contents, props changed)
  head/textproc/py-pypa-docs-theme/distinfo   (contents, props changed)
  head/textproc/py-pypa-docs-theme/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Fri Jul 27 18:29:59 2018	(r475453)
+++ head/textproc/Makefile	Fri Jul 27 18:31:16 2018	(r475454)
@@ -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

Added: head/textproc/py-pypa-docs-theme/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pypa-docs-theme/Makefile	Fri Jul 27 18:31:16 2018	(r475454)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	pypa-docs-theme
+DISTVERSION=	g20180622
+CATEGORIES=	textproc python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	freebsd_ports at 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>

Added: head/textproc/py-pypa-docs-theme/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pypa-docs-theme/distinfo	Fri Jul 27 18:31:16 2018	(r475454)
@@ -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

Added: head/textproc/py-pypa-docs-theme/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pypa-docs-theme/pkg-descr	Fri Jul 27 18:31:16 2018	(r475454)
@@ -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


More information about the svn-ports-all mailing list