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 449F815800F for ; Sat, 18 Feb 2023 07:03:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F33CDE085E; Sat, 18 Feb 2023 07:03:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DD3D8E0864 for ; Sat, 18 Feb 2023 07:03:11 +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 018E9340F6C for ; Sat, 18 Feb 2023 07:03:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD3368C7 for ; Sat, 18 Feb 2023 07:03:07 +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: <1676703781.ac45d60347cf03c936ca69c7352e40dfb605c8e1.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.38.4.ebuild dev-python/ensurepip-wheel/metadata.xml X-VCS-Directories: dev-python/ensurepip-wheel/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ac45d60347cf03c936ca69c7352e40dfb605c8e1 X-VCS-Branch: master Date: Sat, 18 Feb 2023 07:03:07 +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: 8fca0ba9-6b10-455b-bd2b-babd92ac5f34 X-Archives-Hash: cb8e527ed4d0324a4d3215c7abdcded8 commit: ac45d60347cf03c936ca69c7352e40dfb605c8e1 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 18 06:28:36 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 18 07:03:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac45d603 dev-python/ensurepip-wheel: New package, v0.38.4, for pip tests Signed-off-by: Michał Górny gentoo.org> dev-python/ensurepip-wheel/Manifest | 1 + .../ensurepip-wheel/ensurepip-wheel-0.38.4.ebuild | 20 ++++++++++++++++++++ dev-python/ensurepip-wheel/metadata.xml | 11 +++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/ensurepip-wheel/Manifest b/dev-python/ensurepip-wheel/Manifest new file mode 100644 index 000000000000..801dadf9e89e --- /dev/null +++ b/dev-python/ensurepip-wheel/Manifest @@ -0,0 +1 @@ +DIST wheel-0.38.4-py3-none-any.whl 36051 BLAKE2B 6c7d26fef5c6ec7987066d37579dd46a6b7704c4ec48c9f891cefdde5adf3a76934db9a912e6a05cc9d876782b7649110b814fd0df2e1af569f0336e47b3f850 SHA512 4d39de03dd3e87758de896c41240d58ed718e67042f33b0173446655e7c9d2c7d44f12e7a840058c93b9471c1492868ce38ef912d38e1bea723d082b329a4e4a diff --git a/dev-python/ensurepip-wheel/ensurepip-wheel-0.38.4.ebuild b/dev-python/ensurepip-wheel/ensurepip-wheel-0.38.4.ebuild new file mode 100644 index 000000000000..e3e7fe90c1fa --- /dev/null +++ b/dev-python/ensurepip-wheel/ensurepip-wheel-0.38.4.ebuild @@ -0,0 +1,20 @@ +# 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}" +} diff --git a/dev-python/ensurepip-wheel/metadata.xml b/dev-python/ensurepip-wheel/metadata.xml new file mode 100644 index 000000000000..06e0e8257eb0 --- /dev/null +++ b/dev-python/ensurepip-wheel/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + + + + wheel + +