commit:     7c01ed59a6f58d01d8e37a9ea60bd4d634bfdf04
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  4 04:04:42 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb  4 04:16:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c01ed59

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.2.ebuild | 35 -------------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-python/orderly-set/Manifest b/dev-python/orderly-set/Manifest
index 66df53048a91..4ead55047c32 100644
--- a/dev-python/orderly-set/Manifest
+++ b/dev-python/orderly-set/Manifest
@@ -1,2 +1 @@
-DIST orderly-set-5.2.2.gh.tar.gz 21460 BLAKE2B 
5660d7550d5c79351fcc66e611ba776d6340d0fc1f3a5344f308cbc00a7b2c47045a1cfe8c6ac76c7976a65b17953362e91d60d87a7fbb02f36a5d67f074dfe9
 SHA512 
d480677c04f32e69cc9361dff383765fe2c9df971ad77cdcbab3b650a0bad27b9bd99144cd406d5185440d674bc838acb1c2ba3a4b115fcff2eba34c19589637
 DIST orderly_set-5.2.3.tar.gz 19698 BLAKE2B 
32366c106f0cd71e80f4c4d2278f6590f497ad70962eec96bb67f1cceefed5bb401408093416c8a7adc97eed333cdc657e542608581e11064581cb3d6fe613c7
 SHA512 
6c64086de55c6152056d8f92e35273865bc94616b90e1c56f4c88e94d6e9d39759f76d4ff57000d87abccb4ddc8faf441a71253d2b94bb9718d35b7a95342ddb

diff --git a/dev-python/orderly-set/orderly-set-5.2.2.ebuild 
b/dev-python/orderly-set/orderly-set-5.2.2.ebuild
deleted file mode 100644
index 8b0953ce7def..000000000000
--- a/dev-python/orderly-set/orderly-set-5.2.2.ebuild
+++ /dev/null
@@ -1,35 +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
-
-DESCRIPTION="A package containing multiple implementations of Ordered Set"
-HOMEPAGE="
-       https://github.com/seperman/orderly-set/
-       https://pypi.org/project/orderly-set/
-"
-# incomplete test directory
-# https://github.com/seperman/orderly-set/pull/3
-SRC_URI="
-       https://github.com/seperman/orderly-set/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-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
-}

Reply via email to