notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
py-pytest-arraydiff Pytest plugin to help with comparing array output from tests
0.7.0 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.6.1_1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-09-07 18:30:08
Last Update: 2026-08-07 17:18:57
Commit Hash: 696938a
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/astropy/pytest-arraydiff
Description:
pytest-arraydiff is a py.test plugin to facilitate the generation and comparison of data arrays produced during tests, in particular in cases where the arrays are too large to conveniently hard-code them in the tests (e.g. np.testing.assert_allclose(x, [1, 2, 3])). The basic idea is that you can write a test that generates a Numpy array (or other related objects depending on the format, e.g. pandas DataFrame). You can then either run the tests in a mode to generate reference files from the arrays, or you can run the tests in comparison mode, which will compare the results of the tests to the reference ones within some tolerance. At the moment, the supported file formats for the reference files are: * A plain text-based format (based on Numpy loadtxt output) * The FITS format (requires astropy). With this format, tests can return either a Numpy array for a FITS HDU object. * A pandas HDF5 format using the pandas HDFStore
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}pytest-arraydiff>0:devel/py-pytest-arraydiff@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-pytest-arraydiff/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-pytest-arraydiff
  • pkg install py312-pytest-arraydiff
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 py312-pytest-arraydiff listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py312-pytest-arraydiff
Package flavors (<flavor>: <package>)
  • py312: py312-pytest-arraydiff
distinfo:
TIMESTAMP = 1786122434 SHA256 (pytest_arraydiff-0.7.0.tar.gz) = 70e2a9183af5b4f05f694727beb30eb5fc6712632b240ef259ec60984a629b1a SIZE (pytest_arraydiff-0.7.0.tar.gz) = 17860

Packages (timestamps in pop-ups are UTC):
py311-pytest-arraydiff
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.6.1_10.6.1_1-0.6.10.6.1_1n/an/an/a
FreeBSD:13:quarterly0.6.10.6.1--0.6.1n/an/an/a
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 

py312-pytest-arraydiff
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest0.7.00.7.0--0.7.0---
FreeBSD:14:quarterly0.6.1_20.6.1_2--0.6.1_2---
FreeBSD:15:latest0.7.00.7.0n/a-n/an/a--
FreeBSD:15:quarterly0.6.1_20.6.1_2n/a-n/an/a--
FreeBSD:16:latest0.7.00.7.0n/a-n/an/a--
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py312-setuptools>0 : devel/py-setuptools@py312
  2. py312-setuptools-scm>0 : devel/py-setuptools-scm@py312
  3. py312-wheel>0 : devel/py-wheel@py312
  4. python3.12 : lang/python312
  5. py312-build>=0 : devel/py-build@py312
  6. py312-installer>=0 : devel/py-installer@py312
Test dependencies:
  1. py312-astropy>=0 : astro/py-astropy@py312
  2. py312-pandas>=0 : math/py-pandas@py312
  3. py312-pytest>=7,1 : devel/py-pytest@py312
  4. python3.12 : lang/python312
Runtime dependencies:
  1. py312-numpy>=1.16 : math/py-numpy@py312
  2. py312-pytest>=6.2 : devel/py-pytest@py312
  3. python3.12 : lang/python312
This port is required by:
for Run
  1. astro/py-pytest-astropy

Configuration Options:
No options to configure
Options name:
devel_py-pytest-arraydiff
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/pytest_arraydiff/
  2. https://pypi.org/packages/source/p/pytest_arraydiff/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.7.0
07 Aug 2026 17:18:57
commit hash: 696938a2d4f6b9f13e994e8943311b2b73f799ffcommit hash: 696938a2d4f6b9f13e994e8943311b2b73f799ffcommit hash: 696938a2d4f6b9f13e994e8943311b2b73f799ffcommit hash: 696938a2d4f6b9f13e994e8943311b2b73f799ff files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/py-pytest-arraydiff: update 0.6.1 → 0.7.0
0.6.1_2
05 May 2026 19:29:37
commit hash: 2bf3834a197ccf8956332378eda8dd7577965246commit hash: 2bf3834a197ccf8956332378eda8dd7577965246commit hash: 2bf3834a197ccf8956332378eda8dd7577965246commit hash: 2bf3834a197ccf8956332378eda8dd7577965246 files touched by this commit
Max Brazhnikov (makc) search for other commits by this committer
*/*: bump PORTREVISION after switching to NumPy 2.x
0.6.1_1
05 May 2026 19:29:37
commit hash: b0b4d9e1eae890d0de1591e20fb37358439a2ff6commit hash: b0b4d9e1eae890d0de1591e20fb37358439a2ff6commit hash: b0b4d9e1eae890d0de1591e20fb37358439a2ff6commit hash: b0b4d9e1eae890d0de1591e20fb37358439a2ff6 files touched by this commit Sanity Test Failure
Max Brazhnikov (makc) search for other commits by this committer
*/*: Switch to NumPy 2.x

PR:		294328
Exp-run:	antoine
0.6.1_1
03 Apr 2026 20:52:43
commit hash: d04d23ae37d04c8ddf74c04ee868900b9189295acommit hash: d04d23ae37d04c8ddf74c04ee868900b9189295acommit hash: d04d23ae37d04c8ddf74c04ee868900b9189295acommit hash: d04d23ae37d04c8ddf74c04ee868900b9189295a files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
python.mk: retire ${PYNUMPY}

With both math/py-numpy (2) and math/py-numpy1, the variable stopped
making sense. Also remove the upper version bound.
0.6.1_1
03 Apr 2026 18:52:22
commit hash: d4bd5ba72edc9f537254aeb1ff893399e3eb2278commit hash: d4bd5ba72edc9f537254aeb1ff893399e3eb2278commit hash: d4bd5ba72edc9f537254aeb1ff893399e3eb2278commit hash: d4bd5ba72edc9f537254aeb1ff893399e3eb2278 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
math/py-numpy: switch all consumers to math/py-numpy1

...and bump PORTREVISIONs of consumers with hard RUN_DEPENDS

PR: 281470
0.6.1
07 Sep 2025 18:29:38
commit hash: ed86dfa0da30fba22520973bd7768f5d8dde9d80commit hash: ed86dfa0da30fba22520973bd7768f5d8dde9d80commit hash: ed86dfa0da30fba22520973bd7768f5d8dde9d80commit hash: ed86dfa0da30fba22520973bd7768f5d8dde9d80 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/py-pytest-arraydiff: New port: Pytest plugin to help with comparing array
output from tests

Number of commits found: 6