[arch-commits] Commit in python-language-server/trunk (PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Mon Nov 18 19:50:30 UTC 2019
Date: Monday, November 18, 2019 @ 19:50:29
Author: maximbaz
Revision: 530344
upgpkg: python-language-server 0.31.0-1
Modified:
python-language-server/trunk/PKGBUILD
----------+
PKGBUILD | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-18 19:37:46 UTC (rev 530343)
+++ PKGBUILD 2019-11-18 19:50:29 UTC (rev 530344)
@@ -3,13 +3,13 @@
# Contributor: fenuks
pkgname=python-language-server
-pkgver=0.29.1
-pkgrel=2
+pkgver=0.31.0
+pkgrel=1
pkgdesc="An implementation of the Language Server Protocol for Python"
arch=("any")
url="https://github.com/palantir/python-language-server"
license=("MIT")
-depends=("python" "python-jsonrpc-server" "python-future" "python-jedi" "python-pluggy")
+depends=("python" "python-jsonrpc-server" "python-future" "python-jedi" "python-pluggy" "python-ujson")
optdepends=("python-mccabe: for complexity checking"
"python-rope: for completions and renaming"
"python-pyflakes: for linter to detect various errors"
@@ -22,9 +22,10 @@
makedepends=("python" "python-setuptools")
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")
+ "autopep8" "python-rope" "python-pydocstyle" "python-pylint" "python-jsonrpc-server"
+ "python-numpy" "python-pandas" "python-matplotlib")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('430335f7ef8d9b446bac6daa858133b4c5e710bd39c25f1d3e7a4803a9a318b9')
+sha256sums=('fa6137c00b90043b7f0dd64ef5f63c725aa2ce263a05247dbc6e6ecbd44d1ce9')
build() {
cd "${pkgname}-${pkgver}"
@@ -31,11 +32,10 @@
python setup.py build
}
-# TODO waiting for pylint 2.4 in repos
-# check() {
-# cd "${pkgname}-${pkgver}"
-# py.test
-# }
+check() {
+ cd "${pkgname}-${pkgver}"
+ py.test
+}
package() {
cd "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list