b2cac8b96e
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/
19 lines
399 B
Makefile
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>
|