*/*: 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:
Takuya Wakazono
2025-02-04 21:25:26 +09:00
parent 07919ab065
commit a3e69a9fc3
5 changed files with 7 additions and 7 deletions

View File

@@ -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
}

View File

@@ -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]
)
"

View File

@@ -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]
)
"

View File

@@ -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}]

View File

@@ -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}]