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

Morten Linderud foxboron at archlinux.org
Thu Oct 15 21:20:04 UTC 2020


    Date: Thursday, October 15, 2020 @ 21:20:04
  Author: foxboron
Revision: 724297

upgpkg: python-language-server 0.35.1-1

Modified:
  python-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-15 21:12:04 UTC (rev 724296)
+++ PKGBUILD	2020-10-15 21:20:04 UTC (rev 724297)
@@ -3,8 +3,8 @@
 # Contributor: fenuks
 
 pkgname=python-language-server
-pkgver=0.34.1
-pkgrel=2
+pkgver=0.35.1
+pkgrel=1
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
 url="https://github.com/palantir/python-language-server"
@@ -22,16 +22,10 @@
 checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  "python-pyflakes" "flake8"
               "python-mock" "python-jedi" "python-future" "yapf" "python-mccabe" "python-pycodestyle"
               "autopep8" "python-rope" "python-pydocstyle" "python-pylint" "python-jsonrpc-server"
-              "python-numpy" "python-pandas" "python-matplotlib")
+              "python-numpy" "python-pandas" "python-matplotlib" "python-flaky")
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('b96ff466b5aa24e212493de863899298f229a9e250e7353972563c7f2495d23d')
+sha256sums=('6e0c9a3b2ae98e0eb22e98ed6b3c4e190a6bf9e27af53efd2396da60cd92b221')
 
-
-prepare(){
-    cd "${pkgname}-${pkgver}"
-    sed -i "s/ujson.*/ujson'/" setup.py
-}
-
 build() {
     cd "${pkgname}-${pkgver}"
     export PYTHONHASHSEED=0



More information about the arch-commits mailing list