mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-22 04:19:06 -07:00
dev-python/array-api-compat: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
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
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
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
|
||||
)
|
||||
@@ -1,35 +0,0 @@
|
||||
# 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
|
||||
)
|
||||
Reference in New Issue
Block a user