diff options
author | 2024-11-23 12:27:28 +0100 | |
---|---|---|
committer | 2024-11-23 12:42:05 +0100 | |
commit | 6e067b8a75d6fc2c5395892ed04a15cf136af566 (patch) | |
tree | ae3ad8ea2005e5f81aada974486db923a204d485 /dev-python/qtconsole | |
parent | dev-ada/aws: fix use deps (diff) | |
download | gentoo-6e067b8a75d6fc2c5395892ed04a15cf136af566.tar.gz gentoo-6e067b8a75d6fc2c5395892ed04a15cf136af566.tar.bz2 gentoo-6e067b8a75d6fc2c5395892ed04a15cf136af566.zip |
Rename dev-python/{QtPy → qtpy}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/qtconsole')
-rw-r--r-- | dev-python/qtconsole/qtconsole-5.5.2.ebuild | 6 | ||||
-rw-r--r-- | dev-python/qtconsole/qtconsole-5.6.1.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/qtconsole/qtconsole-5.5.2.ebuild b/dev-python/qtconsole/qtconsole-5.5.2.ebuild index 8f08269264b9..c665cca67334 100644 --- a/dev-python/qtconsole/qtconsole-5.5.2.ebuild +++ b/dev-python/qtconsole/qtconsole-5.5.2.ebuild @@ -28,13 +28,13 @@ RDEPEND=" dev-python/pygments[${PYTHON_USEDEP}] >=dev-python/pyzmq-17.1[${PYTHON_USEDEP}] >=dev-python/traitlets-5.2.2_p1[${PYTHON_USEDEP}] - >=dev-python/QtPy-2.4.0[${PYTHON_USEDEP},gui,printsupport,svg] + >=dev-python/qtpy-2.4.0[${PYTHON_USEDEP},gui,printsupport,svg] " BDEPEND=" test? ( dev-python/flaky[${PYTHON_USEDEP}] dev-python/pytest-qt[${PYTHON_USEDEP}] - dev-python/QtPy[${PYTHON_USEDEP},svg,testlib] + dev-python/qtpy[${PYTHON_USEDEP},svg,testlib] ) " @@ -56,7 +56,7 @@ python_test() { ) local -x QT_API for QT_API in pyqt5 pyqt6 pyside2 pyside6; do - if has_version "dev-python/QtPy[${QT_API}]"; then + if has_version "dev-python/qtpy[${QT_API}]"; then local -x PYTEST_QT_API=${QT_API} einfo "Testing with ${QT_API}" nonfatal epytest || diff --git a/dev-python/qtconsole/qtconsole-5.6.1.ebuild b/dev-python/qtconsole/qtconsole-5.6.1.ebuild index bb20cd7c90f4..52e4c911ef3c 100644 --- a/dev-python/qtconsole/qtconsole-5.6.1.ebuild +++ b/dev-python/qtconsole/qtconsole-5.6.1.ebuild @@ -27,13 +27,13 @@ RDEPEND=" dev-python/packaging[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] >=dev-python/traitlets-5.2.2_p1[${PYTHON_USEDEP}] - >=dev-python/QtPy-2.4.0[${PYTHON_USEDEP},gui,printsupport,svg] + >=dev-python/qtpy-2.4.0[${PYTHON_USEDEP},gui,printsupport,svg] " BDEPEND=" test? ( dev-python/flaky[${PYTHON_USEDEP}] dev-python/pytest-qt[${PYTHON_USEDEP}] - dev-python/QtPy[${PYTHON_USEDEP},svg,testlib] + dev-python/qtpy[${PYTHON_USEDEP},svg,testlib] ) " @@ -55,7 +55,7 @@ python_test() { ) local -x QT_API for QT_API in pyqt5 pyqt6 pyside2 pyside6; do - if has_version "dev-python/QtPy[${QT_API}]"; then + if has_version "dev-python/qtpy[${QT_API}]"; then local -x PYTEST_QT_API=${QT_API} einfo "Testing with ${QT_API}" nonfatal epytest || |