mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
fe9ad3e34a
sphinx-argparse is an extension for Sphinx that allows for easy generation of documentation for command line tools using Python's argparse library.
25 lines
487 B
Makefile
25 lines
487 B
Makefile
COMMENT= auto-generate docs for argparse commands and options
|
|
|
|
MODPY_DISTV= 0.5.2
|
|
DISTNAME= sphinx_argparse-${MODPY_DISTV}
|
|
PKGNAME= py-sphinx-argparse-${MODPY_DISTV}
|
|
|
|
CATEGORIES= textproc
|
|
|
|
# https://github.com/sphinx-doc/sphinx-argparse/
|
|
HOMEPAGE= https://sphinx-argparse.readthedocs.io/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= flit_core
|
|
MODPY_PI= Yes
|
|
|
|
RUN_DEPENDS= textproc/py-sphinx
|
|
|
|
TEST_DEPENDS= textproc/py-lxml \
|
|
devel/py-coverage
|
|
|
|
.include <bsd.port.mk>
|