Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/jupyterlab-desktop-bin/
Date: Thu, 23 Dec 2021 13:11:33
Message-Id: 1640265083.3696533d2eff6af4e1e39b06a2e8da4b98dcb7f7.andrewammerlaan@gentoo
1 commit: 3696533d2eff6af4e1e39b06a2e8da4b98dcb7f7
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 23 13:06:23 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 23 13:11:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3696533d
7
8 sci-misc/jupyterlab-desktop-bin: drop version 3.2.4.3
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 sci-misc/jupyterlab-desktop-bin/Manifest | 1 -
14 .../jupyterlab-desktop-bin-3.2.4.3.ebuild | 65 ----------------------
15 2 files changed, 66 deletions(-)
16
17 diff --git a/sci-misc/jupyterlab-desktop-bin/Manifest b/sci-misc/jupyterlab-desktop-bin/Manifest
18 index 8d457f7d0fdc..73ba007b1ea8 100644
19 --- a/sci-misc/jupyterlab-desktop-bin/Manifest
20 +++ b/sci-misc/jupyterlab-desktop-bin/Manifest
21 @@ -1,2 +1 @@
22 -DIST jupyterlab-desktop-bin-3.2.4.3.rpm 269019824 BLAKE2B cc4acde522b3cab06e1d4b26ed21352cb20396e766c71da889fb19fae52af0df7c8acd4e9b91083ab944995fdc2f3acf3af28c7320e0da951505ea75e2c70b63 SHA512 6eb5220e149cd2f61cbaf35e377bdd02fefa292eb0145936da6d7b875f68779a47f5a99be12bf57b44840f6b5bdfd3e9923bf0947cbe3c2e155cd5f5e2c64317
23 DIST jupyterlab-desktop-bin-3.2.5.2.rpm 269694928 BLAKE2B c92a46c273d4b3edfedf9392ff65813366317003607ab27c359b995cd896591454fbf8460b6ce22d717e0d28ba2c7800bf346f18c23dd758e58b4c329b3164f1 SHA512 7720c727a2a027f0f45072c92186b9fe7ea911aa2168100995e79feac0e248e9d3dde2f2fadcd43b749c394f604f09a53db81eebf26fdac5396bba81f6c75904
24
25 diff --git a/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.2.4.3.ebuild b/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.2.4.3.ebuild
26 deleted file mode 100644
27 index c83878c8b02f..000000000000
28 --- a/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.2.4.3.ebuild
29 +++ /dev/null
30 @@ -1,65 +0,0 @@
31 -# Copyright 2019-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -inherit rpm xdg
37 -
38 -DESCRIPTION="JupyterLab desktop application, based on Electron"
39 -HOMEPAGE="https://jupyter.org/"
40 -SRC_URI="https://github.com/jupyterlab/${PN%%-bin}/releases/download/v$(ver_rs 3 -)/JupyterLab-Setup-Fedora.rpm -> ${P}.rpm"
41 -
42 -KEYWORDS="-* ~amd64"
43 -LICENSE="BSD MIT"
44 -SLOT="0"
45 -
46 -RDEPEND="
47 - app-accessibility/at-spi2-atk
48 - app-accessibility/at-spi2-core
49 - dev-libs/atk
50 - dev-libs/expat
51 - dev-libs/glib
52 - dev-libs/nspr
53 - dev-libs/nss
54 - dev-python/jupyterlab
55 - media-libs/alsa-lib
56 - media-libs/mesa
57 - net-print/cups
58 - sys-apps/dbus
59 - x11-libs/cairo
60 - x11-libs/gdk-pixbuf
61 - x11-libs/gtk+:3
62 - x11-libs/libdrm
63 - x11-libs/libX11
64 - x11-libs/libxcb
65 - x11-libs/libXcomposite
66 - x11-libs/libXdamage
67 - x11-libs/libXext
68 - x11-libs/libXfixes
69 - x11-libs/libxkbcommon
70 - x11-libs/libXrandr
71 - x11-libs/libxshmfence
72 - x11-libs/pango
73 -"
74 -
75 -QA_PREBUILT="/opt/JupyterLab/*"
76 -
77 -S="${WORKDIR}"
78 -
79 -src_install() {
80 - # remove files useless for Gentoo
81 - rm -r usr/lib || die
82 - mv "${S}"/* "${ED}" || die
83 -}
84 -
85 -pkg_postinst() {
86 - xdg_pkg_postinst
87 - elog ""
88 - elog "On initial startup you will be prompted to select the python environment of"
89 - elog "your choice. Either select a specific python version, e.g. /usr/bin/pythonX.Y,"
90 - elog "or choose /usr/bin/python to follow the system wide setting in"
91 - elog "/etc/python-exec/python-exec.conf."
92 - elog "Please note that only python environments corresponding to the enabled"
93 - elog "PYTHON_TARGETS on dev-python/jupyterlab will work."
94 - elog ""
95 -}