New port: textproc/py-numpydoc
Numpy's documentation uses several custom extensions to Sphinx. These are shipped in this numpydoc package, in case you want to make use of them in third-party projects. WWW: https://github.com/numpy/numpydoc Submitted by: cpm Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D6451
This commit is contained in:
parent
062bee5179
commit
87a00ede77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415605
4 changed files with 36 additions and 0 deletions
|
@ -1253,6 +1253,7 @@
|
|||
SUBDIR += py-mistune
|
||||
SUBDIR += py-mwparserfromhell
|
||||
SUBDIR += py-nltk
|
||||
SUBDIR += py-numpydoc
|
||||
SUBDIR += py-openpyxl
|
||||
SUBDIR += py-paragrep
|
||||
SUBDIR += py-pdfminer
|
||||
|
|
27
textproc/py-numpydoc/Makefile
Normal file
27
textproc/py-numpydoc/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Created by: Carlos J. Puga Medina <cpm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= numpydoc
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= cpm@FreeBSD.org
|
||||
COMMENT= Sphinx extension to support docstrings in Numpy format
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.0.1:textproc/py-sphinx
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC} && ${PYTHON_CMD} -m nose
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-numpydoc/distinfo
Normal file
3
textproc/py-numpydoc/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1463447147
|
||||
SHA256 (numpydoc-0.6.0.tar.gz) = 1ec573e91f6d868a9940d90a6599f3e834a2d6c064030fbe078d922ee21dcfa1
|
||||
SIZE (numpydoc-0.6.0.tar.gz) = 32464
|
5
textproc/py-numpydoc/pkg-descr
Normal file
5
textproc/py-numpydoc/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Numpy's documentation uses several custom extensions to Sphinx. These
|
||||
are shipped in this numpydoc package, in case you want to make use of
|
||||
them in third-party projects.
|
||||
|
||||
WWW: https://github.com/numpy/numpydoc
|
Loading…
Reference in a new issue