summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO17
1 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f31012c9524a..512f7be03200 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Apr 25 22:38:37 UTC 2018
+# Sun Apr 29 15:34:34 UTC 2018
pkgbase = python-language-server
pkgdesc = An implementation of the Language Server Protocol for Python
pkgver = 0.18.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/palantir/python-language-server
arch = any
license = MIT
@@ -12,13 +12,14 @@ pkgbase = python-language-server
depends = python-json-rpc
depends = python-future
depends = python-jedi
- depends = python-mccabe
depends = python-pluggy
- depends = python-pycodestyle
- depends = python-pyflakes
- depends = python-rope
- depends = yapf
- depends = pydocstyle
+ optdepends = python-mccabe: for complexity checking
+ optdepends = python-rope: for completions and renaming
+ optdepends = python-pyflakes: for linter to detect various errors
+ optdepends = python-pycodestyle: for style checking
+ optdepends = autopep8: for code formatting
+ optdepends = yapf: for code formatting (preferred over autopep8)
+ optdepends = pydocstyle: for docstring style checking
conflicts = python-language-server
conflicts = python-language-server-git
source = https://github.com/palantir/python-language-server/archive/0.18.0.tar.gz