From 3bf5dcfced5ca21249378b2e9c94869f5e00a91a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 28 Mar 2019 10:22:19 +0100 Subject: dev-python/pyls: update to 0.26.1 --- dev-python/pyls/pyls-0.25.0-r1.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 dev-python/pyls/pyls-0.25.0-r1.ebuild (limited to 'dev-python/pyls/pyls-0.25.0-r1.ebuild') diff --git a/dev-python/pyls/pyls-0.25.0-r1.ebuild b/dev-python/pyls/pyls-0.25.0-r1.ebuild deleted file mode 100644 index 7983264..0000000 --- a/dev-python/pyls/pyls-0.25.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -EAPI="6" - -PYTHON_COMPAT=( python3_{4,5,6,7} ) -inherit distutils-r1 - -DESCRIPTION="Python Language Server" -HOMEPAGE="https://github.com/palantir/python-language-server" -SRC_URI="https://github.com/palantir/python-language-server/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/python-language-server-${PV}" - -LICENSE="MIT" -KEYWORDS="amd64 ~x86" -SLOT="0" -IUSE="" -PATCHES=( "${FILESDIR}/setup.py-exclude-all-test-modules.patch" ) - -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/future-0.14.0 - >=dev-python/jedi-0.12 - dev-python/jsonrpc-server - dev-python/pluggy" -DEPEND="${RDEPEND}" -- cgit v1.2.3