Port details |
- py-nbval PyTest plugin to validate Jupyter notebooks
- 0.11.0_1 devel =2 0.11.0_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-10-15 05:24:36
- Last Update: 2024-05-20 10:33:03
- Commit Hash: b66e494
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/computationalmodelling/nbval
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 = 1712364174
SHA256 (nbval-0.11.0.tar.gz) = 77c95797607b0a968babd2597ee3494102d25c3ad37435debbdac0e46e379094
SIZE (nbval-0.11.0.tar.gz) = 62718
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.11.0_1 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
0.11.0 06 Apr 2024 01:04:48 |
Yuri Victorovich (yuri) |
devel/py-nbval: update 0.10.0 → 0.11.0
Reported by: portscout |
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 |