From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E3A9158013 for ; Fri, 15 Dec 2023 10:52:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5E3C2BC03F; Fri, 15 Dec 2023 10:52:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98F1E2BC03F for ; Fri, 15 Dec 2023 10:52:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B132333D3C2 for ; Fri, 15 Dec 2023 10:52:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DE5014AB for ; Fri, 15 Dec 2023 10:52:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1702637556.271275e6eb8af113ce83afa1544e849689e64e6e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ensurepip-wheel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ensurepip-wheel/Manifest dev-python/ensurepip-wheel/ensurepip-wheel-0.41.3.ebuild X-VCS-Directories: dev-python/ensurepip-wheel/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 271275e6eb8af113ce83afa1544e849689e64e6e X-VCS-Branch: master Date: Fri, 15 Dec 2023 10:52:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b110d710-e338-4c05-aa83-e69dbe2d2585 X-Archives-Hash: feaabeabedd8ee4e9c7721fb8d0eadde commit: 271275e6eb8af113ce83afa1544e849689e64e6e Author: Michał Górny gentoo org> AuthorDate: Fri Dec 15 10:51:16 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 15 10:52:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271275e6 dev-python/ensurepip-wheel: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/ensurepip-wheel/Manifest | 1 - .../ensurepip-wheel/ensurepip-wheel-0.41.3.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-python/ensurepip-wheel/Manifest b/dev-python/ensurepip-wheel/Manifest index c79e6ce5808c..6ef2fbf29cc1 100644 --- a/dev-python/ensurepip-wheel/Manifest +++ b/dev-python/ensurepip-wheel/Manifest @@ -1,2 +1 @@ -DIST wheel-0.41.3-py3-none-any.whl 65801 BLAKE2B 93582f1ee65ccae9d1915d51ad8bca5fa8b0700f3ccbe1d572299eef2676c6d41162c6a2d6ac79c3c8ab02242235283e86b97a2d24137d0e116e7decd1738e8b SHA512 5be2eabac26432a03d6a81954e80f004617e372bdce1a8d4f562af227964cace6883ee41d9300e7ccc2bd39b5330c4578c33777e8420868bc7a416352aea0623 DIST wheel-0.42.0-py3-none-any.whl 65375 BLAKE2B 36887c4203b1ebd6a675f3977f78cab89bcb1fe99c939648e81e6bef02d99a2559e6a2b4d1cf76957c30d2da9aa937335cf12e19d8b55fd4a04ceb32307c2e27 SHA512 59cbcab7516e698ec3bd9eeadc550920df9406b07c53eb9bc2023db0121ec3ad6ad2556ac3e13c7c7bda55e8131b1e13fb5e51a74906abec3914e11230428fb2 diff --git a/dev-python/ensurepip-wheel/ensurepip-wheel-0.41.3.ebuild b/dev-python/ensurepip-wheel/ensurepip-wheel-0.41.3.ebuild deleted file mode 100644 index 943741be4ad4..000000000000 --- a/dev-python/ensurepip-wheel/ensurepip-wheel-0.41.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit pypi - -DESCRIPTION="Shared wheel wheel for use in pip tests" -HOMEPAGE="https://pypi.org/project/wheel/" -SRC_URI="$(pypi_wheel_url "${PN#ensurepip-}")" -S=${DISTDIR} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -src_install() { - insinto /usr/lib/python/ensurepip - doins "${A}" -}