commit: 5cb27a901248b2091ad338c594628feee226fbe4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 8 04:07:43 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 8 04:44:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb27a90
dev-python/orderly-set: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/orderly-set/Manifest | 1 -
dev-python/orderly-set/orderly-set-5.2.3.ebuild | 29 -------------------------
2 files changed, 30 deletions(-)
diff --git a/dev-python/orderly-set/Manifest b/dev-python/orderly-set/Manifest
index bb75d3fee115..205092518816 100644
--- a/dev-python/orderly-set/Manifest
+++ b/dev-python/orderly-set/Manifest
@@ -1,2 +1 @@
-DIST orderly_set-5.2.3.tar.gz 19698 BLAKE2B
32366c106f0cd71e80f4c4d2278f6590f497ad70962eec96bb67f1cceefed5bb401408093416c8a7adc97eed333cdc657e542608581e11064581cb3d6fe613c7
SHA512
6c64086de55c6152056d8f92e35273865bc94616b90e1c56f4c88e94d6e9d39759f76d4ff57000d87abccb4ddc8faf441a71253d2b94bb9718d35b7a95342ddb
DIST orderly_set-5.3.0.tar.gz 20026 BLAKE2B
fa5f2e190d9f2ed079e16c45cf60044ba57ddaca875ae70f71a98055bf36053410985db762fbdafb94d7d9faeff906a3e240462267363f15f2f334d96ff852a8
SHA512
b7520653bf23c99ab124bde8b9e34f0c9eb14192eb09b2bfc9736b281f1c5d511964849496fe74c8f35d1000ba5857578906dbf47b581007bdfb81c9bd88c81a
diff --git a/dev-python/orderly-set/orderly-set-5.2.3.ebuild
b/dev-python/orderly-set/orderly-set-5.2.3.ebuild
deleted file mode 100644
index e8a0d4a9057f..000000000000
--- a/dev-python/orderly-set/orderly-set-5.2.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-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"
-
-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
-}