From 0f15659d48c193027158492acb726297501202c5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Dec 2021 20:34:27 +0000 Subject: gentoo xmass resync : 25.12.2021 --- sci-misc/Manifest.gz | Bin 2920 -> 2915 bytes sci-misc/jupyterlab-desktop-bin/Manifest | 4 +- .../jupyterlab-desktop-bin-3.2.4.3.ebuild | 65 -------------------- .../jupyterlab-desktop-bin-3.2.5.2.ebuild | 67 +++++++++++++++++++++ 4 files changed, 69 insertions(+), 67 deletions(-) delete mode 100644 sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.2.4.3.ebuild create mode 100644 sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.2.5.2.ebuild (limited to 'sci-misc') diff --git a/sci-misc/Manifest.gz b/sci-misc/Manifest.gz index cf88b29a5129..bc7789acd5af 100644 Binary files a/sci-misc/Manifest.gz and b/sci-misc/Manifest.gz differ diff --git a/sci-misc/jupyterlab-desktop-bin/Manifest b/sci-misc/jupyterlab-desktop-bin/Manifest index ce1d1ef42c0b..d7a142e34ac9 100644 --- a/sci-misc/jupyterlab-desktop-bin/Manifest +++ b/sci-misc/jupyterlab-desktop-bin/Manifest @@ -1,3 +1,3 @@ -DIST jupyterlab-desktop-bin-3.2.4.3.rpm 269019824 BLAKE2B cc4acde522b3cab06e1d4b26ed21352cb20396e766c71da889fb19fae52af0df7c8acd4e9b91083ab944995fdc2f3acf3af28c7320e0da951505ea75e2c70b63 SHA512 6eb5220e149cd2f61cbaf35e377bdd02fefa292eb0145936da6d7b875f68779a47f5a99be12bf57b44840f6b5bdfd3e9923bf0947cbe3c2e155cd5f5e2c64317 -EBUILD jupyterlab-desktop-bin-3.2.4.3.ebuild 1544 BLAKE2B 5a945b02f4afb5093834256e0bc2618a3101f22ff65a02192d7fae5b17f0c3a4875d0d3d4323aee602ae4c1be60bd976919d11f1c669fac68df6debd1dc7c768 SHA512 965e965bbc31e876f92343dc87f82c03bca4bf6d888a3d060a27d5fec18d24c7163ef0b0cf35571c257370f9bb884bd0a1a2f5420bd91780cb504338bb623471 +DIST jupyterlab-desktop-bin-3.2.5.2.rpm 269694928 BLAKE2B c92a46c273d4b3edfedf9392ff65813366317003607ab27c359b995cd896591454fbf8460b6ce22d717e0d28ba2c7800bf346f18c23dd758e58b4c329b3164f1 SHA512 7720c727a2a027f0f45072c92186b9fe7ea911aa2168100995e79feac0e248e9d3dde2f2fadcd43b749c394f604f09a53db81eebf26fdac5396bba81f6c75904 +EBUILD jupyterlab-desktop-bin-3.2.5.2.ebuild 1658 BLAKE2B 4c4a5d9a2cd6d691f31a4037c7fe711db3a95407ba2b52b3fbddfa36bdbc18e529c3923a865f8f0c0ba4f4a5097e024e7e74389a352afb5a90fad2f63398039e SHA512 07afa7b39466b65ac4036ed4e20685d064b2d19ce65739eefada4e5b8c4f0e5d5b40d04529005237d59088656d818140efb1ee98c2279d370e6308cccdd26c92 MISC metadata.xml 430 BLAKE2B 1bd3f621bb4d25086cc80c5b44a7eef4a61f58c1f56c7cb91ca4e39b8a5e7d5fdd37e912e48d99ee6ba6a19de1c61252b4ebe3afd554d487c549d22597c376fc SHA512 b99b088cb0bdcfdaa9d584fb580b12a754f30a378fdede655f7723075e81948fc57f9aad11a59944b164eb8c9c24f6f0828e95c5a227766e985778900ea08079 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 deleted file mode 100644 index c83878c8b02f..000000000000 --- a/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.2.4.3.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%%-bin}/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 "" -} diff --git a/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.2.5.2.ebuild b/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.2.5.2.ebuild new file mode 100644 index 000000000000..8d7e5705e20f --- /dev/null +++ b/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.2.5.2.ebuild @@ -0,0 +1,67 @@ +# 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%%-bin}/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 + # add convenience symlink to launch from cli + dosym ../JupyterLab/jupyterlab-desktop /opt/bin/jupyterlab-desktop +} + +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 "" +} -- cgit v1.2.3