From bfd9c39e4712ebdb442d4ca0673061faed1e70e1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 05:48:38 -0500 Subject: Revert "Adding metadata" This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704. --- dev-python/array-api-compat/Manifest | 2 ++ .../array-api-compat-1.14.0.ebuild | 35 ++++++++++++++++++++++ dev-python/array-api-compat/metadata.xml | 12 ++++++++ 3 files changed, 49 insertions(+) create mode 100644 dev-python/array-api-compat/Manifest create mode 100644 dev-python/array-api-compat/array-api-compat-1.14.0.ebuild create mode 100644 dev-python/array-api-compat/metadata.xml (limited to 'dev-python/array-api-compat') diff --git a/dev-python/array-api-compat/Manifest b/dev-python/array-api-compat/Manifest new file mode 100644 index 000000000000..692f5ef9d578 --- /dev/null +++ b/dev-python/array-api-compat/Manifest @@ -0,0 +1,2 @@ +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..8a05b7babb2e --- /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=( 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=" + 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 +) diff --git a/dev-python/array-api-compat/metadata.xml b/dev-python/array-api-compat/metadata.xml new file mode 100644 index 000000000000..ab4a42da2847 --- /dev/null +++ b/dev-python/array-api-compat/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + data-apis/array-api-compat + array-api-compat + + -- cgit v1.3.1