commit:     e7e2a2b034b3486cf16c119dbed4dda8bbf067c8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 27 03:35:55 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 27 03:51:54 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e2a2b0

dev-python/array-api-compat: Bump to 1.14.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/array-api-compat/Manifest               |  2 ++
 .../array-api-compat-1.14.0.ebuild                 | 35 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/array-api-compat/Manifest 
b/dev-python/array-api-compat/Manifest
index 445a150f294b..8609f81b4e7d 100644
--- a/dev-python/array-api-compat/Manifest
+++ b/dev-python/array-api-compat/Manifest
@@ -1,3 +1,5 @@
 DIST array_api_compat-1.12.0.tar.gz 99883 BLAKE2B 
d95f8dd57c83cd72a007a3065efdac69bf8c15ccc7a47516d51340c2bd91eb127072d8b5c31a85c8e9b77afcf9e64f8bef539fae3ddf726973a74424dd68bd1b
 SHA512 
93d309b1212671986cf588d537638d001345a64733b5ffb503e5aded451be0f12e185447a3c3ca5aa0b074494e644a9d4d56309ac90b19259c4ed5939c08f1b5
 DIST array_api_compat-1.13.0.tar.gz 103065 BLAKE2B 
6894c002e024bbd204b9ae69ca66a766ab6a0d42096720a215df50c87b89174f6548b0879f93b00b03700c81208ca32c66e613cce53b2d1640fe381864f09d68
 SHA512 
6e8007aa6fdcd17b90412a8dc3745ca91f005439445b839ea35cb814e0fcffa9cf69d08256f6bfb847e73484821330e6f1e401be43614d946967a4d687302072
 DIST array_api_compat-1.13.0.tar.gz.provenance 9487 BLAKE2B 
04f797708b1c8915ed72c69f9344c05ccf47d781a9e9c721b68d49cf7bc020ce045e2b883951aef82447c376dbec6ccf9e009e9300a24fe51bb64920b4aa6349
 SHA512 
ee1a6210dded7a7e8bbe8c5564514a5bbddd67cb9954c5f0a430823d0431e892fe708e7ba8fb55ca3dac63c4d04ea7ab140de39fc56855ab521566e3fb7fb3ee
+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

diff --git a/dev-python/array-api-compat/array-api-compat-1.14.0.ebuild 
b/dev-python/array-api-compat/array-api-compat-1.14.0.ebuild
new file mode 100644
index 000000000000..ae3a81c1cab6
--- /dev/null
+++ b/dev-python/array-api-compat/array-api-compat-1.14.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2025-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_VERIFY_REPO=https://github.com/data-apis/array-api-compat
+PYTHON_COMPAT=( pypy3_11 python3_{11..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 ~arm64"
+
+BDEPEND="
+       dev-python/setuptools-scm[${PYTHON_USEDEP}]
+       test? (
+               >=dev-python/numpy-1.22[${PYTHON_USEDEP}]
+       )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+       # err, what?
+       tests/test_vendoring.py
+)

Reply via email to