summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-04-08 19:15:03 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-04-09 21:33:15 +0200
commitde8f90a9de644534aa798233c2e0489a13db97f8 (patch)
tree20ab802345b58850e08880a4df00d61b132c26e8 /dev-python/spyder
parentdev-qt/qtwidgets: Stabilize 5.15.8-r4 ppc, #903115 (diff)
downloadgentoo-de8f90a9de644534aa798233c2e0489a13db97f8.tar.gz
gentoo-de8f90a9de644534aa798233c2e0489a13db97f8.tar.bz2
gentoo-de8f90a9de644534aa798233c2e0489a13db97f8.zip
dev-python/spyder: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30520 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/spyder')
-rw-r--r--dev-python/spyder/files/spyder-5.4.0-unpin-qdarkstyle.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/spyder/files/spyder-5.4.0-unpin-qdarkstyle.patch b/dev-python/spyder/files/spyder-5.4.0-unpin-qdarkstyle.patch
deleted file mode 100644
index 87b97a94b34a..000000000000
--- a/dev-python/spyder/files/spyder-5.4.0-unpin-qdarkstyle.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 1aa7f96..5345b0a 100644
---- a/setup.py
-+++ b/setup.py
-@@ -232,7 +232,7 @@ install_requires = [
- 'python-lsp-server[all]>=1.6.0,<1.7.0',
- 'pyxdg>=0.26;platform_system=="Linux"',
- 'pyzmq>=22.1.0',
-- 'qdarkstyle>=3.0.2,<3.1.0',
-+ 'qdarkstyle>=3.0.2',
- 'qstylizer>=0.2.2',
- 'qtawesome>=1.2.1',
- 'qtconsole>=5.4.0,<5.5.0',
-diff --git a/spyder/dependencies.py b/spyder/dependencies.py
-index 244a161..f44d045 100644
---- a/spyder/dependencies.py
-+++ b/spyder/dependencies.py
-@@ -58,7 +58,7 @@ PYLSP_BLACK_REQVER = '>=1.2.0'
- PYLS_SPYDER_REQVER = '>=0.4.0'
- PYXDG_REQVER = '>=0.26'
- PYZMQ_REQVER = '>=22.1.0'
--QDARKSTYLE_REQVER = '>=3.0.2;<3.1.0'
-+QDARKSTYLE_REQVER = '>=3.0.2'
- QSTYLIZER_REQVER = '>=0.2.2'
- QTAWESOME_REQVER = '>=1.2.1'
- QTCONSOLE_REQVER = '>=5.4.0;<5.5.0'