Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyterlab-lsp/
Date: Thu, 09 Sep 2021 13:39:23
Message-Id: 1631194752.9d6a40f80a5e0dad89ffb436bf56e951b69430a2.andrewammerlaan@gentoo
1 commit: 9d6a40f80a5e0dad89ffb436bf56e951b69430a2
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 9 13:26:57 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 9 13:39:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6a40f8
7
8 dev-python/jupyterlab-lsp: import from ::sci
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-python/jupyterlab-lsp/Manifest | 1 +
14 .../jupyterlab-lsp/jupyterlab-lsp-3.8.1.ebuild | 22 ++++++++++++++++++++++
15 dev-python/jupyterlab-lsp/metadata.xml | 13 +++++++++++++
16 3 files changed, 36 insertions(+)
17
18 diff --git a/dev-python/jupyterlab-lsp/Manifest b/dev-python/jupyterlab-lsp/Manifest
19 new file mode 100644
20 index 00000000000..6301d36cfb3
21 --- /dev/null
22 +++ b/dev-python/jupyterlab-lsp/Manifest
23 @@ -0,0 +1 @@
24 +DIST jupyterlab-lsp-3.8.1.tar.gz 249073 BLAKE2B 1ab252fdc8868e997432704869f189fa814c292f7f34ec9f382bf94f4de65d35530f61ea7605176f2356e5b99db812746b78348cb27845c0168afb0498b93f2b SHA512 61840c2d206d3a107d43b97d222d76959d577ef63e0835a249e7201e50b6ce5f0abf067d0d4be928b9b451809e2e6e75803cf4450f71441018495fa17500067c
25
26 diff --git a/dev-python/jupyterlab-lsp/jupyterlab-lsp-3.8.1.ebuild b/dev-python/jupyterlab-lsp/jupyterlab-lsp-3.8.1.ebuild
27 new file mode 100644
28 index 00000000000..f56fa146478
29 --- /dev/null
30 +++ b/dev-python/jupyterlab-lsp/jupyterlab-lsp-3.8.1.ebuild
31 @@ -0,0 +1,22 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +PYTHON_COMPAT=( python3_{8..10} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Coding assistance for JupyterLab with Language Server Protocol"
42 +HOMEPAGE="https://github.com/krassowski/jupyterlab-lsp"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="BSD"
46 +SLOT="0"
47 +KEYWORDS="~amd64"
48 +
49 +RDEPEND="
50 + >=dev-python/jupyterlab-3.0.0[${PYTHON_USEDEP}]
51 + <dev-python/jupyterlab-4.0.0[${PYTHON_USEDEP}]
52 + >=dev-python/jupyter-lsp-1.4.0[${PYTHON_USEDEP}]
53 +"
54
55 diff --git a/dev-python/jupyterlab-lsp/metadata.xml b/dev-python/jupyterlab-lsp/metadata.xml
56 new file mode 100644
57 index 00000000000..ddba82125bf
58 --- /dev/null
59 +++ b/dev-python/jupyterlab-lsp/metadata.xml
60 @@ -0,0 +1,13 @@
61 +<?xml version="1.0" encoding="UTF-8"?>
62 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
63 +<pkgmetadata>
64 + <maintainer type="project">
65 + <email>sci@g.o</email>
66 + <name>Gentoo Science Project</name>
67 + </maintainer>
68 + <stabilize-allarches/>
69 + <upstream>
70 + <remote-id type="pypi">jupyterlab-lsp</remote-id>
71 + <remote-id type="github">krassowski/jupyterlab-lsp</remote-id>
72 + </upstream>
73 +</pkgmetadata>