| Port details |
- py-array-api-strict Strict, minimal implementation of the Python array API
- 2.5_2 devel
=0 2.5Version of this port present on the latest quarterly branch. - Maintainer: vishwin@FreeBSD.org
 - Port Added: 2026-03-24 20:42:05
- Last Update: 2026-04-17 16:40:28
- Commit Hash: 5bfb09e
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://data-apis.org/array-api-strict/
- https://github.com/data-apis/array-api-strict
- Description:
- array_api_strict is a strict, minimal implementation of the Python
array API.
The purpose of array-api-strict is to provide an implementation of
the array API for consuming libraries to test against so they can
be completely sure their usage of the array API is portable.
It is not intended to be used by end-users. End-users of the array
API should just use their favorite array library (NumPy, CuPy,
PyTorch, etc.) as usual. It is also not intended to be used as a
dependency by consuming libraries. Consuming library code should
use the array-api-compat package to support the array API. Rather,
it is intended to be used in the test suites of consuming libraries
to test their array API usage.
 ¦ ¦ ¦ ¦ 
- 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}array-api-strict>0:devel/py-array-api-strict@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-array-api-strict/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-array-api-strict
- pkg install py311-array-api-strict
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 py311-array-api-strict listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-array-api-strict
- Package flavors (<flavor>: <package>)
- py311: py311-array-api-strict
- distinfo:
- TIMESTAMP = 1774327524
SHA256 (array_api_strict-2.5.tar.gz) = 7767e597fa70c04c5db640114774d1a481c5f0a1a451a804ea1ccdd2a809e1c5
SIZE (array_api_strict-2.5.tar.gz) = 87344
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:
-
- py311-setuptools>=61 : devel/py-setuptools@py311
- py311-setuptools-scm>8 : devel/py-setuptools-scm@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-hypothesis>0 : devel/py-hypothesis@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-numpy>0 : math/py-numpy@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-array-api-strict
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
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 |
2.5_2 17 Apr 2026 16:40:28
    |
Charlie Li (vishwin)  |
devel/py-array-api-strict: migrate to numpy (2)
PR: 294328 |
2.5_1 03 Apr 2026 18:52:22
    |
Charlie Li (vishwin)  |
math/py-numpy: switch all consumers to math/py-numpy1
...and bump PORTREVISIONs of consumers with hard RUN_DEPENDS
PR: 281470 |
2.5 24 Mar 2026 20:40:54
    |
Charlie Li (vishwin)  |
devel/py-array-api-strict: add
To be used as TEST_DEPENDS |
Number of commits found: 3
|