Gentoo Archives: gentoo-commits

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