commit:     7f2a843937df55bf6a499622df4348c1e14a0ed5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 30 16:50:55 2026 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 30 16:50:55 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f2a8439

dev-python/orderly-set: drop 5.4.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/orderly-set/Manifest                 |  1 -
 dev-python/orderly-set/orderly-set-5.4.1.ebuild | 29 -------------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-python/orderly-set/Manifest b/dev-python/orderly-set/Manifest
index 3d8b0e8fcdb6..1d14d1442692 100644
--- a/dev-python/orderly-set/Manifest
+++ b/dev-python/orderly-set/Manifest
@@ -1,2 +1 @@
-DIST orderly_set-5.4.1.tar.gz 20943 BLAKE2B 
4828cca61ca512de5cb4818515bc3c9eaab24a1e4df5187c4c3deee145cf0bef1123c719276e369bd4a6faaed7a309559a991515a741ed97929139ef3a5e5fb1
 SHA512 
3806247f3893dcb7a532e95ba8ccca85b3d478e393868de126fefff83514725449c9ecffebc781815e70c0e94ee641dad1d10a1d13e548b28035d5b6c24de4e7
 DIST orderly_set-5.5.0.tar.gz 27414 BLAKE2B 
84b6164189db1c1830616869ab46667a0c2106cad12ed1b1005ea0c4bad24ec843451e40defb4a72410a16df22597ae4e9c374a50d36d46ccd7bd1c1d6441670
 SHA512 
3fc85cc0e84329aa85e797c0b1fbd909cb2a4f482134eec4e4ada680a9e0d1a3fdf67ecd3521c67c10b9988358ebceddb060e2da0e18f0d2fd59d81227f94190

diff --git a/dev-python/orderly-set/orderly-set-5.4.1.ebuild 
b/dev-python/orderly-set/orderly-set-5.4.1.ebuild
deleted file mode 100644
index 6da23740674b..000000000000
--- a/dev-python/orderly-set/orderly-set-5.4.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2024-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="A package containing multiple implementations of Ordered Set"
-HOMEPAGE="
-       https://github.com/seperman/orderly-set/
-       https://pypi.org/project/orderly-set/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       distutils-r1_src_prepare
-
-       # unconditional mypy dep for a test that is not even run
-       # https://github.com/seperman/orderly-set/pull/5
-       sed -i -e '/mypy\.api/d' tests/*.py || die
-}

Reply via email to