mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
Currently packaged extensions include: * An extension for building documentation like readthedocs.io. fame * template-meta, allows users to specify template overrides in per-page context. Differential Revision: https://reviews.freebsd.org/D43489
29 lines
974 B
Makefile
29 lines
974 B
Makefile
PORTNAME= readthedocs-sphinx-ext
|
|
DISTVERSION= 2.2.5
|
|
CATEGORIES= textproc python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= agh@riseup.net
|
|
COMMENT= Sphinx extension for Read the Docs overrides
|
|
WWW= https://pypi.org/project/readthedocs-sphinx-ext
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}prospector>0:devel/py-prospector@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} \
|
|
pylint${PYTHON_PKGNAMESUFFIX}>0:devel/pylint
|
|
|
|
USES= python
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= readthedocs
|
|
USE_PYTHON= autoplist pep517 pytest
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|