commit: 96ed5dd10e9900f943bf329e54e3abdb7fe97cc2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 11 03:07:57 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 11 03:23:42 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ed5dd1
dev-python/immutabledict: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/immutabledict/Manifest | 1 -
.../immutabledict/immutabledict-4.2.1.ebuild | 27 ----------------------
2 files changed, 28 deletions(-)
diff --git a/dev-python/immutabledict/Manifest
b/dev-python/immutabledict/Manifest
index be9cabad7b34..48b4a5486ec7 100644
--- a/dev-python/immutabledict/Manifest
+++ b/dev-python/immutabledict/Manifest
@@ -1,2 +1 @@
-DIST immutabledict-4.2.1.tar.gz 6228 BLAKE2B
55c97af9d906567f8ba9096d4bc30734012f72b9d7d6cf3a6268ba1219b5b64eb985d2665b131be1ad017e93fc05d66250df3e0826d02f24eaacaf8daf13df89
SHA512
bf09067a371abe4caa829b9ad08000f244a8ed8cbbc6f25c118f555a9f281c2b7e26f66f112a5188e80b49e826a76953040f45eb64f3ce9d258dc66c911a5200
DIST immutabledict-4.2.2.tar.gz 6099 BLAKE2B
34f31b0d5a75d7565f0bce04a98e34afe7932a532bf407b72d097567c4f49c52ae32905ce5b30103c809f0adce2cb530679ce90e8fcce5f602befe15fcdd0263
SHA512
86a50d5327292bc58b1c22bfd8d2863f8aa674e4a8f54f03704969a9ca682a4728cfe5141abc05104f6b065b7b67ddb3bae39c9c20a4c01824a9565f9ccd5b6f
diff --git a/dev-python/immutabledict/immutabledict-4.2.1.ebuild
b/dev-python/immutabledict/immutabledict-4.2.1.ebuild
deleted file mode 100644
index 611d8005d06d..000000000000
--- a/dev-python/immutabledict/immutabledict-4.2.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="An immutable wrapper around dictionaries"
-HOMEPAGE="
- https://github.com/corenting/immutabledict/
- https://pypi.org/project/immutabledict/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # performance test which fails occasionally under heavy load,
- # see bug 924831
- tests/test_immutabledict.py::TestImmutableDict::test_performance
-)