mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -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 2021-2023 Gentoo Authors
|
||||
# Copyright 2021-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -15,7 +15,7 @@ SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/PyQt5[${PYTHON_USEDEP},multimedia]
|
||||
dev-python/pyqt5[${PYTHON_USEDEP},multimedia]
|
||||
dev-python/loguru[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/simplemma[${PYTHON_USEDEP}]
|
||||
|
||||
@@ -21,7 +21,7 @@ KEYWORDS="~amd64"
|
||||
# >=dev-python/numpy-2 is incompatible.
|
||||
# https://gitlab.com/pyspread/pyspread/-/issues/125
|
||||
RDEPEND="
|
||||
>=dev-python/PyQt5-5.10.0[gui,printsupport,svg,widgets,${PYTHON_USEDEP}]
|
||||
>=dev-python/pyqt5-5.10.0[gui,printsupport,svg,widgets,${PYTHON_USEDEP}]
|
||||
>=dev-python/markdown2-2.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/matplotlib-1.1.1[${PYTHON_USEDEP}]
|
||||
<dev-python/numpy-2[${PYTHON_USEDEP}]
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
@@ -18,12 +18,12 @@ KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/PyQt5[${PYTHON_USEDEP}]
|
||||
dev-python/pyqt5[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
')
|
||||
"
|
||||
BDEPEND="
|
||||
dev-python/PyQt5
|
||||
dev-python/pyqt5
|
||||
dev-qt/linguist-tools
|
||||
"
|
||||
|
||||
|
||||
@@ -18,12 +18,12 @@ KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/PyQt5[${PYTHON_USEDEP}]
|
||||
dev-python/pyqt5[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
')
|
||||
"
|
||||
BDEPEND="
|
||||
dev-python/PyQt5
|
||||
dev-python/pyqt5
|
||||
dev-qt/linguist-tools
|
||||
"
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -16,7 +16,7 @@ SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="debug"
|
||||
|
||||
RDEPEND=">=dev-python/PyQt5-5.13.2[${PYTHON_USEDEP}]"
|
||||
RDEPEND=">=dev-python/pyqt5-5.13.2[${PYTHON_USEDEP}]"
|
||||
DOCS="README.md AUTHORS"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Reference in New Issue
Block a user