commit:     586d348de638f5cdae170f06696785f6dff1cee0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 26 05:18:48 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 26 06:03:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=586d348d

dev-python/ensurepip-setuptools: Bump to 75.8.1

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

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

diff --git a/dev-python/ensurepip-setuptools/Manifest 
b/dev-python/ensurepip-setuptools/Manifest
index 95569b2f0ce4..e7cc891efa49 100644
--- a/dev-python/ensurepip-setuptools/Manifest
+++ b/dev-python/ensurepip-setuptools/Manifest
@@ -1 +1,2 @@
 DIST setuptools-75.8.0-py3-none-any.whl 1228782 BLAKE2B 
0e53d2e2d3666bce8072b23556c77a013a6db704eaa1b582a37defcd5691bb6cc66533bc9edc164911e5e5839c0c418571052a696c5c9a98b289ea232d045a38
 SHA512 
02760ed1215eefe7ad4beae24243fa6372d47b975a060dd69d5c521c6c53fe9ba1a6e73f39448ed9471b89371d19273824becbc8471da40cf43d3c799f0b50cf
+DIST setuptools-75.8.1-py3-none-any.whl 1228867 BLAKE2B 
ec0fada24a666a0a32dc4bae456e40b35c0d6f87cc389a6ad917ae330e7e509a4f1a21a5c0a38cd4a5e74890c3e8e6c6be23450cd7658803f6f037b900e11b17
 SHA512 
ca68002ae0fabceae31d46f5e9453582bc60fc137b6e1c58d30f834a5233eeb58c60385be4a71b0feb2f3059cec5197bf4cb50f2bb94a728ebfb80f08ece8dd3

diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-75.8.1.ebuild 
b/dev-python/ensurepip-setuptools/ensurepip-setuptools-75.8.1.ebuild
new file mode 100644
index 000000000000..b76c3f6972d8
--- /dev/null
+++ b/dev-python/ensurepip-setuptools/ensurepip-setuptools-75.8.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit pypi
+
+DESCRIPTION="Shared setuptools wheel for ensurepip Python module"
+HOMEPAGE="https://pypi.org/project/setuptools/";
+SRC_URI="$(pypi_wheel_url "${PN#ensurepip-}")"
+S=${DISTDIR}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+
+src_install() {
+       insinto /usr/lib/python/ensurepip
+       doins "${A}"
+}

Reply via email to