[arch-commits] Commit in spyder/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Sat Jul 23 13:22:17 UTC 2022


    Date: Saturday, July 23, 2022 @ 13:22:16
  Author: archange
Revision: 1255805

FS#75403 add missing new optdepends from pyls-server

Modified:
  spyder/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-23 13:22:16 UTC (rev 1255804)
+++ PKGBUILD	2022-07-23 13:22:16 UTC (rev 1255805)
@@ -5,7 +5,7 @@
 
 pkgname=spyder
 pkgver=5.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="The Scientific Python Development Environment"
 arch=(any)
 url="https://www.spyder-ide.org/"
@@ -32,12 +32,12 @@
     python-pygments
     python-pylint
     python-pyqt5
-    python-pyqtwebengine
+    python-pyqt5-webengine
     qt5-webkit
     python-lsp-server
     python-lsp-black
     python-pyls-spyder
-    python-xdg
+    python-pyxdg
     python-pyzmq
     python-qdarkstyle
     python-qstylizer
@@ -58,6 +58,7 @@
     python-pyflakes
     python-rope
     yapf
+    python-whatthepatch
 )
 # Starting from autopep8, required optdeps of python-language-server
 optdepends=(



More information about the arch-commits mailing list