commit: 41833980f06a20280b562d42f830b56af2574a94
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon May 15 16:01:18 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon May 15 16:01:18 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=41833980
dev-python/numcodecs: drop 0.9.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/numcodecs/numcodecs-0.9.1.ebuild | 34 -----------------------------
1 file changed, 34 deletions(-)
diff --git a/dev-python/numcodecs/numcodecs-0.9.1.ebuild
b/dev-python/numcodecs/numcodecs-0.9.1.ebuild
deleted file mode 100644
index a47b6ec77..000000000
--- a/dev-python/numcodecs/numcodecs-0.9.1.ebuild
+++ /dev/null
@@ -1,34 +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} )
-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"
-# Fails to collect tests for yet unknown reasons:
-# https://github.com/zarr-developers/numcodecs/issues/304
-RESTRICT="test"
-
-RDEPEND="
- dev-python/cython[${PYTHON_USEDEP}]
- dev-python/msgpack[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/cython[${PYTHON_USEDEP}]
-"
-
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/entrypoints[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest