summaryrefslogtreecommitdiff
path: root/dev-python/jupyterlab-lsp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-09-10 04:21:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-09-10 04:21:55 +0100
commit677b7ba5c317778df2ad7e70df94b9b7eec4adbc (patch)
tree6c418a1546fff5becab5d8b9ed6803323e7f316e /dev-python/jupyterlab-lsp
parentfbda87924e6faa7a1919f1a2b4182490bde5ec5c (diff)
gentoo resync : 10.09.2021
Diffstat (limited to 'dev-python/jupyterlab-lsp')
-rw-r--r--dev-python/jupyterlab-lsp/Manifest3
-rw-r--r--dev-python/jupyterlab-lsp/jupyterlab-lsp-3.8.1.ebuild22
-rw-r--r--dev-python/jupyterlab-lsp/metadata.xml13
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/jupyterlab-lsp/Manifest b/dev-python/jupyterlab-lsp/Manifest
new file mode 100644
index 000000000000..4fa8e71b6bb4
--- /dev/null
+++ b/dev-python/jupyterlab-lsp/Manifest
@@ -0,0 +1,3 @@
+DIST jupyterlab-lsp-3.8.1.tar.gz 249073 BLAKE2B 1ab252fdc8868e997432704869f189fa814c292f7f34ec9f382bf94f4de65d35530f61ea7605176f2356e5b99db812746b78348cb27845c0168afb0498b93f2b SHA512 61840c2d206d3a107d43b97d222d76959d577ef63e0835a249e7201e50b6ce5f0abf067d0d4be928b9b451809e2e6e75803cf4450f71441018495fa17500067c
+EBUILD jupyterlab-lsp-3.8.1.ebuild 557 BLAKE2B 09af4665d81544bef9f7c6e1b1f5521a1e9f390b2197d46f6a223723ac06353f155ccba19af40f6afa661791334b2373c8aeee61616ba6e6361d6735c540e69b SHA512 c12230c35af906157a12c403e3e0679724b232e3dbd292126d070965df3ebb2c0195aa0a337fee29b8a0acb7a12ad72d671aa3c211fe89eabc30b6b6b3f106ca
+MISC metadata.xml 419 BLAKE2B f29706844fe018c5717d70fbc4e03fb19078e10b080e17a1ad319b348ae27b4e87f949bd2ad9eb71f533bca1a47660329615235dfc614062096e0938e8eb636f SHA512 2ce278f87dd48180043d6fe1a56b70e60297bc45e25c8512b8ce20e442441c8cf3ce43f7f1770a923db1bf8462eb891c0e0e6690ff167b29f237c239f11d558f
diff --git a/dev-python/jupyterlab-lsp/jupyterlab-lsp-3.8.1.ebuild b/dev-python/jupyterlab-lsp/jupyterlab-lsp-3.8.1.ebuild
new file mode 100644
index 000000000000..f56fa146478a
--- /dev/null
+++ b/dev-python/jupyterlab-lsp/jupyterlab-lsp-3.8.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/krassowski/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
new file mode 100644
index 000000000000..ddba82125bf3
--- /dev/null
+++ b/dev-python/jupyterlab-lsp/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">jupyterlab-lsp</remote-id>
+ <remote-id type="github">krassowski/jupyterlab-lsp</remote-id>
+ </upstream>
+</pkgmetadata>