dev-python/ensurepip-setuptools: Bump to 78.0.2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-03-25 05:37:09 +01:00
parent 3d7c173149
commit 73ed67e2d7
2 changed files with 21 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ DIST setuptools-76.0.0-py3-none-any.whl 1236106 BLAKE2B 783411ca7c3ee2f2aaaba2d4
DIST setuptools-76.1.0-py3-none-any.whl 1236933 BLAKE2B c8e1d368f50aea8ed819d6c828505bbbecfd1d2f320c108df3910f8f49133aa12cbafbed5e626572232812671650cb4398a6771a21ed37d7d1ea882e87a08dbc SHA512 44330c0b2bf22a6cdc9b3cf087fbd7695a5e15a4e0e013c88252258fabb69ed89d9550b35b407f01711c66b45a964f687ce7c8f373ed0860e93842e70aa9e55b
DIST setuptools-77.0.1-py3-none-any.whl 1254282 BLAKE2B 8034051467ae46c6c81c7dbdb071c0e3e87e21114e3c20e57db9d5e42838e94e07cd13c3829b586a8d3eb1836365757d00f6e95af822eabb805a38b7b9109d1d SHA512 a880771b05095c6bf0d4e522d4403de0dde7027241d0fe58e6c2487f3a779ef85a3c3aa1ac2f4c4f3c4979028335daf8bf16d0ad995b0da744097cd415b285ec
DIST setuptools-77.0.3-py3-none-any.whl 1255678 BLAKE2B 99712b0ac22d493f32132879129b2c06439c6967cfb02f63bcb05b09e2dd73c2243a2b8d51bcc67ab34b8ce2c4921fae40479ef3db68406635ccf328aa4745c6 SHA512 95c1081eda9e1110bd9c0262ec892f984734ae3bbd5830aabb0062938be34f3a44a57f731fc5c3878307bde7926cb089d5174e22c0670bb7bed66f34635b5d79
DIST setuptools-78.0.2-py3-none-any.whl 1255965 BLAKE2B a5952f9f223325f9ff6b488b871e8459b81f187e5cfdf84de316c13a63147298ef2186c07fd3ec12d81d4ad60bde7a1280d436cd8dee4ab29a4138bfd606bb3d SHA512 6a6433eea685a7fb71b167b364a77c606edda70a467e7be03de0e341a152deddcb933b39024bdc32e230553f4a08654533f75e990038b00436af64744dd6bd03

View File

@@ -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}"
}