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

Maxim Baz maximbaz at archlinux.org
Fri Mar 29 18:35:22 UTC 2019


    Date: Friday, March 29, 2019 @ 18:35:22
  Author: maximbaz
Revision: 446052

upgpkg: python-language-server 0.26.1-1

Modified:
  python-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-29 18:26:27 UTC (rev 446051)
+++ PKGBUILD	2019-03-29 18:35:22 UTC (rev 446052)
@@ -3,7 +3,7 @@
 # Contributor: fenuks
 
 pkgname=python-language-server
-pkgver=0.26.0
+pkgver=0.26.1
 pkgrel=1
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
@@ -22,16 +22,9 @@
 checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  "python-pyflakes"
               "python-mock" "python-jedi" "python-future" "yapf" "python-mccabe" "python-pycodestyle"
 	          "autopep8" "python-rope" "python-pydocstyle" "python-pylint" "python-jsonrpc-server")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-        ".pylintrc") # https://github.com/palantir/python-language-server/issues/520
-sha256sums=('2334f3c0276e14559c127fe89902e19856bc086487fa5f7398d1dc7974b73dba'
-            '66f7975240cab2710d6419aa56a2af1371373e102e128cab3f4048c31a7dcf9f')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('1a746a4031938df03ee546fa4760895b6a6e420a07d58161b064945add6449ef')
 
-# https://github.com/palantir/python-language-server/issues/520
-prepare() {
-    cp .pylintrc "${pkgname}-${pkgver}"
-}
-
 build() {
     cd "${pkgname}-${pkgver}"
     python setup.py build



More information about the arch-commits mailing list