svn commit: r475453 - in head/textproc: . py-python-docs-theme

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


Author: miwi
Date: Fri Jul 27 18:29:59 2018
New Revision: 475453
URL: https://svnweb.freebsd.org/changeset/ports/475453

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

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

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

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

Added: head/textproc/py-python-docs-theme/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-python-docs-theme/distinfo	Fri Jul 27 18:29:59 2018	(r475453)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1531205388
+SHA256 (python-docs-theme-2018.2.tar.gz) = f9a7e0d44af1719f8975f089632c7ce10c6cf85ee6f08028147b993781d0baa7
+SIZE (python-docs-theme-2018.2.tar.gz) = 9204

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


More information about the svn-ports-all mailing list