From e59024b389149f3f6d1852a3463f530f29ee02b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 15 Mar 2019 23:20:50 +0100 Subject: dev-python/pyls: version 0.25.0 --- dev-python/pyls/Manifest | 2 +- dev-python/pyls/pyls-0.24.0-r1.ebuild | 22 ---------------------- dev-python/pyls/pyls-0.25.0-r1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 dev-python/pyls/pyls-0.24.0-r1.ebuild create mode 100644 dev-python/pyls/pyls-0.25.0-r1.ebuild (limited to 'dev-python') diff --git a/dev-python/pyls/Manifest b/dev-python/pyls/Manifest index eabf168..ef2fa8b 100644 --- a/dev-python/pyls/Manifest +++ b/dev-python/pyls/Manifest @@ -1 +1 @@ -DIST pyls-0.24.0.tar.gz 441325 BLAKE2B c0572b2bca931b08e9d087eac562c72f271268a83d6712ad8400e2ccdaa6413299cbefb709c51c34197861ce47c5c9a359acee6546bca9e3782aa282f9969932 SHA512 c8f1494e899e93584fa5cd4643ee005b3c22a2575c3012bfa745f169fb1d0f4ca02172c2f9c84655310ff540dd80b44f76bf4f0076b30b164746e9a5f29f3cc5 +DIST pyls-0.25.0.tar.gz 443578 BLAKE2B d412b9fb79fe521861925e8b0cd6fa266d54f57b8d26efa1ab5488086c24174c30145f819d6cb01269d7d52547dc8aab5f2e047b0cad089c9afdf8defa088a93 SHA512 c4cde6d1ad54278cf402bd853ecacea64604f0234bc875cd9b315f142125d93bcdbc70d099ee92d4217d0bfa1b8df93a699cad96d5638c5843537814a0de8e67 diff --git a/dev-python/pyls/pyls-0.24.0-r1.ebuild b/dev-python/pyls/pyls-0.24.0-r1.ebuild deleted file mode 100644 index 7983264..0000000 --- a/dev-python/pyls/pyls-0.24.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}" diff --git a/dev-python/pyls/pyls-0.25.0-r1.ebuild b/dev-python/pyls/pyls-0.25.0-r1.ebuild new file mode 100644 index 0000000..7983264 --- /dev/null +++ b/dev-python/pyls/pyls-0.25.0-r1.ebuild @@ -0,0 +1,22 @@ +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