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

Bruno Pagani archange at gemini.archlinux.org
Sun Dec 5 15:03:05 UTC 2021


    Date: Sunday, December 5, 2021 @ 15:03:05
  Author: archange
Revision: 1065159

upgpkg: python-lsp-server 1.3.2-1

Modified:
  python-lsp-server/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-05 14:37:10 UTC (rev 1065158)
+++ PKGBUILD	2021-12-05 15:03:05 UTC (rev 1065159)
@@ -3,8 +3,8 @@
 # Contributor: Platon Pronko <platon7pronko at gmail.com>
 
 pkgname=python-lsp-server
-pkgver=1.2.4
-pkgrel=4
+pkgver=1.3.2
+pkgrel=1
 pkgdesc="Fork of the python-language-server project, maintained by the Spyder IDE team and the community"
 arch=(any)
 url="https://github.com/python-lsp/python-lsp-server"
@@ -27,16 +27,16 @@
     flake8
     yapf
 )
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-        ${pkgname}-fix-pylint-2.10.patch::https://github.com/python-lsp/python-lsp-server/commit/e8cf8e5b160f227550574cba480e276a98248d44.patch)
-sha256sums=('3e9102808f661df18a54e2ddd97285d4b3c4cbc0af6fed8439a1960617f74674'
-            '1778835e6926a84cc44c16628463394f4a36a5abd532bba2aa87a133ad4f14fe')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('c768f5714880b38111516339384bbb0f7328cd1c50090038c915210f3f6b01cb')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -p1 < ../${pkgname}-fix-pylint-2.10.patch
-  sed 's|flake8>=3.8.0,<4.0.0|flake8>=3.8.0|g' -i setup.py
-  sed 's|pyflakes>=2.3.0,<2.4.0|pyflakes>=2.3.0|g' -i setup.py
+  sed 's|autopep8>=1.6.0,<1.7.0|autopep8>=1.6.0|g' -i setup.py
+  sed 's|flake8>=4.0.0,<4.1.0|flake8>=4.0.0|g' -i setup.py
+  sed 's|mccabe>=0.6.0,<0.7.0|mccabe>=0.6.0|g' -i setup.py
+  sed 's|pycodestyle>=2.8.0,<2.9.0|pycodestyle>=2.8.0|g' -i setup.py
+  sed 's|pyflakes>=2.4.0,<2.5.0|pyflakes>=2.4.0|g' -i setup.py
 }
 
 build() {



More information about the arch-commits mailing list