summaryrefslogtreecommitdiff
path: root/dev-python/clang-python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/clang-python')
-rw-r--r--dev-python/clang-python/clang-python-15.0.7.ebuild12
-rw-r--r--dev-python/clang-python/clang-python-16.0.6.ebuild10
-rw-r--r--dev-python/clang-python/clang-python-17.0.6.ebuild8
-rw-r--r--dev-python/clang-python/clang-python-18.1.8.ebuild8
-rw-r--r--dev-python/clang-python/clang-python-19.1.4.ebuild8
-rw-r--r--dev-python/clang-python/clang-python-19.1.5.ebuild8
-rw-r--r--dev-python/clang-python/clang-python-20.0.0.9999.ebuild8
-rw-r--r--dev-python/clang-python/clang-python-20.0.0_pre20241207.ebuild8
8 files changed, 35 insertions, 35 deletions
diff --git a/dev-python/clang-python/clang-python-15.0.7.ebuild b/dev-python/clang-python/clang-python-15.0.7.ebuild
index c46cb818209b..ab094d7a3bbc 100644
--- a/dev-python/clang-python/clang-python-15.0.7.ebuild
+++ b/dev-python/clang-python/clang-python-15.0.7.ebuild
@@ -1,12 +1,12 @@
-# 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 llvm.org python-r1
-DESCRIPTION="Python bindings for sys-devel/clang"
+DESCRIPTION="Python bindings for llvm-core/clang"
HOMEPAGE="https://llvm.org/"
LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
@@ -19,9 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# The module is opening libclang.so directly, and doing some blasphemy
# on top of it.
DEPEND="
- >=sys-devel/clang-${PV}:*
+ >=llvm-core/clang-${PV}:*
!sys-devel/llvm:0[clang(-),python(-)]
- !sys-devel/clang:0[python(-)]
+ !llvm-core/clang:0[python(-)]
"
RDEPEND="
${DEPEND}
@@ -30,7 +30,7 @@ RDEPEND="
BDEPEND="
${PYTHON_DEPS}
test? (
- sys-devel/clang:${LLVM_MAJOR}
+ llvm-core/clang:${LLVM_MAJOR}
)
"
diff --git a/dev-python/clang-python/clang-python-16.0.6.ebuild b/dev-python/clang-python/clang-python-16.0.6.ebuild
index 5b9951526538..37ef9cee0fc0 100644
--- a/dev-python/clang-python/clang-python-16.0.6.ebuild
+++ b/dev-python/clang-python/clang-python-16.0.6.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
@@ -6,7 +6,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
inherit llvm.org python-r1
-DESCRIPTION="Python bindings for sys-devel/clang"
+DESCRIPTION="Python bindings for llvm-core/clang"
HOMEPAGE="https://llvm.org/"
LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
@@ -19,9 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# The module is opening libclang.so directly, and doing some blasphemy
# on top of it.
DEPEND="
- >=sys-devel/clang-${PV}:*
+ >=llvm-core/clang-${PV}:*
!sys-devel/llvm:0[clang(-),python(-)]
- !sys-devel/clang:0[python(-)]
+ !llvm-core/clang:0[python(-)]
"
RDEPEND="
${DEPEND}
@@ -30,7 +30,7 @@ RDEPEND="
BDEPEND="
${PYTHON_DEPS}
test? (
- sys-devel/clang:${LLVM_MAJOR}
+ llvm-core/clang:${LLVM_MAJOR}
)
"
diff --git a/dev-python/clang-python/clang-python-17.0.6.ebuild b/dev-python/clang-python/clang-python-17.0.6.ebuild
index 7762bfd83fe4..37ef9cee0fc0 100644
--- a/dev-python/clang-python/clang-python-17.0.6.ebuild
+++ b/dev-python/clang-python/clang-python-17.0.6.ebuild
@@ -6,7 +6,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
inherit llvm.org python-r1
-DESCRIPTION="Python bindings for sys-devel/clang"
+DESCRIPTION="Python bindings for llvm-core/clang"
HOMEPAGE="https://llvm.org/"
LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
@@ -19,9 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# The module is opening libclang.so directly, and doing some blasphemy
# on top of it.
DEPEND="
- >=sys-devel/clang-${PV}:*
+ >=llvm-core/clang-${PV}:*
!sys-devel/llvm:0[clang(-),python(-)]
- !sys-devel/clang:0[python(-)]
+ !llvm-core/clang:0[python(-)]
"
RDEPEND="
${DEPEND}
@@ -30,7 +30,7 @@ RDEPEND="
BDEPEND="
${PYTHON_DEPS}
test? (
- sys-devel/clang:${LLVM_MAJOR}
+ llvm-core/clang:${LLVM_MAJOR}
)
"
diff --git a/dev-python/clang-python/clang-python-18.1.8.ebuild b/dev-python/clang-python/clang-python-18.1.8.ebuild
index ea8472ba126c..72e33b7dc260 100644
--- a/dev-python/clang-python/clang-python-18.1.8.ebuild
+++ b/dev-python/clang-python/clang-python-18.1.8.ebuild
@@ -6,7 +6,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
inherit llvm.org python-r1
-DESCRIPTION="Python bindings for sys-devel/clang"
+DESCRIPTION="Python bindings for llvm-core/clang"
HOMEPAGE="https://llvm.org/"
LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
@@ -19,9 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# The module is opening libclang.so directly, and doing some blasphemy
# on top of it.
DEPEND="
- >=sys-devel/clang-${PV}:*
+ >=llvm-core/clang-${PV}:*
!sys-devel/llvm:0[clang(-),python(-)]
- !sys-devel/clang:0[python(-)]
+ !llvm-core/clang:0[python(-)]
"
RDEPEND="
${DEPEND}
@@ -30,7 +30,7 @@ RDEPEND="
BDEPEND="
${PYTHON_DEPS}
test? (
- sys-devel/clang:${LLVM_MAJOR}
+ llvm-core/clang:${LLVM_MAJOR}
)
"
diff --git a/dev-python/clang-python/clang-python-19.1.4.ebuild b/dev-python/clang-python/clang-python-19.1.4.ebuild
index ea8472ba126c..72e33b7dc260 100644
--- a/dev-python/clang-python/clang-python-19.1.4.ebuild
+++ b/dev-python/clang-python/clang-python-19.1.4.ebuild
@@ -6,7 +6,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
inherit llvm.org python-r1
-DESCRIPTION="Python bindings for sys-devel/clang"
+DESCRIPTION="Python bindings for llvm-core/clang"
HOMEPAGE="https://llvm.org/"
LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
@@ -19,9 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# The module is opening libclang.so directly, and doing some blasphemy
# on top of it.
DEPEND="
- >=sys-devel/clang-${PV}:*
+ >=llvm-core/clang-${PV}:*
!sys-devel/llvm:0[clang(-),python(-)]
- !sys-devel/clang:0[python(-)]
+ !llvm-core/clang:0[python(-)]
"
RDEPEND="
${DEPEND}
@@ -30,7 +30,7 @@ RDEPEND="
BDEPEND="
${PYTHON_DEPS}
test? (
- sys-devel/clang:${LLVM_MAJOR}
+ llvm-core/clang:${LLVM_MAJOR}
)
"
diff --git a/dev-python/clang-python/clang-python-19.1.5.ebuild b/dev-python/clang-python/clang-python-19.1.5.ebuild
index 9b3ee513e023..e43015ed5bc9 100644
--- a/dev-python/clang-python/clang-python-19.1.5.ebuild
+++ b/dev-python/clang-python/clang-python-19.1.5.ebuild
@@ -6,7 +6,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
inherit llvm.org python-r1
-DESCRIPTION="Python bindings for sys-devel/clang"
+DESCRIPTION="Python bindings for llvm-core/clang"
HOMEPAGE="https://llvm.org/"
LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
@@ -19,9 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# The module is opening libclang.so directly, and doing some blasphemy
# on top of it.
DEPEND="
- >=sys-devel/clang-${PV}:*
+ >=llvm-core/clang-${PV}:*
!sys-devel/llvm:0[clang(-),python(-)]
- !sys-devel/clang:0[python(-)]
+ !llvm-core/clang:0[python(-)]
"
RDEPEND="
${DEPEND}
@@ -30,7 +30,7 @@ RDEPEND="
BDEPEND="
${PYTHON_DEPS}
test? (
- sys-devel/clang:${LLVM_MAJOR}
+ llvm-core/clang:${LLVM_MAJOR}
)
"
diff --git a/dev-python/clang-python/clang-python-20.0.0.9999.ebuild b/dev-python/clang-python/clang-python-20.0.0.9999.ebuild
index 7f3de6814bbb..ac0a5d029db5 100644
--- a/dev-python/clang-python/clang-python-20.0.0.9999.ebuild
+++ b/dev-python/clang-python/clang-python-20.0.0.9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
inherit llvm.org python-r1
-DESCRIPTION="Python bindings for sys-devel/clang"
+DESCRIPTION="Python bindings for llvm-core/clang"
HOMEPAGE="https://llvm.org/"
LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
@@ -18,9 +18,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# The module is opening libclang.so directly, and doing some blasphemy
# on top of it.
DEPEND="
- >=sys-devel/clang-${PV}:*
+ >=llvm-core/clang-${PV}:*
!sys-devel/llvm:0[clang(-),python(-)]
- !sys-devel/clang:0[python(-)]
+ !llvm-core/clang:0[python(-)]
"
RDEPEND="
${DEPEND}
@@ -29,7 +29,7 @@ RDEPEND="
BDEPEND="
${PYTHON_DEPS}
test? (
- sys-devel/clang:${LLVM_MAJOR}
+ llvm-core/clang:${LLVM_MAJOR}
)
"
diff --git a/dev-python/clang-python/clang-python-20.0.0_pre20241207.ebuild b/dev-python/clang-python/clang-python-20.0.0_pre20241207.ebuild
index 7f3de6814bbb..ac0a5d029db5 100644
--- a/dev-python/clang-python/clang-python-20.0.0_pre20241207.ebuild
+++ b/dev-python/clang-python/clang-python-20.0.0_pre20241207.ebuild
@@ -6,7 +6,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
inherit llvm.org python-r1
-DESCRIPTION="Python bindings for sys-devel/clang"
+DESCRIPTION="Python bindings for llvm-core/clang"
HOMEPAGE="https://llvm.org/"
LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
@@ -18,9 +18,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# The module is opening libclang.so directly, and doing some blasphemy
# on top of it.
DEPEND="
- >=sys-devel/clang-${PV}:*
+ >=llvm-core/clang-${PV}:*
!sys-devel/llvm:0[clang(-),python(-)]
- !sys-devel/clang:0[python(-)]
+ !llvm-core/clang:0[python(-)]
"
RDEPEND="
${DEPEND}
@@ -29,7 +29,7 @@ RDEPEND="
BDEPEND="
${PYTHON_DEPS}
test? (
- sys-devel/clang:${LLVM_MAJOR}
+ llvm-core/clang:${LLVM_MAJOR}
)
"