commit:     c4eba17567ca760cca76d1e6d3ca4f74fe064b85
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 10:51:25 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 10:52:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4eba175

dev-python/wheel: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/wheel/Manifest            |  1 -
 dev-python/wheel/wheel-0.41.3.ebuild | 40 ------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-python/wheel/Manifest b/dev-python/wheel/Manifest
index 478e5f117c6b..b7b5ced3e9ed 100644
--- a/dev-python/wheel/Manifest
+++ b/dev-python/wheel/Manifest
@@ -1,2 +1 @@
-DIST wheel-0.41.3.tar.gz 98880 BLAKE2B 
3d07d03fabb3c339aecca772fa2229d92893c0fcdffaba726e2be2255f24e728d7d77dc33a03755f01f03e66e8ce098ec6e6d354776c1ee7fe58fa8a02a1e593
 SHA512 
53fde824b563167825d8f8b5f802bf419f5b1ae823665d27ac8cfe05eee372ea339f8203d1565044c2cae901fe539a2353559351a6a5dafd26c65dde4e2e5eda
 DIST wheel-0.42.0.tar.gz 98667 BLAKE2B 
201f8246dc55c62bb700e706d7734e76689b13a3036aeeca7531f483c7f354ccc5ca7452106038425ba300e74f1041f7408f6749d03e39aca289398598833014
 SHA512 
4816261c0f6d8971a80665f66868ec9cb082f2189b6e31e083a0d3a6080e159f06a4152f44eda1147a2b907b5aead0f63bbac725aacb56bb8be13fc77da2b79c

diff --git a/dev-python/wheel/wheel-0.41.3.ebuild 
b/dev-python/wheel/wheel-0.41.3.ebuild
deleted file mode 100644
index 91ac147ace23..000000000000
--- a/dev-python/wheel/wheel-0.41.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A built-package format for Python"
-HOMEPAGE="
-       https://github.com/pypa/wheel/
-       https://pypi.org/project/wheel/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
-
-RDEPEND="
-       dev-python/packaging[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/setuptools[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       # unbundle packaging
-       rm -r src/wheel/vendored || die
-       sed -i -e 's:\.vendored\.::' src/wheel/*.py || die
-       sed -i -e 's:wheel\.vendored\.::' tests/*.py || die
-
-       distutils-r1_src_prepare
-}

Reply via email to