Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 18:27:31 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549774 - in head/textproc: . py-sphinx_press_theme
Message-ID:  <202009231827.08NIRVcW005565@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Sep 23 18:27:30 2020
New Revision: 549774
URL: https://svnweb.freebsd.org/changeset/ports/549774

Log:
  textproc/py-sphinx_press_theme: create port
  
  A modern responsive theme for python's Sphinx documentation generator.
  
  This theme is based on VuePress. It uses Vue.js & Stylus managed by webpack
  (through vue-cli).
  
  WWW: https://schettino72.github.io/sphinx_press_site/

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Sep 23 18:24:30 2020	(r549773)
+++ head/textproc/Makefile	Wed Sep 23 18:27:30 2020	(r549774)
@@ -1371,6 +1371,7 @@
     SUBDIR += py-sphinx-me
     SUBDIR += py-sphinx-tabs
     SUBDIR += py-sphinx18
+    SUBDIR += py-sphinx_press_theme
     SUBDIR += py-sphinx_rtd_theme
     SUBDIR += py-sphinx_wikipedia
     SUBDIR += py-sphinxcontrib-adadomain

Added: head/textproc/py-sphinx_press_theme/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinx_press_theme/Makefile	Wed Sep 23 18:27:30 2020	(r549774)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	sphinx_press_theme
+PORTVERSION=	0.5.1
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	swills@FreeBSD.org
+COMMENT=	Them for py-sphinx based on VuePress
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR}
+
+NO_ARCH=	yes
+USES=		python:3.7+
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/textproc/py-sphinx_press_theme/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinx_press_theme/distinfo	Wed Sep 23 18:27:30 2020	(r549774)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1600281460
+SHA256 (sphinx_press_theme-0.5.1.tar.gz) = bbb8b52b7c5721114ed230efbd97dbdc78c06097d1f8b16dddc9295d7bd09618
+SIZE (sphinx_press_theme-0.5.1.tar.gz) = 57582

Added: head/textproc/py-sphinx_press_theme/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sphinx_press_theme/pkg-descr	Wed Sep 23 18:27:30 2020	(r549774)
@@ -0,0 +1,6 @@
+A modern responsive theme for python's Sphinx documentation generator.
+
+This theme is based on VuePress. It uses Vue.js & Stylus managed by webpack
+(through vue-cli).
+
+WWW: https://schettino72.github.io/sphinx_press_site/



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