diff options
Diffstat (limited to 'textproc/py-sphinxcontrib-napoleon/Makefile')
-rw-r--r-- | textproc/py-sphinxcontrib-napoleon/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/py-sphinxcontrib-napoleon/Makefile b/textproc/py-sphinxcontrib-napoleon/Makefile new file mode 100644 index 000000000000..851d7c9513ee --- /dev/null +++ b/textproc/py-sphinxcontrib-napoleon/Makefile @@ -0,0 +1,23 @@ +# $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> |