Github messages for voidlinux
 help / color / mirror / Atom feed
From: dkwo <dkwo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] fix issue in jupyterlab
Date: Wed, 02 Feb 2022 21:17:35 +0100	[thread overview]
Message-ID: <20220202201735.sWTbhR8zMdh9596t9l-tjjpQtAz_GAoKdrSSIUD0XUU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35354@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

There is an updated pull request by dkwo against master on the void-packages repository

https://github.com/dkwo/void-packages jlabfix
https://github.com/void-linux/void-packages/pull/35354

fix issue in jupyterlab
This fixes #35341
I updated one package as well.

A patch file from https://github.com/void-linux/void-packages/pull/35354.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jlabfix-35354.patch --]
[-- Type: text/x-diff, Size: 2385 bytes --]

From ba386e8835412085722f580d134a0bca65a6701b Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 2 Feb 2022 11:08:44 +0100
Subject: [PATCH 1/2] jupyterlab: add shell snippet to /etc/profile.d

---
 srcpkgs/jupyterlab/files/jupyterlab.sh | 1 +
 srcpkgs/jupyterlab/template            | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/jupyterlab/files/jupyterlab.sh

diff --git a/srcpkgs/jupyterlab/files/jupyterlab.sh b/srcpkgs/jupyterlab/files/jupyterlab.sh
new file mode 100644
index 000000000000..a90f35521b9c
--- /dev/null
+++ b/srcpkgs/jupyterlab/files/jupyterlab.sh
@@ -0,0 +1 @@
+export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab
diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template
index 488fdbc2ff87..330d959bc154 100644
--- a/srcpkgs/jupyterlab/template
+++ b/srcpkgs/jupyterlab/template
@@ -1,7 +1,7 @@
 # Template file for 'jupyterlab'
 pkgname=jupyterlab
 version=3.2.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jupyterlab_server nodejs python3-nbclassic
@@ -17,4 +17,5 @@ make_check=no
 
 post_install() {
 	vlicense LICENSE
+	vinstall "${FILESDIR}/jupyterlab.sh" 644 etc/profile.d
 }

From 95ddd84981e4ce8b5dde2934fbfb87f6cb299e5a Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 2 Feb 2022 11:10:16 +0100
Subject: [PATCH 2/2] python3-jupyter_server: update to 1.13.4

---
 srcpkgs/python3-jupyter_server/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_server/template b/srcpkgs/python3-jupyter_server/template
index 9477e35947b0..4e6d8a6fe52a 100644
--- a/srcpkgs/python3-jupyter_server/template
+++ b/srcpkgs/python3-jupyter_server/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_server'
 pkgname=python3-jupyter_server
-version=1.13.3
+version=1.13.4
 revision=1
 wrksrc="jupyter_server-${version}"
 build_style=python3-module
@@ -14,7 +14,7 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://jupyter.org"
 distfiles="${PYPI_SITE}/j/jupyter-server/jupyter_server-${version}.tar.gz"
-checksum=4d622161f4d378ff28548b49cc180024ce102d25ba5805821fcc17ab1bc5c754
+checksum=5fb5a219385338b1d13a013a68f54688b6a69ecff4e757fd230e27ecacdbf212
 # Tarball defines no tests
 make_check=no
 

  parent reply	other threads:[~2022-02-02 20:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-02 10:12 [PR PATCH] Jlabfix dkwo
2022-02-02 18:40 ` [PR REVIEW] fix issue in jupyterlab ahesford
2022-02-02 20:17 ` dkwo [this message]
2022-02-02 20:18 ` dkwo
2022-02-02 20:25 ` [PR PATCH] [Merged]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220202201735.sWTbhR8zMdh9596t9l-tjjpQtAz_GAoKdrSSIUD0XUU@z \
    --to=dkwo@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).