mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
50 lines
1.1 KiB
Makefile
50 lines
1.1 KiB
Makefile
COMMENT= Python documentation generator
|
|
|
|
MODPY_DISTV= 9.1.0
|
|
DISTNAME= sphinx-${MODPY_DISTV}
|
|
PKGNAME= py-sphinx-${MODPY_DISTV}
|
|
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://www.sphinx-doc.org/
|
|
|
|
EPOCH= 0
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= flit_core
|
|
MODPY_PI= Yes
|
|
|
|
BUILD_DEPENDS= devel/gettext,-tools
|
|
|
|
RUN_DEPENDS= textproc/py-sphinxcontrib/applehelp \
|
|
textproc/py-sphinxcontrib/devhelp \
|
|
textproc/py-sphinxcontrib/jsmath \
|
|
textproc/py-sphinxcontrib/htmlhelp \
|
|
textproc/py-sphinxcontrib/serializinghtml \
|
|
textproc/py-sphinxcontrib/qthelp \
|
|
textproc/py-sphinxcontrib/websupport \
|
|
www/py-jinja2 \
|
|
textproc/py-pygments \
|
|
textproc/py-docutils<0.23v0 \
|
|
textproc/py-snowballstemmer \
|
|
devel/py-babel \
|
|
textproc/py-alabaster \
|
|
graphics/py-imagesize \
|
|
www/py-requests \
|
|
textproc/py-roman-numerals>=3.1.0p0 \
|
|
sysutils/py-packaging
|
|
|
|
TEST_DEPENDS= devel/py-test-xdist \
|
|
sysutils/py-psutil \
|
|
textproc/py-defusedxml \
|
|
lang/cython \
|
|
devel/py-setuptools \
|
|
devel/py-typing-extensions \
|
|
print/texlive/texmf,-full
|
|
PORTHOME= ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|