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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-array-api-compat Array API compatibility library
1.6 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 1.5Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-10-08 12:03:07
Last Update: 2024-03-31 18:51:17
Commit Hash: dae4772
Also Listed In: python
License: MIT
WWW:
https://data-apis.org/array-api-compat/
https://github.com/data-apis/array-api-compat
Description:
This is a small wrapper around common array libraries that is compatible with the Array API standard. Currently, NumPy, CuPy, and PyTorch are supported. Note that some of the functionality in this library is backwards incompatible with the corresponding wrapped libraries. The end-goal is to eventually make each array library itself fully compatible with the array API, but this requires making backwards incompatible changes in many cases, so this will take some time. Currently all libraries here are implemented against the 2022.12 version of the standard.
HomepageHomepage    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.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}array-api-compat>0:devel/py-array-api-compat@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-array-api-compat/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-array-api-compat
  • pkg install py39-array-api-compat
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-array-api-compat listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-array-api-compat
Package flavors (<flavor>: <package>)
  • py39: py39-array-api-compat
distinfo:
TIMESTAMP = 1711860499 SHA256 (array_api_compat-1.6.tar.gz) = 74a1e355cdabb9cf6c48922a5d07976d9230025d65731bef17174151b64876af SIZE (array_api_compat-1.6.tar.gz) = 32123

Packages (timestamps in pop-ups are UTC):
py39-array-api-compat
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.61.6-1.61.6---
FreeBSD:13:quarterly1.61.6-1.61.61.41.41.4
FreeBSD:14:latest1.61.6-1.61.6---
FreeBSD:14:quarterly1.41.6-1.41.61.41.41.4
FreeBSD:15:latest1.41.6n/a1.4n/a1.41.41.4
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=0 : devel/py-setuptools@py39
  2. py39-wheel>=0 : devel/py-wheel@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
This port is required by:
for Run
  1. devel/py-anndata

Configuration Options:
===> The following configuration options are available for py39-array-api-compat-1.6: DASK=off: Dask array support NUMPY=off: NumPy mathematical computing support ===> Use 'make config' to modify these settings
Options name:
devel_py-array-api-compat
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/a/array_api_compat/
  2. https://github.com/data-apis/array-api-compat/releases/download/1.6/
  3. https://pypi.org/packages/source/a/array_api_compat/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.6
31 Mar 2024 18:51:17
commit hash: dae4772cd06cc49c2e4519bc132b15f81ad7513bcommit hash: dae4772cd06cc49c2e4519bc132b15f81ad7513bcommit hash: dae4772cd06cc49c2e4519bc132b15f81ad7513bcommit hash: dae4772cd06cc49c2e4519bc132b15f81ad7513b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-array-api-compat: Update to 1.6

- Add DASK option

Changes:	https://github.com/data-apis/array-api-compat/releases
		https://github.com/data-apis/array-api-compat/blob/main/docs/changelog.md
1.5
23 Mar 2024 14:31:12
commit hash: 666b5a61ebad9a82c0d239622151b0ae4f3a2561commit hash: 666b5a61ebad9a82c0d239622151b0ae4f3a2561commit hash: 666b5a61ebad9a82c0d239622151b0ae4f3a2561commit hash: 666b5a61ebad9a82c0d239622151b0ae4f3a2561 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-array-api-compat: Update to 1.5

- Add GitHub to MASTER_SITES
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/data-apis/array-api-compat/releases
		https://github.com/data-apis/array-api-compat/blob/main/CHANGELOG.md
1.4
08 Oct 2023 11:52:35
commit hash: d142b1f5ed5be6acc1c72a32a552035ba89af8e4commit hash: d142b1f5ed5be6acc1c72a32a552035ba89af8e4commit hash: d142b1f5ed5be6acc1c72a32a552035ba89af8e4commit hash: d142b1f5ed5be6acc1c72a32a552035ba89af8e4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-array-api-compat: Add py-array-api-compat 1.4

This is a small wrapper around common array libraries that is compatible with
the Array API standard. Currently, NumPy, CuPy, and PyTorch are supported.

Note that some of the functionality in this library is backwards incompatible
with the corresponding wrapped libraries. The end-goal is to eventually make
each array library itself fully compatible with the array API, but this requires
making backwards incompatible changes in many cases, so this will take some
time.

Currently all libraries here are implemented against the 2022.12 version of the
standard.

Number of commits found: 3