commit:     58aee3672e00f05bdaca5aeaf0205bad9cb85f37
Author:     Michael Schubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Mon Jul 22 09:49:58 2024 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 14:29:23 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=58aee367

dev-python/numcodecs: drop outdated ebuilds

Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com>
Closes: https://github.com/gentoo/sci/pull/1289
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 dev-python/numcodecs/numcodecs-0.11.0.ebuild    | 49 -------------------------
 dev-python/numcodecs/numcodecs-0.12.1-r2.ebuild | 43 ----------------------
 2 files changed, 92 deletions(-)

diff --git a/dev-python/numcodecs/numcodecs-0.11.0.ebuild 
b/dev-python/numcodecs/numcodecs-0.11.0.ebuild
deleted file mode 100644
index 500a52b89..000000000
--- a/dev-python/numcodecs/numcodecs-0.11.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="Data storage buffer compression and transformation codecs"
-HOMEPAGE="https://github.com/zarr-developers/numcodecs";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-       dev-python/cython[${PYTHON_USEDEP}]
-       dev-python/entrypoints[${PYTHON_USEDEP}]
-       dev-python/msgpack[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/py-cpuinfo[${PYTHON_USEDEP}]
-"
-
-DEPEND="
-       test? (
-               ${RDEPEND}
-               dev-python/entrypoints[${PYTHON_USEDEP}]
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}/${P}-nocov.patch"
-)
-
-# Reported upstream:
-# https://github.com/zarr-developers/numcodecs/issues/436
-EPYTEST_DESELECT=(
-       tests/test_json.py::test_non_numpy_inputs
-       tests/test_msgpacks.py::test_non_numpy_inputs
-)
-
-distutils_enable_tests pytest
-
-python_test() {
-       cd "${T}" || die
-       epytest --pyargs numcodecs
-}

diff --git a/dev-python/numcodecs/numcodecs-0.12.1-r2.ebuild 
b/dev-python/numcodecs/numcodecs-0.12.1-r2.ebuild
deleted file mode 100644
index 3d20684ba..000000000
--- a/dev-python/numcodecs/numcodecs-0.12.1-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="Data storage buffer compression and transformation codecs"
-HOMEPAGE="https://github.com/zarr-developers/numcodecs";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-       dev-python/cython[${PYTHON_USEDEP}]
-       dev-python/entrypoints[${PYTHON_USEDEP}]
-       dev-python/msgpack[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/py-cpuinfo[${PYTHON_USEDEP}]
-"
-DEPEND="
-       test? (
-               ${RDEPEND}
-               dev-python/entrypoints[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
-       local -x DISABLE_NUMCODECS_AVX2=1
-       local -x DISABLE_NUMCODECS_SSE2=1
-       distutils-r1_python_compile
-}
-
-python_test() {
-       cd "${T}" || die
-       epytest --pyargs numcodecs
-}

Reply via email to