public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ensurepip-wheel/
Date: Tue, 14 Mar 2023 16:57:38 +0000 (UTC)	[thread overview]
Message-ID: <1678812998.2857f473d322b58981089a779409085a6064efea.mgorny@gentoo> (raw)

commit:     2857f473d322b58981089a779409085a6064efea
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 16:56:38 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 16:56:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2857f473

dev-python/ensurepip-wheel: Bump to 0.40.0

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

 dev-python/ensurepip-wheel/Manifest                  |  1 +
 .../ensurepip-wheel/ensurepip-wheel-0.40.0.ebuild    | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/dev-python/ensurepip-wheel/Manifest b/dev-python/ensurepip-wheel/Manifest
index 801dadf9e89e..11ac29c87152 100644
--- a/dev-python/ensurepip-wheel/Manifest
+++ b/dev-python/ensurepip-wheel/Manifest
@@ -1 +1,2 @@
 DIST wheel-0.38.4-py3-none-any.whl 36051 BLAKE2B 6c7d26fef5c6ec7987066d37579dd46a6b7704c4ec48c9f891cefdde5adf3a76934db9a912e6a05cc9d876782b7649110b814fd0df2e1af569f0336e47b3f850 SHA512 4d39de03dd3e87758de896c41240d58ed718e67042f33b0173446655e7c9d2c7d44f12e7a840058c93b9471c1492868ce38ef912d38e1bea723d082b329a4e4a
+DIST wheel-0.40.0-py3-none-any.whl 64545 BLAKE2B d42fcef0b33b560d5249d32c3400e8440bff154fbc21321e1802ffd6f734fcab032b296d5986cd5c23388800c9234d60c25e2e8f9008beeb6518391c52773f93 SHA512 83c4511bc8186485c7e61da1a798fdc41e209841300d70ea8e8f5515ec8200667b0195e3df149a81f10e3eaa159e8bab7f1701b43ce3d6746aee79cd0ba862e7

diff --git a/dev-python/ensurepip-wheel/ensurepip-wheel-0.40.0.ebuild b/dev-python/ensurepip-wheel/ensurepip-wheel-0.40.0.ebuild
new file mode 100644
index 000000000000..e3e7fe90c1fa
--- /dev/null
+++ b/dev-python/ensurepip-wheel/ensurepip-wheel-0.40.0.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}"
+}


             reply	other threads:[~2023-03-14 16:57 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-14 16:57 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-07 11:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/ensurepip-wheel/ Michał Górny
2024-12-07 10:49 Arthur Zamarin
2024-11-23  7:10 Michał Górny
2024-11-09  8:27 Michał Górny
2024-08-24 13:06 Michał Górny
2024-08-24  9:05 Arthur Zamarin
2024-08-05 11:48 Michał Górny
2024-03-30 14:27 Michał Górny
2024-03-30 14:25 Michał Górny
2024-03-12  6:34 Arthur Zamarin
2023-12-15 10:52 Michał Górny
2023-12-15 10:44 Arthur Zamarin
2023-11-29 10:15 Michał Górny
2023-11-29 10:12 Michał Górny
2023-11-26 19:37 Arthur Zamarin
2023-10-30 18:10 Michał Górny
2023-09-25 18:49 Michał Górny
2023-09-25 17:00 Arthur Zamarin
2023-08-24 12:47 Michał Górny
2023-08-22 20:01 Michał Górny
2023-08-05 14:53 Michał Górny
2023-07-22 12:58 Arthur Zamarin
2023-04-22 10:10 Michał Górny
2023-04-22  9:25 Arthur Zamarin
2023-03-03 17:21 Michał Górny
2023-02-18  7:03 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1678812998.2857f473d322b58981089a779409085a6064efea.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox