Port details |
- py-nbval PyTest plugin to validate Jupyter notebooks
- 0.10.0 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2022-10-15 05:24:36
- Last Update: 2023-01-13 07:19:27
- Commit Hash: 72eef8b
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- The plugin adds functionality to py.test to recognise and collect Jupyter
notebooks. The intended purpose of the tests is to determine whether
execution of the stored inputs match the stored outputs of the .ipynb file.
Whilst also ensuring that the notebooks are running without errors.
The tests were designed to ensure that Jupyter notebooks (especially those
for reference and documentation), are executing consistently.
Each cell is taken as a test, a cell that doesn't reproduce the expected output
will fail.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}nbval>0:devel/py-nbval@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-nbval/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-nbval
- pkg install py39-nbval
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 py39-nbval listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-nbval
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1673593079
SHA256 (nbval-0.10.0.tar.gz) = b4acefdc1132aef8a1b5b62bf9a93d128eba52839b2854ea3e42598f4db7beb3
SIZE (nbval-0.10.0.tar.gz) = 62727
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:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-nbdime>0 : devel/py-nbdime@py39
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-coverage>0 : devel/py-coverage@py39
- py39-ipykernel>0 : devel/py-ipykernel@py39
- py39-jupyter-client>0 : devel/py-jupyter-client@py39
- py39-nbformat>0 : devel/py-nbformat@py39
- py39-pytest>=2.8 : devel/py-pytest@py39
- py39-six>0 : devel/py-six@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-nbval
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2017-11-30
Affects: */py* Author: mat@FreeBSD.org Reason:
Ports using Python via USES=python are now flavored. All the py3-* ports
have been removed and folded into their py-* master ports.
People using Poudriere 3.2+ and binary packages do not have to do anything.
For other people, to build the Python 3.6 version of, for example,
databases/py-gdbm, you need to run:
# make FLAVOR=py36 install
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.10.0 13 Jan 2023 07:19:27
    |
Yuri Victorovich (yuri)  |
devel/py-nbval: Update 0.9.6 -> 0.10.0
Reported by: portscout |
0.9.6 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.9.6 15 Oct 2022 05:22:32
    |
Yuri Victorovich (yuri)  |
debel/py-nbval: New port: PyTest plugin to validate Jupyter notebooks |
Number of commits found: 3
|