commit:     5e3095e3f3e73691cb859ff9f4876ef744882392
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  2 14:38:03 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan  2 14:38:47 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e3095e3

dev-python/distlib: Fix patch suffix

Spotted by arthurzam.

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

 dev-python/distlib/distlib-0.4.0.ebuild                               | 4 ++--
 ...3.9-system-pypiserver.py => distlib-0.3.9-system-pypiserver.patch} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/distlib/distlib-0.4.0.ebuild 
b/dev-python/distlib/distlib-0.4.0.ebuild
index aaa6aa02723e..a157e262c0c1 100644
--- a/dev-python/distlib/distlib-0.4.0.ebuild
+++ b/dev-python/distlib/distlib-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2025 Gentoo Authors
+# Copyright 2021-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -33,7 +33,7 @@ BDEPEND="
 src_prepare() {
        local PATCHES=(
                # use system pypiserver instead of bundled one
-               "${FILESDIR}/distlib-0.3.9-system-pypiserver.py"
+               "${FILESDIR}/distlib-0.3.9-system-pypiserver.patch"
                # 
https://github.com/pypa/distlib/commit/6286442857de9f734686d08f0e59ca8048ee357a
                "${FILESDIR}/${P}-py314-test.patch"
        )

diff --git a/dev-python/distlib/files/distlib-0.3.9-system-pypiserver.py 
b/dev-python/distlib/files/distlib-0.3.9-system-pypiserver.patch
similarity index 100%
rename from dev-python/distlib/files/distlib-0.3.9-system-pypiserver.py
rename to dev-python/distlib/files/distlib-0.3.9-system-pypiserver.patch

Reply via email to