commit:     54256b269bca4660d94a21a58784673e038e9401
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 21:20:50 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 21:31:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54256b26

Rename dev-python/{sphinx_selective_exclude → sphinx-selective-exclude}

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

 dev-python/pyx/pyx-0.16-r1.ebuild                                 | 8 ++++----
 .../Manifest                                                      | 0
 .../files/sphinx-selective-exclude-description-file.patch}        | 0
 .../metadata.xml                                                  | 0
 .../sphinx-selective-exclude-1.0.3-r1.ebuild}                     | 0
 profiles/updates/4Q-2024                                          | 1 +
 6 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/pyx/pyx-0.16-r1.ebuild 
b/dev-python/pyx/pyx-0.16-r1.ebuild
index f5fdbc8ddfb9..1d50d4c4d68d 100644
--- a/dev-python/pyx/pyx-0.16-r1.ebuild
+++ b/dev-python/pyx/pyx-0.16-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 #DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
@@ -33,7 +33,7 @@ BDEPEND="${RDEPEND}
        doc? (
                $(python_gen_any_dep '
                        dev-python/sphinx[latex,${PYTHON_USEDEP}]
-                       dev-python/sphinx_selective_exclude[${PYTHON_USEDEP}]
+                       dev-python/sphinx-selective-exclude[${PYTHON_USEDEP}]
                ')
        )"
 
@@ -43,7 +43,7 @@ S="${WORKDIR}"/${MY_P}
 python_check_deps() {
        use doc || return 0
        python_has_version "dev-python/sphinx[latex,${PYTHON_USEDEP}]" \
-               "dev-python/sphinx_selective_exclude[${PYTHON_USEDEP}]"
+               "dev-python/sphinx-selective-exclude[${PYTHON_USEDEP}]"
 }
 
 src_prepare() {

diff --git a/dev-python/sphinx_selective_exclude/Manifest 
b/dev-python/sphinx-selective-exclude/Manifest
similarity index 100%
rename from dev-python/sphinx_selective_exclude/Manifest
rename to dev-python/sphinx-selective-exclude/Manifest

diff --git 
a/dev-python/sphinx_selective_exclude/files/sphinx_selective_exclude-description-file.patch
 
b/dev-python/sphinx-selective-exclude/files/sphinx-selective-exclude-description-file.patch
similarity index 100%
rename from 
dev-python/sphinx_selective_exclude/files/sphinx_selective_exclude-description-file.patch
rename to 
dev-python/sphinx-selective-exclude/files/sphinx-selective-exclude-description-file.patch

diff --git a/dev-python/sphinx_selective_exclude/metadata.xml 
b/dev-python/sphinx-selective-exclude/metadata.xml
similarity index 100%
rename from dev-python/sphinx_selective_exclude/metadata.xml
rename to dev-python/sphinx-selective-exclude/metadata.xml

diff --git 
a/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3-r1.ebuild 
b/dev-python/sphinx-selective-exclude/sphinx-selective-exclude-1.0.3-r1.ebuild
similarity index 100%
rename from 
dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3-r1.ebuild
rename to 
dev-python/sphinx-selective-exclude/sphinx-selective-exclude-1.0.3-r1.ebuild

diff --git a/profiles/updates/4Q-2024 b/profiles/updates/4Q-2024
index e1d17da6cee2..017134964b42 100644
--- a/profiles/updates/4Q-2024
+++ b/profiles/updates/4Q-2024
@@ -42,3 +42,4 @@ move dev-python/Opcodes dev-python/opcodes
 move dev-python/OutputCheck dev-python/outputcheck
 move dev-python/PeachPy dev-python/peachpy
 move dev-python/requests_download dev-python/requests-download
+move dev-python/sphinx_selective_exclude dev-python/sphinx-selective-exclude

Reply via email to