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/
This commit is contained in:
Steve Wills 2020-09-23 18:27:30 +00:00
parent 065e5df635
commit b2cac8b96e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549774
4 changed files with 28 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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