public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyterlab-lsp/
Date: Mon, 25 Oct 2021 13:28:37 +0000 (UTC)	[thread overview]
Message-ID: <1635168514.f66672c1c885e7b7b8cca350245f991509f89d83.andrewammerlaan@gentoo> (raw)

commit:     f66672c1c885e7b7b8cca350245f991509f89d83
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 25 13:13:36 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <andrewammerlaan <AT> 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/jupyterlab-4.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 @@
 	<stabilize-allarches/>
 	<upstream>
 		<remote-id type="pypi">jupyterlab-lsp</remote-id>
-		<remote-id type="github">krassowski/jupyterlab-lsp</remote-id>
+		<remote-id type="github">jupyter-lsp/jupyterlab-lsp</remote-id>
 	</upstream>
 </pkgmetadata>


             reply	other threads:[~2021-10-25 13:28 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-25 13:28 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-02 11:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyterlab-lsp/ Nowa Ammerlaan
2024-02-26 17:48 Michał Górny
2024-02-05  3:52 Michał Górny
2024-01-18  3:43 Michał Górny
2023-11-27  5:02 Michał Górny
2023-11-06 13:25 Andrew Ammerlaan
2023-10-15 16:05 Michał Górny
2023-10-15 16:05 Michał Górny
2023-07-24 11:32 Michał Górny
2023-07-20 10:47 Andrew Ammerlaan
2023-05-19 13:40 Andrew Ammerlaan
2023-04-08  6:08 Michał Górny
2023-03-29 13:52 Andrew Ammerlaan
2022-11-14  4:39 Michał Górny
2022-11-07 21:38 Andrew Ammerlaan
2022-08-26 16:01 Arthur Zamarin
2022-05-02 10:56 Andrew Ammerlaan
2022-05-02 10:56 Andrew Ammerlaan
2022-03-24  8:39 Andrew Ammerlaan
2022-02-21 19:02 Andrew Ammerlaan
2021-12-29 12:42 Andrew Ammerlaan
2021-12-12 20:04 Arthur Zamarin
2021-11-14  8:46 Michał Górny
2021-09-09 13:39 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1635168514.f66672c1c885e7b7b8cca350245f991509f89d83.andrewammerlaan@gentoo \
    --to=andrewammerlaan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox