From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4962D138351 for ; Wed, 15 Jan 2020 11:52:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0CB7E08BD; Wed, 15 Jan 2020 11:52:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4CE9E08BD for ; Wed, 15 Jan 2020 11:52:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B1A934E0AF for ; Wed, 15 Jan 2020 11:52:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47A0BAF for ; Wed, 15 Jan 2020 11:52:22 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1579089119.18e314a2af054fe82e00b13937981903eececc3d.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-language-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-language-server/Manifest dev-python/python-language-server/metadata.xml dev-python/python-language-server/python-language-server-0.31.2.ebuild X-VCS-Directories: dev-python/python-language-server/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 18e314a2af054fe82e00b13937981903eececc3d X-VCS-Branch: master Date: Wed, 15 Jan 2020 11:52:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f88fd984-668a-435f-993a-d6e7cb9060d7 X-Archives-Hash: eb313863b913a18a82eef1b91d20472c commit: 18e314a2af054fe82e00b13937981903eececc3d Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 27 15:58:42 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jan 15 11:51:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e314a2 dev-python/python-language-server: new package A implementation of Language Server Protocol. New dependency of dev-python/spyder-4.0.0. Bug: https://bugs.gentoo.org/702458 Signed-off-by: Andrew Ammerlaan riseup.net> Package-Manager: Portage-2.3.84, Repoman-2.3.20 Closes: https://github.com/gentoo/gentoo/pull/14006 Signed-off-by: Joonas Niilola gentoo.org> dev-python/python-language-server/Manifest | 1 + dev-python/python-language-server/metadata.xml | 13 ++++++++ .../python-language-server-0.31.2.ebuild | 35 ++++++++++++++++++++++ 3 files changed, 49 insertions(+) diff --git a/dev-python/python-language-server/Manifest b/dev-python/python-language-server/Manifest new file mode 100644 index 00000000000..22a293d4b9b --- /dev/null +++ b/dev-python/python-language-server/Manifest @@ -0,0 +1 @@ +DIST python-language-server-0.31.2.tar.gz 64048 BLAKE2B 6dcb9d2a7eecfc1611f74c38b0418da5369f43d2e787d6402d49f03eddbbefabd3c95f8eb7f0e95f251b3088ccf4e94e060c8f8a7a7f71dbb0bb8c95d686dfbb SHA512 f36150b4621e818ea94d9f276e8752ac5a76ed46c7f387e8ae69991fa9d6145225ddb4a513f10fba696f4683e31085a547613a59b076006fc13310d05e752fe3 diff --git a/dev-python/python-language-server/metadata.xml b/dev-python/python-language-server/metadata.xml new file mode 100644 index 00000000000..dd0bd9c021f --- /dev/null +++ b/dev-python/python-language-server/metadata.xml @@ -0,0 +1,13 @@ + + + + + + andrewammerlaan@riseup.net + Andrew Ammerlaan + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/dev-python/python-language-server/python-language-server-0.31.2.ebuild b/dev-python/python-language-server/python-language-server-0.31.2.ebuild new file mode 100644 index 00000000000..482a81f917b --- /dev/null +++ b/dev-python/python-language-server/python-language-server-0.31.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit eutils distutils-r1 + +DESCRIPTION="An implementation of the Language Server Protocol for Python" +HOMEPAGE="https://github.com/palantir/python-language-server" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND="dev-python/versioneer[${PYTHON_USEDEP}]" + +RDEPEND="dev-python/jedi[${PYTHON_USEDEP}] + dev-python/pluggy[${PYTHON_USEDEP}] + dev-python/python-jsonrpc-server[${PYTHON_USEDEP}] + dev-python/ujson[${PYTHON_USEDEP}]" + +pkg_postinst() { + elog "To get additional features, optional runtime dependencies may be installed:" + optfeature "Automatically formats Python code to conform to the PEP 8 style guide" dev-python/autopep8 + optfeature "A wrapper around PyFlakes, pep8 & mccabe" dev-python/flake8 + optfeature "flake8 plugin: McCabe complexity checker" dev-python/mccabe + optfeature "Python style guide checker (fka pep8)" dev-python/pycodestyle + optfeature "Passive checker for Python programs" sci-libs/pyflakes + optfeature "Python code static checker" dev-python/pylint + optfeature "Python refactoring library" dev-python/rope + optfeature "A formatter for Python files" dev-python/yapf +}