Files
ports/textproc/py-sphinx_press_theme/Makefile
T
Steve Wills b2cac8b96e 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/
2020-09-23 18:27:30 +00:00

19 lines
399 B
Makefile

# $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>