mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
*/*: rename dev-python/{PyQt5 → pyqt5}
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -24,7 +24,7 @@ KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="test? (
|
||||
dev-python/mypy[${PYTHON_USEDEP}]
|
||||
dev-python/PyQt5[${PYTHON_USEDEP},widgets]
|
||||
dev-python/pyqt5[${PYTHON_USEDEP},widgets]
|
||||
)
|
||||
"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -25,7 +25,7 @@ KEYWORDS="~amd64"
|
||||
DEPEND="test? (
|
||||
dev-python/mypy[${PYTHON_USEDEP}]
|
||||
dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
|
||||
dev-python/PyQt5[${PYTHON_USEDEP},bluetooth,dbus,declarative,designer,location,multimedia,network,opengl,positioning,serialport,sql,svg,widgets]
|
||||
dev-python/pyqt5[${PYTHON_USEDEP},bluetooth,dbus,declarative,designer,location,multimedia,network,opengl,positioning,serialport,sql,svg,widgets]
|
||||
)
|
||||
"
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -18,6 +18,6 @@ KEYWORDS="~amd64 ~x86"
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/PyQt5[${PYTHON_USEDEP},svg]
|
||||
dev-python/pyqt5[${PYTHON_USEDEP},svg]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
@@ -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
|
||||
@@ -18,6 +18,6 @@ KEYWORDS="~amd64 ~x86"
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/PyQt5[${PYTHON_USEDEP},svg]
|
||||
dev-python/pyqt5[${PYTHON_USEDEP},svg]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=no
|
||||
PYTHON_COMPAT=(python3_{9..12})
|
||||
PYTHON_COMPAT=(python3_{10..12})
|
||||
|
||||
inherit linux-mod-r1 distutils-r1 desktop
|
||||
|
||||
@@ -25,7 +25,7 @@ BDEPEND="dev-python/setuptools
|
||||
|
||||
RDEPEND="net-misc/freerdp
|
||||
dev-python/libvirt-python
|
||||
dev-python/PyQt5
|
||||
dev-python/pyqt5
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
@@ -19,7 +19,7 @@ IUSE="test +pyqt5 pyqt6"
|
||||
REQUIRED_USE="|| ( pyqt5 pyqt6 )"
|
||||
|
||||
RDEPEND="
|
||||
pyqt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] )
|
||||
pyqt5? ( dev-python/pyqt5[${PYTHON_USEDEP}] )
|
||||
pyqt6? ( dev-python/pyqt6[${PYTHON_USEDEP}] )
|
||||
|
||||
dev-python/h5py[${PYTHON_USEDEP}]
|
||||
|
||||
@@ -19,7 +19,7 @@ IUSE="test +pyqt5 pyqt6"
|
||||
REQUIRED_USE="|| ( pyqt5 pyqt6 )"
|
||||
|
||||
RDEPEND="
|
||||
pyqt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] )
|
||||
pyqt5? ( dev-python/pyqt5[${PYTHON_USEDEP}] )
|
||||
pyqt6? ( dev-python/pyqt6[${PYTHON_USEDEP}] )
|
||||
|
||||
dev-python/h5py[${PYTHON_USEDEP}]
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<remote-id type="github">PlotPyStack/guidata</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="pyqt5">Use <pkg>dev-python/PyQt5</pkg> as Qt for Python implementation</flag>
|
||||
<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>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user