diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-22 21:05:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-22 21:12:53 +0100 |
commit | 2096536625461c902c7fa5032b0be96ed34fa5b3 (patch) | |
tree | 2413a75bb84fa498830c6229cd12d16f4d0e5ae5 /dev-util | |
parent | Rename dev-python/{ConfigArgParse → configargparse} (diff) | |
download | gentoo-2096536625461c902c7fa5032b0be96ed34fa5b3.tar.gz gentoo-2096536625461c902c7fa5032b0be96ed34fa5b3.tar.bz2 gentoo-2096536625461c902c7fa5032b0be96ed34fa5b3.zip |
Rename dev-python/{CppHeaderParser → cppheaderparser}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/hip/hip-5.1.3-r4.ebuild | 6 | ||||
-rw-r--r-- | dev-util/rocprofiler/rocprofiler-5.1.3-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-util/rocprofiler/rocprofiler-5.3.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/roctracer/roctracer-5.1.3-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-util/roctracer/roctracer-5.3.3-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-util/roctracer/roctracer-5.7.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/roctracer/roctracer-6.1.1-r1.ebuild | 4 |
7 files changed, 20 insertions, 20 deletions
diff --git a/dev-util/hip/hip-5.1.3-r4.ebuild b/dev-util/hip/hip-5.1.3-r4.ebuild index 764d4f49f49b..7d09cacf49fc 100644 --- a/dev-util/hip/hip-5.1.3-r4.ebuild +++ b/dev-util/hip/hip-5.1.3-r4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DOCS_BUILDER="doxygen" DOCS_DEPEND="media-gfx/graphviz" @@ -38,7 +38,7 @@ RDEPEND="${DEPEND} sys-devel/clang-runtime:= >=dev-libs/roct-thunk-interface-5" BDEPEND="profile? ( $(python_gen_any_dep ' - dev-python/CppHeaderParser[${PYTHON_USEDEP}] + dev-python/cppheaderparser[${PYTHON_USEDEP}] ') ) " @@ -57,7 +57,7 @@ PATCHES=( python_check_deps() { if use profile; then - python_has_version "dev-python/CppHeaderParser[${PYTHON_USEDEP}]" + python_has_version "dev-python/cppheaderparser[${PYTHON_USEDEP}]" fi } diff --git a/dev-util/rocprofiler/rocprofiler-5.1.3-r1.ebuild b/dev-util/rocprofiler/rocprofiler-5.1.3-r1.ebuild index e63978351e11..4e2774def7f2 100644 --- a/dev-util/rocprofiler/rocprofiler-5.1.3-r1.ebuild +++ b/dev-util/rocprofiler/rocprofiler-5.1.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) inherit cmake python-any-r1 @@ -22,7 +22,7 @@ RDEPEND="dev-libs/rocr-runtime:${SLOT} DEPEND="${RDEPEND}" BDEPEND=" $(python_gen_any_dep ' - dev-python/CppHeaderParser[${PYTHON_USEDEP}] + dev-python/cppheaderparser[${PYTHON_USEDEP}] ') " @@ -32,7 +32,7 @@ PATCHES=( "${FILESDIR}/${PN}-4.3.0-nostrip.patch" "${FILESDIR}/${PN}-5.1.3-remove-Werror.patch" ) python_check_deps() { - python_has_version "dev-python/CppHeaderParser[${PYTHON_USEDEP}]" + python_has_version "dev-python/cppheaderparser[${PYTHON_USEDEP}]" } src_prepare() { diff --git a/dev-util/rocprofiler/rocprofiler-5.3.3-r1.ebuild b/dev-util/rocprofiler/rocprofiler-5.3.3-r1.ebuild index 428554f757ab..151613bbfd16 100644 --- a/dev-util/rocprofiler/rocprofiler-5.3.3-r1.ebuild +++ b/dev-util/rocprofiler/rocprofiler-5.3.3-r1.ebuild @@ -22,7 +22,7 @@ RDEPEND="dev-libs/rocr-runtime DEPEND="${RDEPEND}" BDEPEND=" $(python_gen_any_dep ' - dev-python/CppHeaderParser[${PYTHON_USEDEP}] + dev-python/cppheaderparser[${PYTHON_USEDEP}] ') " @@ -34,7 +34,7 @@ PATCHES=( "${FILESDIR}/${PN}-4.3.0-nostrip.patch" "${FILESDIR}/${PN}-5.3.3-remove-aql-in-cmake.patch" ) python_check_deps() { - python_has_version "dev-python/CppHeaderParser[${PYTHON_USEDEP}]" + python_has_version "dev-python/cppheaderparser[${PYTHON_USEDEP}]" } src_prepare() { diff --git a/dev-util/roctracer/roctracer-5.1.3-r1.ebuild b/dev-util/roctracer/roctracer-5.1.3-r1.ebuild index 22befb0d4430..923072f3fe67 100644 --- a/dev-util/roctracer/roctracer-5.1.3-r1.ebuild +++ b/dev-util/roctracer/roctracer-5.1.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake prefix python-any-r1 @@ -23,7 +23,7 @@ RDEPEND="dev-libs/rocr-runtime:${SLOT} DEPEND="${RDEPEND}" BDEPEND=" $(python_gen_any_dep ' - dev-python/CppHeaderParser[${PYTHON_USEDEP}] + dev-python/cppheaderparser[${PYTHON_USEDEP}] dev-python/ply[${PYTHON_USEDEP}] ') " @@ -38,7 +38,7 @@ PATCHES=( ) python_check_deps() { - python_has_version "dev-python/CppHeaderParser[${PYTHON_USEDEP}]" \ + python_has_version "dev-python/cppheaderparser[${PYTHON_USEDEP}]" \ "dev-python/ply[${PYTHON_USEDEP}]" } diff --git a/dev-util/roctracer/roctracer-5.3.3-r1.ebuild b/dev-util/roctracer/roctracer-5.3.3-r1.ebuild index 54def42e46a6..f5ebd55cf86d 100644 --- a/dev-util/roctracer/roctracer-5.3.3-r1.ebuild +++ b/dev-util/roctracer/roctracer-5.3.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,7 +25,7 @@ RDEPEND="dev-libs/rocr-runtime DEPEND="${RDEPEND}" BDEPEND=" $(python_gen_any_dep ' - dev-python/CppHeaderParser[${PYTHON_USEDEP}] + dev-python/cppheaderparser[${PYTHON_USEDEP}] dev-python/ply[${PYTHON_USEDEP}] ') " @@ -35,7 +35,7 @@ PATCHES=( "${FILESDIR}"/roctracer-5.3.3-flat-lib-layout.patch "${FILESDIR}"/roctracer-5.3.3-Werror.patch ) python_check_deps() { - python_has_version "dev-python/CppHeaderParser[${PYTHON_USEDEP}]" \ + python_has_version "dev-python/cppheaderparser[${PYTHON_USEDEP}]" \ "dev-python/ply[${PYTHON_USEDEP}]" } diff --git a/dev-util/roctracer/roctracer-5.7.1-r1.ebuild b/dev-util/roctracer/roctracer-5.7.1-r1.ebuild index e16ea7d01a5a..6c36347c9931 100644 --- a/dev-util/roctracer/roctracer-5.7.1-r1.ebuild +++ b/dev-util/roctracer/roctracer-5.7.1-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND="dev-libs/rocr-runtime DEPEND="${RDEPEND}" BDEPEND=" $(python_gen_any_dep ' - dev-python/CppHeaderParser[${PYTHON_USEDEP}] + dev-python/cppheaderparser[${PYTHON_USEDEP}] dev-python/ply[${PYTHON_USEDEP}] ') " @@ -35,7 +35,7 @@ PATCHES=( ) python_check_deps() { - python_has_version "dev-python/CppHeaderParser[${PYTHON_USEDEP}]" \ + python_has_version "dev-python/cppheaderparser[${PYTHON_USEDEP}]" \ "dev-python/ply[${PYTHON_USEDEP}]" } diff --git a/dev-util/roctracer/roctracer-6.1.1-r1.ebuild b/dev-util/roctracer/roctracer-6.1.1-r1.ebuild index 5ac47938ee4d..685eda9bed74 100644 --- a/dev-util/roctracer/roctracer-6.1.1-r1.ebuild +++ b/dev-util/roctracer/roctracer-6.1.1-r1.ebuild @@ -27,7 +27,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" $(python_gen_any_dep ' - dev-python/CppHeaderParser[${PYTHON_USEDEP}] + dev-python/cppheaderparser[${PYTHON_USEDEP}] dev-python/ply[${PYTHON_USEDEP}] ') " @@ -37,7 +37,7 @@ PATCHES=( ) python_check_deps() { - python_has_version "dev-python/CppHeaderParser[${PYTHON_USEDEP}]" \ + python_has_version "dev-python/cppheaderparser[${PYTHON_USEDEP}]" \ "dev-python/ply[${PYTHON_USEDEP}]" } |