freebsd-ports/textproc/py-sphinxcontrib-napoleon/Makefile
Danilo G. Baio 0019c1e729 Add textproc/py-sphinxcontrib-napoleon
Sphinx extension that parses both NumPy and Google style docstrings

Napoleon is a pre-processor that parses NumPy and Google style docstrings and
converts them to reStructuredText before Sphinx attempts to parse them. This
happens in an intermediate step while Sphinx is processing the documentation,
so it doesn't modify any of the docstrings in your actual source code files.

WWW: https://pypi.org/project/sphinxcontrib-napoleon/
2020-05-18 22:05:38 +00:00

23 lines
538 B
Makefile

# $FreeBSD$
PORTNAME= sphinxcontrib-napoleon
DISTVERSION= 0.7
CATEGORIES= textproc
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Sphinx extension that parses both NumPy and Google style docstrings
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pockets>=0.3:devel/py-pockets@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>