summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 45ea176b2b9fe5d3c5565e403dc50305c4293145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Generated by mksrcinfo v8
# Mon May 14 20:56:58 UTC 2018
pkgbase = python-language-server
	pkgdesc = An implementation of the Language Server Protocol for Python
	pkgver = 0.18.0
	pkgrel = 2
	url = https://github.com/palantir/python-language-server
	arch = any
	license = MIT
	makedepends = python-setuptools
	depends = python
	depends = python-json-rpc
	depends = python-future
	depends = python-jedi
	depends = python-pluggy
	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
	md5sums = 7081b960ec3418956a98aed75f08f26a
	sha256sums = c7b6febf9e853f2a68903f8f7835b789072b09ebc48d71d24d75f951ddec11f9

pkgname = python-language-server