From 1aad236eb5d903cb9f73de3b3afbab7a9a2f4e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 11 Dec 2019 00:19:59 +0100 Subject: dev-python/pyls: update to 0.31.2 --- dev-python/pyls/Manifest | 2 +- dev-python/pyls/pyls-0.28.3-r1.ebuild | 22 ---------------------- dev-python/pyls/pyls-0.31.2-r1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 dev-python/pyls/pyls-0.28.3-r1.ebuild create mode 100644 dev-python/pyls/pyls-0.31.2-r1.ebuild (limited to 'dev-python/pyls') diff --git a/dev-python/pyls/Manifest b/dev-python/pyls/Manifest index ae2d76d..759cc33 100644 --- a/dev-python/pyls/Manifest +++ b/dev-python/pyls/Manifest @@ -1 +1 @@ -DIST pyls-0.28.3.tar.gz 445460 BLAKE2B d17db9ee43107c5e15c58accc8e8f9ac2e466be9346ed5b9b947b0a24ae1d3291e5b4a99366d6352d0a4bc0e11f40a1438dc79162cc0e6d150b856291ba8c8da SHA512 a85efcd5d14011f9c02fc9bcf6b9951040a56ca1a582962229e9a5a249203d844c593da5a85c1f50d710e5439009e4e23c4fb928ec6aef0bbb8013c2a5226ac2 +DIST pyls-0.31.2.tar.gz 453596 BLAKE2B f10e3be9eb06d899d7b78f4dcad394d08dc5bb4da4994bc683d9fb4b999c146965f63003e627b51ac565cab734ded23cf9f9d2f3b814267827833d8cbd011906 SHA512 5bfd223c7b14098232956e4ac05198c783d448de42794d9710266dc01e7158685fe59817fc2fc02ab832b855c745a483102a416dbd4839eee1cd2f6cf973b276 diff --git a/dev-python/pyls/pyls-0.28.3-r1.ebuild b/dev-python/pyls/pyls-0.28.3-r1.ebuild deleted file mode 100644 index ef25e35..0000000 --- a/dev-python/pyls/pyls-0.28.3-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="" - -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/future-0.14.0 - =dev-python/jedi-0.14.1 - >=dev-python/jsonrpc-server-0.1.0 - dev-python/pluggy" -DEPEND="${RDEPEND}" diff --git a/dev-python/pyls/pyls-0.31.2-r1.ebuild b/dev-python/pyls/pyls-0.31.2-r1.ebuild new file mode 100644 index 0000000..11c59c7 --- /dev/null +++ b/dev-python/pyls/pyls-0.31.2-r1.ebuild @@ -0,0 +1,22 @@ +EAPI="6" + +PYTHON_COMPAT=( python3_{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="" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + =dev-python/jedi-0.14.1 + >=dev-python/jsonrpc-server-0.3.2 + dev-python/pluggy + <=dev-python/ujson-1.35" +DEPEND="${RDEPEND}" -- cgit v1.2.3