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 19738158088 for ; Mon, 25 Oct 2021 13:28:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F6ACE0823; Mon, 25 Oct 2021 13:28:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EDCEE0823 for ; Mon, 25 Oct 2021 13:28:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24A9B343877 for ; Mon, 25 Oct 2021 13:28:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B4CF157 for ; Mon, 25 Oct 2021 13:28:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1635168514.f66672c1c885e7b7b8cca350245f991509f89d83.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyterlab-lsp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyterlab-lsp/Manifest dev-python/jupyterlab-lsp/jupyterlab-lsp-3.9.1.ebuild dev-python/jupyterlab-lsp/metadata.xml X-VCS-Directories: dev-python/jupyterlab-lsp/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f66672c1c885e7b7b8cca350245f991509f89d83 X-VCS-Branch: master Date: Mon, 25 Oct 2021 13:28:37 +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: 6b83ec63-6e80-4c18-a5df-a9a8037944ea X-Archives-Hash: e9bf508a4a39e4f0de74d118bd5c91d3 commit: f66672c1c885e7b7b8cca350245f991509f89d83 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Oct 25 13:13:36 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Oct 25 13:28:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66672c1 dev-python/jupyterlab-lsp: add version 3.9.1 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/jupyterlab-lsp/Manifest | 1 + .../jupyterlab-lsp/jupyterlab-lsp-3.9.1.ebuild | 22 ++++++++++++++++++++++ dev-python/jupyterlab-lsp/metadata.xml | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/dev-python/jupyterlab-lsp/Manifest b/dev-python/jupyterlab-lsp/Manifest index 6301d36cfb3..e2a885b70b0 100644 --- a/dev-python/jupyterlab-lsp/Manifest +++ b/dev-python/jupyterlab-lsp/Manifest @@ -1 +1,2 @@ DIST jupyterlab-lsp-3.8.1.tar.gz 249073 BLAKE2B 1ab252fdc8868e997432704869f189fa814c292f7f34ec9f382bf94f4de65d35530f61ea7605176f2356e5b99db812746b78348cb27845c0168afb0498b93f2b SHA512 61840c2d206d3a107d43b97d222d76959d577ef63e0835a249e7201e50b6ce5f0abf067d0d4be928b9b451809e2e6e75803cf4450f71441018495fa17500067c +DIST jupyterlab-lsp-3.9.1.tar.gz 262645 BLAKE2B cd3377ea3abbb3f877b257140d5ac6b162aa9d4229cb58f67fa60a9b7f5db43de6873af381bac5bbf6103a47a53863ae322ad200550d73e5c19baa5eb2866aa2 SHA512 0289dc666a3ec3d93d276c67e95c19b0427e45a4f1e001180df4af9a72f7e81dddc8bdd175684f857dfc8e02935dbd31b454bfd0ee1431a8e702f662365c747e diff --git a/dev-python/jupyterlab-lsp/jupyterlab-lsp-3.9.1.ebuild b/dev-python/jupyterlab-lsp/jupyterlab-lsp-3.9.1.ebuild new file mode 100644 index 00000000000..c25e67aafe2 --- /dev/null +++ b/dev-python/jupyterlab-lsp/jupyterlab-lsp-3.9.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Coding assistance for JupyterLab with Language Server Protocol" +HOMEPAGE="https://github.com/jupyter-lsp/jupyterlab-lsp" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/jupyterlab-3.0.0[${PYTHON_USEDEP}] + =dev-python/jupyter-lsp-1.4.0[${PYTHON_USEDEP}] +" diff --git a/dev-python/jupyterlab-lsp/metadata.xml b/dev-python/jupyterlab-lsp/metadata.xml index 17504c44ca4..e79436c3ba8 100644 --- a/dev-python/jupyterlab-lsp/metadata.xml +++ b/dev-python/jupyterlab-lsp/metadata.xml @@ -8,6 +8,6 @@ jupyterlab-lsp - krassowski/jupyterlab-lsp + jupyter-lsp/jupyterlab-lsp