Port details |
- py-numpydoc Sphinx extension to support docstrings in Numpy format
- 0.9.1 textproc
=0 0.9.1Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2016-05-21 17:44:05
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: python
- License: BSD2CLAUSE
- Description:
- 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
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}numpydoc>0:textproc/py-numpydoc@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-numpydoc/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-numpydoc
- pkg install py38-numpydoc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-numpydoc listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-numpydoc
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1556181693
SHA256 (numpydoc-0.9.1.tar.gz) = e08f8ee92933e324ff347771da15e498dbf0bc6295ed15003872b34654a0a627
SIZE (numpydoc-0.9.1.tar.gz) = 27583
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-Jinja2>=2.3 : devel/py-Jinja2@py38
- py38-sphinx>=1.6.5,1 : textproc/py-sphinx@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- biology/py-deeptools
- devel/py-spyder
- Configuration Options:
- No options to configure
- Options name:
- textproc_py-numpydoc
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.9.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Jan 2021 14:34:38
0.9.1
|
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
28 Dec 2020 23:02:15
0.9.1
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
05 Oct 2020 17:34:54
0.9.1
|
rene  |
Return cpm@'s ports to the pool after safekeeping his commit bit.
With hat: portmgr-secretary |
11 May 2020 23:51:58
0.9.1
|
dbaio  |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
25 Apr 2019 08:52:38
0.9.1
|
cpm  |
textproc/py-numpydoc: Update to 0.9.1
- Update minimum sphinx version required
Changelog: https://github.com/numpy/numpydoc/releases/tag/v0.9.1 |
22 Apr 2019 08:54:54
0.9.0
|
cpm  |
textproc/py-numpydoc: Update to 0.9.0
Changelog: https://github.com/numpy/numpydoc/releases/tag/v0.9.0 |
20 Jun 2018 17:05:44
0.8.0
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
01 Apr 2018 12:36:59
0.8.0
|
cpm  |
textproc/py-numpydoc: Update to 0.8.0 |
30 Nov 2017 15:50:34
0.7.0 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
21 Jun 2017 12:44:39
0.7.0
|
cpm  |
- Update to 0.7.0
- Make do-test run verbose
- Silence @cd call |
08 Jun 2017 14:43:45
0.6.0
|
woodsb02  |
[NEW] textproc/py3-numpydoc: Create Python 3.x version of this port
PR: 217483
Submitted by: dbaio
Approved by: cpm (maintainer) |
21 May 2016 17:43:57
0.6.0
|
cpm  |
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 |