[arch-commits] Commit in python-language-server/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Mon Apr 5 10:01:31 UTC 2021


    Date: Monday, April 5, 2021 @ 10:01:31
  Author: archange
Revision: 911826

FS#70288 Actually nuke the bounds

Modified:
  python-language-server/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-05 08:56:13 UTC (rev 911825)
+++ PKGBUILD	2021-04-05 10:01:31 UTC (rev 911826)
@@ -5,7 +5,7 @@
 
 pkgname=python-language-server
 pkgver=0.36.2
-pkgrel=4
+pkgrel=5
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=(any)
 url="https://github.com/palantir/python-language-server"
@@ -37,10 +37,10 @@
     patch -Np1 < ../fix-test.patch
     patch -Np1 < ../jedi-018-support.patch
     sed -i 's/jedi<0.18.0,/jedi/' python_language_server.egg-info/requires.txt
-    sed -i 's/pycodestyle<2.7.0,/pycodestyle/g' python_language_server.egg-info/requires.txt
-    sed -i 's/pyflakes<2.3.0,/pyflakes/g' python_language_server.egg-info/requires.txt
-    sed -i 's/pycodestyle>=2.6.0,<2.7.0/pycodestyle>=2.6.0/g' python_language_server.egg-info/requires.txt
-    sed -i 's/pyflakes>=2.2.0,<2.3.0/pyflakes>=2.2.0/g' python_language_server.egg-info/requires.txt
+    sed -i 's/pycodestyle<2.7.0,/pycodestyle/g' python_language_server.egg-info/requires.txt setup.py
+    sed -i 's/pyflakes<2.3.0,/pyflakes/g' python_language_server.egg-info/requires.txt setup.py
+    sed -i 's/pycodestyle>=2.6.0,<2.7.0/pycodestyle>=2.6.0/g' python_language_server.egg-info/requires.txt setup.py
+    sed -i 's/pyflakes>=2.2.0,<2.3.0/pyflakes>=2.2.0/g' python_language_server.egg-info/requires.txt setup.py
 }
 
 build() {



More information about the arch-commits mailing list