Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 May 2016 17:43:57 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415605 - in head/textproc: . py-numpydoc
Message-ID:  <201605211743.u4LHhvJ8028224@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Sat May 21 17:43:57 2016
New Revision: 415605
URL: https://svnweb.freebsd.org/changeset/ports/415605

Log:
  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

Added:
  head/textproc/py-numpydoc/
  head/textproc/py-numpydoc/Makefile   (contents, props changed)
  head/textproc/py-numpydoc/distinfo   (contents, props changed)
  head/textproc/py-numpydoc/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat May 21 17:40:16 2016	(r415604)
+++ head/textproc/Makefile	Sat May 21 17:43:57 2016	(r415605)
@@ -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

Added: head/textproc/py-numpydoc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-numpydoc/Makefile	Sat May 21 17:43:57 2016	(r415605)
@@ -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>

Added: head/textproc/py-numpydoc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-numpydoc/distinfo	Sat May 21 17:43:57 2016	(r415605)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1463447147
+SHA256 (numpydoc-0.6.0.tar.gz) = 1ec573e91f6d868a9940d90a6599f3e834a2d6c064030fbe078d922ee21dcfa1
+SIZE (numpydoc-0.6.0.tar.gz) = 32464

Added: head/textproc/py-numpydoc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-numpydoc/pkg-descr	Sat May 21 17:43:57 2016	(r415605)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605211743.u4LHhvJ8028224>