mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 09:11:50 -04:00
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.
23 lines
547 B
Makefile
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>
|