summaryrefslogtreecommitdiff
path: root/dev-python/pyls/pyls-0.36.2-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyls/pyls-0.36.2-r1.ebuild')
-rw-r--r--dev-python/pyls/pyls-0.36.2-r1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/pyls/pyls-0.36.2-r1.ebuild b/dev-python/pyls/pyls-0.36.2-r1.ebuild
deleted file mode 100644
index 0a57c6b..0000000
--- a/dev-python/pyls/pyls-0.36.2-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-EAPI="6"
-
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-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=""
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- <dev-python/jedi-0.18.0
- >=dev-python/jedi-0.17.0
- >=dev-python/jsonrpc-server-0.3.2
- dev-python/pluggy
- <dev-python/ujson-1.36"
-DEPEND="${RDEPEND}"