summaryrefslogtreecommitdiff
path: root/textproc/py-numpydoc
diff options
context:
space:
mode:
authorwiz <wiz>2014-08-09 21:53:31 +0000
committerwiz <wiz>2014-08-09 21:53:31 +0000
commitf660b6390be511235213aa77fdbd91511023cfda (patch)
tree3021ab07b2a750ba2e61b66436c26783162d5c0f /textproc/py-numpydoc
parentf117033d38e80ae2031e50cd4d5ccf8759dc084e (diff)
downloadpkgsrc-f660b6390be511235213aa77fdbd91511023cfda.tar.gz
Import py34-numpydoc-0.5 as textproc/py-numpydoc; packaged for wip
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.
Diffstat (limited to 'textproc/py-numpydoc')
-rw-r--r--textproc/py-numpydoc/DESCR12
-rw-r--r--textproc/py-numpydoc/Makefile18
-rw-r--r--textproc/py-numpydoc/PLIST50
-rw-r--r--textproc/py-numpydoc/distinfo5
4 files changed, 85 insertions, 0 deletions
diff --git a/textproc/py-numpydoc/DESCR b/textproc/py-numpydoc/DESCR
new file mode 100644
index 00000000000..4b2782533a7
--- /dev/null
+++ b/textproc/py-numpydoc/DESCR
@@ -0,0 +1,12 @@
+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.
diff --git a/textproc/py-numpydoc/Makefile b/textproc/py-numpydoc/Makefile
new file mode 100644
index 00000000000..d5a30225cfb
--- /dev/null
+++ b/textproc/py-numpydoc/Makefile
@@ -0,0 +1,18 @@
+# $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"
diff --git a/textproc/py-numpydoc/PLIST b/textproc/py-numpydoc/PLIST
new file mode 100644
index 00000000000..0138f32b83b
--- /dev/null
+++ b/textproc/py-numpydoc/PLIST
@@ -0,0 +1,50 @@
+@comment $NetBSD: PLIST,v 1.1 2014/08/09 21:53:31 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/numpydoc/__init__.py
+${PYSITELIB}/numpydoc/__init__.pyc
+${PYSITELIB}/numpydoc/__init__.pyo
+${PYSITELIB}/numpydoc/comment_eater.py
+${PYSITELIB}/numpydoc/comment_eater.pyc
+${PYSITELIB}/numpydoc/comment_eater.pyo
+${PYSITELIB}/numpydoc/compiler_unparse.py
+${PYSITELIB}/numpydoc/compiler_unparse.pyc
+${PYSITELIB}/numpydoc/compiler_unparse.pyo
+${PYSITELIB}/numpydoc/docscrape.py
+${PYSITELIB}/numpydoc/docscrape.pyc
+${PYSITELIB}/numpydoc/docscrape.pyo
+${PYSITELIB}/numpydoc/docscrape_sphinx.py
+${PYSITELIB}/numpydoc/docscrape_sphinx.pyc
+${PYSITELIB}/numpydoc/docscrape_sphinx.pyo
+${PYSITELIB}/numpydoc/linkcode.py
+${PYSITELIB}/numpydoc/linkcode.pyc
+${PYSITELIB}/numpydoc/linkcode.pyo
+${PYSITELIB}/numpydoc/numpydoc.py
+${PYSITELIB}/numpydoc/numpydoc.pyc
+${PYSITELIB}/numpydoc/numpydoc.pyo
+${PYSITELIB}/numpydoc/phantom_import.py
+${PYSITELIB}/numpydoc/phantom_import.pyc
+${PYSITELIB}/numpydoc/phantom_import.pyo
+${PYSITELIB}/numpydoc/plot_directive.py
+${PYSITELIB}/numpydoc/plot_directive.pyc
+${PYSITELIB}/numpydoc/plot_directive.pyo
+${PYSITELIB}/numpydoc/tests/test_docscrape.py
+${PYSITELIB}/numpydoc/tests/test_docscrape.pyc
+${PYSITELIB}/numpydoc/tests/test_docscrape.pyo
+${PYSITELIB}/numpydoc/tests/test_linkcode.py
+${PYSITELIB}/numpydoc/tests/test_linkcode.pyc
+${PYSITELIB}/numpydoc/tests/test_linkcode.pyo
+${PYSITELIB}/numpydoc/tests/test_phantom_import.py
+${PYSITELIB}/numpydoc/tests/test_phantom_import.pyc
+${PYSITELIB}/numpydoc/tests/test_phantom_import.pyo
+${PYSITELIB}/numpydoc/tests/test_plot_directive.py
+${PYSITELIB}/numpydoc/tests/test_plot_directive.pyc
+${PYSITELIB}/numpydoc/tests/test_plot_directive.pyo
+${PYSITELIB}/numpydoc/tests/test_traitsdoc.py
+${PYSITELIB}/numpydoc/tests/test_traitsdoc.pyc
+${PYSITELIB}/numpydoc/tests/test_traitsdoc.pyo
+${PYSITELIB}/numpydoc/traitsdoc.py
+${PYSITELIB}/numpydoc/traitsdoc.pyc
+${PYSITELIB}/numpydoc/traitsdoc.pyo
diff --git a/textproc/py-numpydoc/distinfo b/textproc/py-numpydoc/distinfo
new file mode 100644
index 00000000000..6e9ab627bcf
--- /dev/null
+++ b/textproc/py-numpydoc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/08/09 21:53:31 wiz Exp $
+
+SHA1 (numpydoc-0.5.tar.gz) = 5ac7ae0122669dc457d5abba1f9b81f03098bd38
+RMD160 (numpydoc-0.5.tar.gz) = a44f50895bf3fdcfbdb95d10aa64acd87cae624b
+Size (numpydoc-0.5.tar.gz) = 32051 bytes