summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse R Codling2023-10-27 16:53:28 -0400
committerJesse R Codling2023-10-27 16:53:28 -0400
commitd0ab7eaf100f1bb7621ee5fa2fb242c2a6ef255d (patch)
tree6232199f601687cdbe3d4c3fe136a18c9ab529a1
parent63d14ef1234108681971948c094ae16ae4172690 (diff)
downloadaur-d0ab7eaf100f1bb7621ee5fa2fb242c2a6ef255d.tar.gz
Don't require `jupyter-collaboration`
It's an optional integration, just does throw an warning during startup, but so does `nbclassic` and that definitely can't be required...
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0259f09ab7ed..09697964f378 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-jupyterlab-vim
pkgdesc = Code cell vim bindings for JupyterLab and Jupyter-Server
pkgver = 4.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://jupyterlab-contrib.github.io/jupyterlab-vim.html
arch = any
license = MIT
@@ -11,11 +11,9 @@ pkgbase = python-jupyterlab-vim
makedepends = python-hatch-jupyter-builder
depends = python
depends = jupyter-lsp
- depends = jupyter-collaboration
source = https://files.pythonhosted.org/packages/source/j/jupyterlab_vim/jupyterlab_vim-4.1.0.tar.gz
sha256sums = 11d850ee91b2864a7b6298aae465219a822f8ccc6e01f23fa03f1ee617afe330
pkgname = python-jupyterlab-vim
depends = python
depends = jupyter-lsp
- depends = jupyter-collaboration
diff --git a/PKGBUILD b/PKGBUILD
index eb722ed3d169..df87ea539880 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgbase='python-jupyterlab-vim'
pkgname=('python-jupyterlab-vim')
_module='jupyterlab_vim'
pkgver='4.1.0'
-pkgrel=1
+pkgrel=2
pkgdesc="Code cell vim bindings for JupyterLab and Jupyter-Server"
url="https://jupyterlab-contrib.github.io/jupyterlab-vim.html"
-depends=('python' 'jupyter-lsp' 'jupyter-collaboration')
+depends=('python' 'jupyter-lsp')
makedepends=('python-build' 'python-installer' 'python-hatch-nodejs-version' 'python-hatch-jupyter-builder')
license=('MIT')
arch=('any')