Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2020 08:23:37 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549997 - in head/textproc: . py-pallets-sphinx-themes
Message-ID:  <202009250823.08P8Nbor027470@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Fri Sep 25 08:23:36 2020
New Revision: 549997
URL: https://svnweb.freebsd.org/changeset/ports/549997

Log:
  Themes for the Pallets projects. If you're writing an extension,
  use the appropriate theme to make your documentation look consistent.
  
  Available themes:
  
      flask
      jinja
      werkzeug
      click
  
  WWW: https://pypi.org/project/Pallets-Sphinx-Themes/

Added:
  head/textproc/py-pallets-sphinx-themes/
  head/textproc/py-pallets-sphinx-themes/Makefile   (contents, props changed)
  head/textproc/py-pallets-sphinx-themes/distinfo   (contents, props changed)
  head/textproc/py-pallets-sphinx-themes/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Fri Sep 25 08:19:28 2020	(r549996)
+++ head/textproc/Makefile	Fri Sep 25 08:23:36 2020	(r549997)
@@ -1305,6 +1305,7 @@
     SUBDIR += py-os-api-ref
     SUBDIR += py-packageurl-python
     SUBDIR += py-pager
+    SUBDIR += py-pallets-sphinx-themes
     SUBDIR += py-pandocfilters
     SUBDIR += py-paragrep
     SUBDIR += py-parse

Added: head/textproc/py-pallets-sphinx-themes/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pallets-sphinx-themes/Makefile	Fri Sep 25 08:23:36 2020	(r549997)
@@ -0,0 +1,23 @@
+# Created by: Nicola Stanislao Vitale <nivit@FreeBSD.org
+# $FreeBSD$
+
+PORTNAME=	Pallets-Sphinx-Themes
+PORTVERSION=	1.2.3
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	nivit@FreeBSD.org
+COMMENT=	Sphinx themes for Pallets and related projects
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.rst
+
+RUN_DEPENDS=	${PY_SPHINX}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/py-pallets-sphinx-themes/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pallets-sphinx-themes/distinfo	Fri Sep 25 08:23:36 2020	(r549997)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1601018465
+SHA256 (Pallets-Sphinx-Themes-1.2.3.tar.gz) = bbb4fd6e259d498e4e5b4866860f12f0c4e59a67c9ac243eb8c1472cbc730aaf
+SIZE (Pallets-Sphinx-Themes-1.2.3.tar.gz) = 21382

Added: head/textproc/py-pallets-sphinx-themes/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pallets-sphinx-themes/pkg-descr	Fri Sep 25 08:23:36 2020	(r549997)
@@ -0,0 +1,11 @@
+Themes for the Pallets projects. If you're writing an extension,
+use the appropriate theme to make your documentation look consistent.
+
+Available themes:
+
+    flask
+    jinja
+    werkzeug
+    click
+
+WWW: https://pypi.org/project/Pallets-Sphinx-Themes/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009250823.08P8Nbor027470>