commit: ef843d906863def64dd7a82dd6c63b559af9945d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Dec 29 03:19:18 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Dec 29 03:24:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef843d90
dev-python/array-api-compat: Bump to 1.13.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/array-api-compat/Manifest | 2 ++ .../array-api-compat-1.13.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 2515cb847e11..445a150f294b 100644 --- a/dev-python/array-api-compat/Manifest +++ b/dev-python/array-api-compat/Manifest @@ -1 +1,3 @@ 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 diff --git a/dev-python/array-api-compat/array-api-compat-1.13.0.ebuild b/dev-python/array-api-compat/array-api-compat-1.13.0.ebuild new file mode 100644 index 000000000000..8068d91f6b69 --- /dev/null +++ b/dev-python/array-api-compat/array-api-compat-1.13.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 2025 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 +)
