ee6aa47f2d
by jihbed. Numpy's documentation uses several custom extensions to Sphinx. The following extensions are available: * numpydoc: support for the Numpy docstring format in Sphinx, and add the code description directives np:function, np-c:function, etc. that support the Numpy docstring syntax. * numpydoc.traitsdoc: For gathering documentation about Traits attributes. * numpydoc.plot_directive: Adaptation of Matplotlib's plot:: directive. Note that this implementation may still undergo severe changes or eventually be deprecated.
18 lines
534 B
Makefile
18 lines
534 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/08/09 21:53:31 wiz Exp $
|
|
|
|
DISTNAME= numpydoc-0.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/n/numpydoc/
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= https://pypi.python.org/pypi/numpydoc
|
|
COMMENT= Sphinx extension to support docstrings in Numpy format
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.0.8:../../textproc/py-sphinx
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|