ports/textproc/py-sphinx-multiversion/Makefile
Dries Michiels 063eecda96 textproc/py-sphinx-multiversion-zrepl: add new port
Sphinx extension (zrepl fork) for building self-hosted versioned docs.
This extension aims to provide a clean implementation that tries to
avoid messing with Sphinx internals as much as possible.
2023-10-12 08:30:43 +02:00

23 lines
547 B
Makefile

PORTNAME= sphinx-multiversion
DISTVERSION= 0.2.4
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= driesm@FreeBSD.org
COMMENT= Sphinx extension for building self-hosted versioned docs
WWW= https://github.com/Holzhaus/sphinx-multiversion
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=2.1:textproc/py-sphinx@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
CONFLICTS_INSTALL= sphinx-multiversion-zrepl
NO_ARCH= yes
.include <bsd.port.mk>