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

Maxim Baz maximbaz at archlinux.org
Wed Jul 31 17:04:24 UTC 2019


    Date: Wednesday, July 31, 2019 @ 17:04:23
  Author: maximbaz
Revision: 495674

upgpkg: python-language-server 0.28.1-1

Modified:
  python-language-server/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-31 17:04:00 UTC (rev 495673)
+++ PKGBUILD	2019-07-31 17:04:23 UTC (rev 495674)
@@ -3,7 +3,7 @@
 # Contributor: fenuks
 
 pkgname=python-language-server
-pkgver=0.28.0
+pkgver=0.28.1
 pkgrel=1
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
@@ -23,7 +23,7 @@
               "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")
-sha256sums=('3a5b2a980ea124361ab65bbbe963039d3bad4cbf4713eccfbc0cdb5cb5335609')
+sha256sums=('e289db3e29cf13534e7dc75e0d66eb1357d8d4421dc60f0b0dcf5004848c71e1')
 
 build() {
     cd "${pkgname}-${pkgver}"
@@ -30,11 +30,10 @@
     python setup.py build
 }
 
-# https://github.com/palantir/python-language-server/issues/626
-# check() {
-#     cd "${pkgname}-${pkgver}"
-#     py.test
-# }
+check() {
+    cd "${pkgname}-${pkgver}"
+    py.test
+}
 
 package() {
     cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list