*/*: rename dev-python/{PyQt6 → pyqt6}

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-11-25 01:46:24 +05:00
parent 8abb856b0f
commit 76629f6283
7 changed files with 11 additions and 11 deletions

View File

@@ -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
@@ -20,7 +20,7 @@ REQUIRED_USE="|| ( pyqt5 pyqt6 )"
RDEPEND="
pyqt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] )
pyqt6? ( dev-python/PyQt6[${PYTHON_USEDEP}] )
pyqt6? ( dev-python/pyqt6[${PYTHON_USEDEP}] )
dev-python/h5py[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]

View File

@@ -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
@@ -20,7 +20,7 @@ REQUIRED_USE="|| ( pyqt5 pyqt6 )"
RDEPEND="
pyqt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] )
pyqt6? ( dev-python/PyQt6[${PYTHON_USEDEP}] )
pyqt6? ( dev-python/pyqt6[${PYTHON_USEDEP}] )
dev-python/h5py[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]

View File

@@ -11,6 +11,6 @@
</upstream>
<use>
<flag name="pyqt5">Use <pkg>dev-python/PyQt5</pkg> as Qt for Python implementation</flag>
<flag name="pyqt6">Use <pkg>dev-python/PyQt6</pkg> as Qt for Python implementation</flag>
<flag name="pyqt6">Use <pkg>dev-python/pyqt6</pkg> as Qt for Python implementation</flag>
</use>
</pkgmetadata>