summaryrefslogtreecommitdiff
path: root/dev-python/spyder/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-14 06:50:14 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-14 06:50:14 +0000
commitafa8da78d8135ca28150730e9c60af9d875f0a5b (patch)
tree65e94479f29d7591a1bc1d09d1fc1913d785fe6b /dev-python/spyder/files
parent4828c25c25aacf399de429d381288982fd7e0d0e (diff)
gentoo auto-resync : 14:11:2022 - 06:50:13
Diffstat (limited to 'dev-python/spyder/files')
-rw-r--r--dev-python/spyder/files/spyder-5.3.3-unpin-qdarkstyle.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/spyder/files/spyder-5.3.3-unpin-qdarkstyle.patch b/dev-python/spyder/files/spyder-5.3.3-unpin-qdarkstyle.patch
deleted file mode 100644
index b9939a95cc53..000000000000
--- a/dev-python/spyder/files/spyder-5.3.3-unpin-qdarkstyle.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 176c07f..d73d195 100644
---- a/setup.py
-+++ b/setup.py
-@@ -231,7 +231,7 @@ install_requires = [
- 'python-lsp-server[all]>=1.5.0,<1.6.0',
- 'pyxdg>=0.26;platform_system=="Linux"',
- 'pyzmq>=22.1.0',
-- 'qdarkstyle>=3.0.2,<3.1.0',
-+ 'qdarkstyle>=3.0.2',
- 'qstylizer>=0.1.10',
- 'qtawesome>=1.0.2',
- 'qtconsole>=5.3.2,<5.4.0',
-diff --git a/spyder/dependencies.py b/spyder/dependencies.py
-index 18fd9d4..50d1a6c 100644
---- a/spyder/dependencies.py
-+++ b/spyder/dependencies.py
-@@ -57,7 +57,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.1.10'
- QTAWESOME_REQVER = '>=1.0.2'
- QTCONSOLE_REQVER = '>=5.3.2;<5.4.0'