# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="An implementation of the Language Server Protocol for Python" HOMEPAGE="http://github.com/palantir/python-language-server" SRC_URI="https://github.com/palantir/python-language-server/archive/${PV}.tar.gz" LICENSE="BSD" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="dev-python/jedi[${PYTHON_USEDEP}]" S=${WORKDIR}/python-language-server-${PV}