summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-11-24 22:37:15 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-11-24 23:07:51 +0100
commit86c743038ee2a48300e826bf17f9ef80c11e67d3 (patch)
tree846d5573e692e1deaf57c2f0e5d182fb702836c9 /sci-misc
parentsci-misc/jupyterlab-desktop: add version 3.2.4.1 (diff)
downloadgentoo-86c743038ee2a48300e826bf17f9ef80c11e67d3.tar.gz
gentoo-86c743038ee2a48300e826bf17f9ef80c11e67d3.tar.bz2
gentoo-86c743038ee2a48300e826bf17f9ef80c11e67d3.zip
sci-misc/jupyterlab-desktop: drop version 3.2.3.1
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/jupyterlab-desktop/Manifest1
-rw-r--r--sci-misc/jupyterlab-desktop/jupyterlab-desktop-3.2.3.1.ebuild65
2 files changed, 0 insertions, 66 deletions
diff --git a/sci-misc/jupyterlab-desktop/Manifest b/sci-misc/jupyterlab-desktop/Manifest
index 5c41ef6268e1..6370502461ef 100644
--- a/sci-misc/jupyterlab-desktop/Manifest
+++ b/sci-misc/jupyterlab-desktop/Manifest
@@ -1,2 +1 @@
-DIST jupyterlab-desktop-3.2.3.1.rpm 252370944 BLAKE2B 1f62fab27146a06f58464da19c6184eeeb4d358f41ba2fcad56caeb712016aad3c09ced5b993811ccb6095b7ecc3105635698429c3f8065d83205d5948abdc58 SHA512 ab2e0a167d52122f8b3933007b08f117b6ce13203b995c084f4ab3b56adbc04e38aae81d0862a9a0b2935b643ab407cf9ff2cc0f92ad69178d585590d40ad63a
DIST jupyterlab-desktop-3.2.4.1.rpm 254701500 BLAKE2B efe593518cec942d122edd3ad58c3def25db658ae1ca8b5af05f702fd08bc8614d05f3f379323462f05a616075ccac403981645329615cc9138cea2f82100755 SHA512 ea3efea857a65b7a0e8a409dcbafcc840f924fe9fea073f127dcf31d01a86b6832803a3b67f03cd1f9968c058c792ff9d1650550a44e5cb1e77cc4ab4bf0a813
diff --git a/sci-misc/jupyterlab-desktop/jupyterlab-desktop-3.2.3.1.ebuild b/sci-misc/jupyterlab-desktop/jupyterlab-desktop-3.2.3.1.ebuild
deleted file mode 100644
index 15ce362a0939..000000000000
--- a/sci-misc/jupyterlab-desktop/jupyterlab-desktop-3.2.3.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit rpm xdg
-
-DESCRIPTION="JupyterLab desktop application, based on Electron"
-HOMEPAGE="https://jupyter.org/"
-SRC_URI="https://github.com/jupyterlab/${PN}/releases/download/v$(ver_rs 3 -)/JupyterLab-Setup-Fedora.rpm -> ${P}.rpm"
-
-KEYWORDS="-* ~amd64"
-LICENSE="BSD MIT"
-SLOT="0"
-
-RDEPEND="
- app-accessibility/at-spi2-atk
- app-accessibility/at-spi2-core
- dev-libs/atk
- dev-libs/expat
- dev-libs/glib
- dev-libs/nspr
- dev-libs/nss
- dev-python/jupyterlab
- media-libs/alsa-lib
- media-libs/mesa
- net-print/cups
- sys-apps/dbus
- x11-libs/cairo
- x11-libs/gdk-pixbuf
- x11-libs/gtk+:3
- x11-libs/libdrm
- x11-libs/libX11
- x11-libs/libxcb
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libxkbcommon
- x11-libs/libXrandr
- x11-libs/libxshmfence
- x11-libs/pango
-"
-
-QA_PREBUILT="/opt/JupyterLab/*"
-
-S="${WORKDIR}"
-
-src_install() {
- # remove files useless for Gentoo
- rm -r usr/lib || die
- mv "${S}"/* "${ED}" || die
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- elog ""
- elog "On initial startup you will be prompted to select the python environment of"
- elog "your choice. Either select a specific python version, e.g. /usr/bin/pythonX.Y,"
- elog "or choose /usr/bin/python to follow the system wide setting in"
- elog "/etc/python-exec/python-exec.conf."
- elog "Please note that only python environments corresponding to the enabled"
- elog "PYTHON_TARGETS on dev-python/jupyterlab will work."
- elog ""
-}