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_launcher/
Date: Fri, 03 Sep 2021 19:52:27
Message-Id: 1630698731.edc35682338f2aafa2fff8dec2e5394d093d83db.andrewammerlaan@gentoo
1 commit: edc35682338f2aafa2fff8dec2e5394d093d83db
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 3 19:52:11 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 3 19:52:11 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=edc35682
7
8 dev-python/jupyterlab_launcher: add new 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_launcher-0.13.1.ebuild | 26 ++++++++++++++++++++++
14 dev-python/jupyterlab_launcher/metadata.xml | 8 +++++++
15 2 files changed, 34 insertions(+)
16
17 diff --git a/dev-python/jupyterlab_launcher/jupyterlab_launcher-0.13.1.ebuild b/dev-python/jupyterlab_launcher/jupyterlab_launcher-0.13.1.ebuild
18 new file mode 100644
19 index 000000000..80abd3be5
20 --- /dev/null
21 +++ b/dev-python/jupyterlab_launcher/jupyterlab_launcher-0.13.1.ebuild
22 @@ -0,0 +1,26 @@
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="Jupyter Launcher"
33 +HOMEPAGE="https://jupyter.org/"
34 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35 +
36 +LICENSE="BSD"
37 +SLOT="0"
38 +KEYWORDS="~amd64"
39 +
40 +# TODO: fix this
41 +RESTRICT="test"
42 +
43 +RDEPEND="
44 + >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]
45 + >=dev-python/notebook-4.2.0[${PYTHON_USEDEP}]
46 +"
47 +
48 +distutils_enable_tests pytest
49
50 diff --git a/dev-python/jupyterlab_launcher/metadata.xml b/dev-python/jupyterlab_launcher/metadata.xml
51 new file mode 100644
52 index 000000000..ae9640ffb
53 --- /dev/null
54 +++ b/dev-python/jupyterlab_launcher/metadata.xml
55 @@ -0,0 +1,8 @@
56 +<?xml version="1.0" encoding="UTF-8"?>
57 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
58 +<pkgmetadata>
59 + <maintainer type="project">
60 + <email>sci@g.o</email>
61 + <name>Gentoo Science Project</name>
62 + </maintainer>
63 +</pkgmetadata>