diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-16 10:53:11 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-16 10:53:11 -0500 |
| commit | 8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b (patch) | |
| tree | bb1e83c18d1cc77cdebfc5aeb9b12ad39c9787b5 /dev-python/array-api-compat | |
| parent | f997c3ee588099e4f43e9ec845935868e3e60b8e (diff) | |
| download | baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.gz baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.xz baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.zip | |
Adding metadata
Diffstat (limited to 'dev-python/array-api-compat')
| -rw-r--r-- | dev-python/array-api-compat/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/array-api-compat/array-api-compat-1.15.0.ebuild | 29 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/array-api-compat/Manifest b/dev-python/array-api-compat/Manifest index 692f5ef9d578..d32ef81dd03a 100644 --- a/dev-python/array-api-compat/Manifest +++ b/dev-python/array-api-compat/Manifest @@ -1,2 +1,4 @@ DIST array_api_compat-1.14.0.tar.gz 106369 BLAKE2B 3fc2b8388fcb85ebf19075c64c9ef1206835cae43d4a760e2998491f51b7226b834e519964341e073f21d3b3a62996bed4daa1720ff25b0e136c92926f30288f SHA512 bf233eb506b783d2d0500a93e7f5ee4b3deb826b33e01e504be14188b5b432deeb8a5bd85b050814afe1f60d1128cc6ebf4373c2453e274cf885bf9eafbda48a DIST array_api_compat-1.14.0.tar.gz.provenance 9918 BLAKE2B 20a13459baa793462f7dab2e0d5dd51b27facaa7db3dbeb06cd4e1b6d99330414e3311822eaf1430a1079927fd48d655f401c3841afa10e51fa2d892af5ae962 SHA512 de2c0eb809322ce3762634dda54218a4348659a59d5fa4c7db6bcec929c2836495f6ef601698250f2a53a30d029448b1a0d7b2860352cb3e13b4d90a02d7c014 +DIST array_api_compat-1.15.0.tar.gz 129305 BLAKE2B 20a113e9e075946b11c76b024cab55df726ac3bef64ea1a2e3c8f070d2a810c3adb1f47e03ae5b1a85551502cb2f2e78f5786202859415213e830bc04d09f630 SHA512 b9e36c1412dd3c4f16fa89471ed2611b5728e5581730e58ef8a4090178a91fde69ca580b6bbdcee3c21460ba4e2836feb2175bc91a3f8759abe9fefc1b20c3a4 +DIST array_api_compat-1.15.0.tar.gz.provenance 10018 BLAKE2B cac26f15a88b441405caaa2efcdd20d548b110e952fab41fc4d942ac41540b84b9486d1f621c36b90a5396bbb787b5de022b7dc0336ae0025149610d749bd800 SHA512 bc2024a77c46be220732e0386e0d4c11d79e9bec40dc18032fd4f451bb6d4530aa9e954ce8d81541d9a813022ed443b82499b8f75b808d3ac784fb4970b8deaf diff --git a/dev-python/array-api-compat/array-api-compat-1.15.0.ebuild b/dev-python/array-api-compat/array-api-compat-1.15.0.ebuild new file mode 100644 index 000000000000..6803db1ed556 --- /dev/null +++ b/dev-python/array-api-compat/array-api-compat-1.15.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2025-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=meson-python +PYPI_VERIFY_REPO=https://github.com/data-apis/array-api-compat +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Array API standard compatibility wrapper over NumPy and others" +HOMEPAGE=" + https://github.com/data-apis/array-api-compat/ + https://pypi.org/project/array-api-compat/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +BDEPEND=" + test? ( + >=dev-python/numpy-1.22[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest |
