mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
*/*: rename dev-python/{pyside6 → pyside}
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c58e2344a965ca75077542de66f17a02089876f6 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -59,5 +59,5 @@ pkg_postinst() {
|
||||
optfeature "supporting pysdl2 as backend" dev-python/pysdl2
|
||||
optfeature "supporting GLFW as backend" dev-python/glfw
|
||||
optfeature "supporting QT5 as backend" dev-python/pyqt5
|
||||
optfeature "supporting PySide as backend" dev-python/pyside6
|
||||
optfeature "supporting PySide as backend" dev-python/pyside
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Copyright 2020-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -26,7 +26,7 @@ RDEPEND="
|
||||
net-libs/webkit-gtk
|
||||
)
|
||||
qt6? (
|
||||
dev-python/pyside6[${PYTHON_USEDEP},webengine]
|
||||
dev-python/pyside[${PYTHON_USEDEP},webengine]
|
||||
dev-python/qtpy[${PYTHON_USEDEP},webengine]
|
||||
)
|
||||
"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Copyright 2020-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -26,7 +26,7 @@ RDEPEND="
|
||||
net-libs/webkit-gtk
|
||||
)
|
||||
qt6? (
|
||||
dev-python/pyside6[${PYTHON_USEDEP},webengine]
|
||||
dev-python/pyside[${PYTHON_USEDEP},webengine]
|
||||
dev-python/qtpy[${PYTHON_USEDEP},webengine]
|
||||
)
|
||||
"
|
||||
|
||||
@@ -22,7 +22,7 @@ KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pyaml-6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyside6-6.3.0[dbus,gui,uitools,widgets,${PYTHON_USEDEP}]
|
||||
>=dev-python/pyside-6.3.0[dbus,gui,uitools,widgets,${PYTHON_USEDEP}]
|
||||
>=dev-python/pyxdg-0.27[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.27.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/steam-1.6.1[${PYTHON_USEDEP}]
|
||||
|
||||
@@ -17,7 +17,7 @@ SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/pyaml[${PYTHON_USEDEP}]
|
||||
dev-python/pyside6[dbus,gui,uitools,widgets,${PYTHON_USEDEP}]
|
||||
dev-python/pyside[dbus,gui,uitools,widgets,${PYTHON_USEDEP}]
|
||||
dev-python/pyxdg[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/steam[${PYTHON_USEDEP}]
|
||||
|
||||
Reference in New Issue
Block a user