commit:     d07c659dc18c2d79213d2741c78c180ec1486c38
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 21:18:55 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 21:31:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07c659d

Rename dev-python/{PeachPy → peachpy}

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

 dev-libs/FP16/FP16-2021.03.20-r4.ebuild                             | 6 +++---
 dev-python/{PeachPy => peachpy}/Manifest                            | 0
 dev-python/{PeachPy => peachpy}/metadata.xml                        | 0
 .../peachpy-2022.11.13-r2.ebuild}                                   | 0
 profiles/updates/4Q-2024                                            | 1 +
 sci-libs/NNPACK/NNPACK-2020.12.22-r2.ebuild                         | 6 +++---
 6 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-libs/FP16/FP16-2021.03.20-r4.ebuild 
b/dev-libs/FP16/FP16-2021.03.20-r4.ebuild
index af3be0a34c68..564148e1658e 100644
--- a/dev-libs/FP16/FP16-2021.03.20-r4.ebuild
+++ b/dev-libs/FP16/FP16-2021.03.20-r4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit python-r1 cmake
 
 CommitId=0a92994d729ff76a58f692d3028ca1b64b145d91
@@ -22,7 +22,7 @@ DEPEND="dev-libs/psimd"
 RDEPEND="
        ${DEPEND}
        ${PYTHON_DEPS}
-       dev-python/PeachPy[${PYTHON_USEDEP}]
+       dev-python/peachpy[${PYTHON_USEDEP}]
 "
 BDEPEND="test? ( dev-cpp/gtest )"
 RESTRICT="!test? ( test )"

diff --git a/dev-python/PeachPy/Manifest b/dev-python/peachpy/Manifest
similarity index 100%
rename from dev-python/PeachPy/Manifest
rename to dev-python/peachpy/Manifest

diff --git a/dev-python/PeachPy/metadata.xml b/dev-python/peachpy/metadata.xml
similarity index 100%
rename from dev-python/PeachPy/metadata.xml
rename to dev-python/peachpy/metadata.xml

diff --git a/dev-python/PeachPy/PeachPy-2022.11.13-r2.ebuild 
b/dev-python/peachpy/peachpy-2022.11.13-r2.ebuild
similarity index 100%
rename from dev-python/PeachPy/PeachPy-2022.11.13-r2.ebuild
rename to dev-python/peachpy/peachpy-2022.11.13-r2.ebuild

diff --git a/profiles/updates/4Q-2024 b/profiles/updates/4Q-2024
index 840984e8bf36..c04189f8900d 100644
--- a/profiles/updates/4Q-2024
+++ b/profiles/updates/4Q-2024
@@ -40,3 +40,4 @@ move dev-python/mypy_extensions dev-python/mypy-extensions
 move dev-python/Nuitka dev-python/nuitka
 move dev-python/Opcodes dev-python/opcodes
 move dev-python/OutputCheck dev-python/outputcheck
+move dev-python/PeachPy dev-python/peachpy

diff --git a/sci-libs/NNPACK/NNPACK-2020.12.22-r2.ebuild 
b/sci-libs/NNPACK/NNPACK-2020.12.22-r2.ebuild
index 0a02ea5ce21e..a954faa6d9ef 100644
--- a/sci-libs/NNPACK/NNPACK-2020.12.22-r2.ebuild
+++ b/sci-libs/NNPACK/NNPACK-2020.12.22-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit cmake python-any-r1
 
 CommitId=c07e3a0400713d546e0dea2d5466dd22ea389c73
@@ -32,7 +32,7 @@ BDEPEND="
        ${PYTHON_DEPS}
        test? ( dev-cpp/gtest )
        $(python_gen_any_dep '
-               dev-python/PeachPy[${PYTHON_USEDEP}]
+               dev-python/peachpy[${PYTHON_USEDEP}]
        ')
 "
 
@@ -41,7 +41,7 @@ S="${WORKDIR}"/${PN}-${CommitId}
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
 python_check_deps() {
-       python_has_version "dev-python/PeachPy[${PYTHON_USEDEP}]"
+       python_has_version "dev-python/peachpy[${PYTHON_USEDEP}]"
 }
 
 src_prepare() {

Reply via email to