From 1c1b23eff23015cf3ac939e8bcce245f993fd233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 24 Jul 2020 14:08:27 +0200 Subject: dev-python/pyls: bump and fix dependency --- dev-python/pyls/Manifest | 2 +- dev-python/pyls/pyls-0.33.3-r1.ebuild | 22 ---------------------- dev-python/pyls/pyls-0.34.1-r1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 dev-python/pyls/pyls-0.33.3-r1.ebuild create mode 100644 dev-python/pyls/pyls-0.34.1-r1.ebuild (limited to 'dev-python/pyls') diff --git a/dev-python/pyls/Manifest b/dev-python/pyls/Manifest index de21edc..f6f9913 100644 --- a/dev-python/pyls/Manifest +++ b/dev-python/pyls/Manifest @@ -1 +1 @@ -DIST pyls-0.33.3.tar.gz 457405 BLAKE2B 5f3181ae3abd4d50205093e16f98d65a257bbf056a4aeb64d8852a8e0b18aaac6b4753a4a7831804d9ce8610c89b559188c47a18a21a9d7079931ff49301c812 SHA512 b49aac41016ff2e2c7dbdf29f808fbcdf9bd9d4d570e33e1e9398d289e7b103c39281c75685f7a9221223ba059b7daf1e9c1d45168a08c01294209ee078c3f0c +DIST pyls-0.34.1.tar.gz 457937 BLAKE2B f3b448140dc8654893db697e4d2fa1c95851a1e6f7792c03cce3f320c983ddea5b872739ae672668ff3522772afb9858175959b8b96ef412b5dfa4797ba784fe SHA512 5d2ea8e33a3e817996af918b7fa0a0375eca9943ac45f6bd43f17aa78e12c35d911dfcb188f266611977329a97fcc4c51c092e79ca6bdf348136cd17ba5f1b17 diff --git a/dev-python/pyls/pyls-0.33.3-r1.ebuild b/dev-python/pyls/pyls-0.33.3-r1.ebuild deleted file mode 100644 index 4d7ab17..0000000 --- a/dev-python/pyls/pyls-0.33.3-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -EAPI="6" - -PYTHON_COMPAT=( python3_{6,7,8} ) -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.17.0 - >=dev-python/jsonrpc-server-0.3.2 - dev-python/pluggy - <=dev-python/ujson-1.35" -DEPEND="${RDEPEND}" diff --git a/dev-python/pyls/pyls-0.34.1-r1.ebuild b/dev-python/pyls/pyls-0.34.1-r1.ebuild new file mode 100644 index 0000000..0a57c6b --- /dev/null +++ b/dev-python/pyls/pyls-0.34.1-r1.ebuild @@ -0,0 +1,22 @@ +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.17.0 + >=dev-python/jsonrpc-server-0.3.2 + dev-python/pluggy +