summaryrefslogtreecommitdiff
path: root/dev-python/spyder/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-09 23:35:30 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-09 23:35:30 +0100
commit47d5e233005d470dbd431a280e64ce6073fc7149 (patch)
tree135efe53d72c541429f68d7ed82186f2b34fcdb6 /dev-python/spyder/files
parentbac9556f73da9ac333933778ce81c053bd989a26 (diff)
gentoo auto-resync : 09:04:2023 - 23:35:30
Diffstat (limited to 'dev-python/spyder/files')
-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'