# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
github.setup palantir python-language-server 0.26.1
maintainers {reneeotten @reneeotten} openmaintainer
description An implementation of the Language Server Protocol for Python
long_description ${description}
checksums rmd160 36da3bda9239f72199f5ac63fdf3699be468d21c \
sha256 c9d4ce47a4b7dd6886702106edb83182e2040e2e6a20a9023de4f9c505793bf0 \
python.versions 27 35 36 37
if {${subport} ne ${name}} {
port:py${python.version}-autopep8 \
port:py${python.version}-codestyle \
port:py${python.version}-docstyle \
port:py${python.version}-flake8-mccabe \
port:py${python.version}-future \
port:py${python.version}-jedi \
port:py${python.version}-pluggy \
port:py${python.version}-pyflakes \
port:py${python.version}-pylint \
port:py${python.version}-python-jsonrpc-server \
port:py${python.version}-rope \
port:py${python.version}-setuptools \
port:py${python.version}-yapf
if {${python.version} eq 27} {
depends_lib-append port:py${python.version}-backports-functools_lru_cache \
port:py${python.version}-configparser \
port:py${python.version}-futures
port:py${python.version}-pytest \
port:py${python.version}-mock
test.cmd py.test-${python.branch}
test.env PYTHONPATH=${worksrcpath}/build/lib
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE \