[arch-commits] Commit in python-language-server/trunk (PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Wed Dec 4 14:05:23 UTC 2019
Date: Wednesday, December 4, 2019 @ 14:05:22
Author: maximbaz
Revision: 535199
python-language-server: Fix FS#64726
python-setuptools must be a dependency
Modified:
python-language-server/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-04 14:05:05 UTC (rev 535198)
+++ PKGBUILD 2019-12-04 14:05:22 UTC (rev 535199)
@@ -4,12 +4,12 @@
pkgname=python-language-server
pkgver=0.31.2
-pkgrel=1
+pkgrel=2
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" "python-ujson")
+depends=("python" "python-setuptools" "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"
@@ -19,7 +19,6 @@
"autopep8: for code formatting"
"yapf: for code formatting (preferred over autopep8)"
"python-pydocstyle: for docstring style checking")
-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"
More information about the arch-commits
mailing list