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 52E3D13835C for ; Tue, 17 Nov 2020 14:21:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59B2CE0977; Tue, 17 Nov 2020 14:21:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4332DE0977 for ; Tue, 17 Nov 2020 14:21:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 087D933BE99 for ; Tue, 17 Nov 2020 14:21:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 468DB451 for ; Tue, 17 Nov 2020 14:21:09 +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: <1605622848.5132b4b4a895751f0e37efafc12b5efc9305c7bb.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyls-spyder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyls-spyder/Manifest dev-python/pyls-spyder/metadata.xml dev-python/pyls-spyder/pyls-spyder-0.1.1.ebuild X-VCS-Directories: dev-python/pyls-spyder/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5132b4b4a895751f0e37efafc12b5efc9305c7bb X-VCS-Branch: master Date: Tue, 17 Nov 2020 14:21:09 +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: f84920ae-da5f-4403-8f6c-819240560822 X-Archives-Hash: edd8f25607df7a1eb6ceb2749423ddc0 commit: 5132b4b4a895751f0e37efafc12b5efc9305c7bb Author: Andrew Ammerlaan riseup net> AuthorDate: Mon Nov 9 12:57:04 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Nov 17 14:20:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5132b4b4 dev-python/pyls-spyder: Spyder extensions for the python language server Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> Signed-off-by: Joonas Niilola gentoo.org> dev-python/pyls-spyder/Manifest | 1 + dev-python/pyls-spyder/metadata.xml | 16 ++++++++++++++++ dev-python/pyls-spyder/pyls-spyder-0.1.1.ebuild | 21 +++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-python/pyls-spyder/Manifest b/dev-python/pyls-spyder/Manifest new file mode 100644 index 00000000000..c3c63c5cc18 --- /dev/null +++ b/dev-python/pyls-spyder/Manifest @@ -0,0 +1 @@ +DIST pyls-spyder-0.1.1-gh.tar.gz 7113 BLAKE2B c504c5393527c13d06de579b3e46938dc52012902229e6859e56c3358990f72861682b7a7166658d874b501f9a797db62296d6f5ef30b25e43df73116091d9b6 SHA512 dabc2e3047b97502daaa5f939e75cf6533284bd89c33b29cbb881a3ddafd5b273ff0915645120515740e07dfb4f22c12d47db699b4744599d5edf87e41abe051 diff --git a/dev-python/pyls-spyder/metadata.xml b/dev-python/pyls-spyder/metadata.xml new file mode 100644 index 00000000000..41c9df51696 --- /dev/null +++ b/dev-python/pyls-spyder/metadata.xml @@ -0,0 +1,16 @@ + + + + + pyls-spyder + spyder-ide/pyls-spyder + + + andrewammerlaan@riseup.net + Andrew Ammerlaan + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/dev-python/pyls-spyder/pyls-spyder-0.1.1.ebuild b/dev-python/pyls-spyder/pyls-spyder-0.1.1.ebuild new file mode 100644 index 00000000000..37e8879ff2e --- /dev/null +++ b/dev-python/pyls-spyder/pyls-spyder-0.1.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Spyder extensions for the python language server" +HOMEPAGE="https://github.com/spyder-ide/pyls-spyder + https://pypi.org/project/pyls-spyder/" +SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}-gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/python-language-server[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest