summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Horne2023-01-10 17:48:41 +1000
committerBrenton Horne2023-01-10 17:48:41 +1000
commit1a7dbbde6653928d1b92c1216bd64a5baff1bf04 (patch)
tree7b0f1a0857187659d71e63f4b8df34461f9de90c
parent84fc0ee626ec3c89f4227024079a174026088130 (diff)
downloadaur-jupyter-octave_kernel-git.tar.gz
Rm jupyter dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 186ab5927686..60313e23b1cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,15 +6,12 @@ pkgbase = jupyter-octave_kernel-git
arch = any
license = BSD
makedepends = python-pip
- depends = jupyter
depends = jupyter-metakernel>=0.24.2
depends = jupyter-notebook
depends = octave
- optdepends = gnuplot: for making plots
optdepends = jupyterlab-git: JupyterLab computational environment
provides = jupyter-octave_kernel
source = git+https://github.com/Calysto/octave_kernel.git
sha256sums = SKIP
pkgname = jupyter-octave_kernel-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d9405c5c0446..ef3db9a40dc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@ pkgdesc="A Jupyter kernel for Octave (git version)"
arch=('any')
url="https://github.com/Calysto/octave_kernel"
license=('BSD')
-depends=('jupyter' 'jupyter-metakernel>=0.24.2' 'jupyter-notebook' 'octave')
+depends=('jupyter-metakernel>=0.24.2' 'jupyter-notebook' 'octave')
makedepends=('python-pip')
provides=('jupyter-octave_kernel')
-optdepends=('gnuplot: for making plots' 'jupyterlab-git: JupyterLab computational environment')
+optdepends=('jupyterlab-git: JupyterLab computational environment')
source=("git+${url}.git")
sha256sums=('SKIP')