summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaziar Saleh Ziabari2022-04-16 18:05:15 -0600
committerMaziar Saleh Ziabari2022-04-16 18:05:15 -0600
commit3b36cecfa4e509f27eb859f63acb64b150f14a45 (patch)
treee45acd2c95af3cea6d07f392316c15e3efbbb1f1
parent8e9ee0809e496aea047b1bf3d1a742826ca3c62c (diff)
downloadaur-3b36cecfa4e509f27eb859f63acb64b150f14a45.tar.gz
removed deprecated jupyter dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ae7c6f344bc..c7c86e1b67b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = jupyter_contrib_nbextensions
depends = python-lxml
depends = python-yaml
depends = python-psutil
- depends = jupyter
depends = jupyter-notebook
depends = jupyter-nbconvert
depends = jupyter_contrib_core>=0.3.3
@@ -31,4 +30,3 @@ pkgbase = jupyter_contrib_nbextensions
sha256sums = d141d36609422748b0b22b6c432f223bfc92d72359bbccaf709690f7de313e35
pkgname = jupyter_contrib_nbextensions
-
diff --git a/PKGBUILD b/PKGBUILD
index d4b0d6c35651..3170b619d545 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Philipp A. <flying-sheep@web.de>
+# Maintainer: Maziar Saleh Ziabari <helasraizam@gmail.com>
+# Contributor: Philipp A. <flying-sheep@web.de>
pkgname=jupyter_contrib_nbextensions
pkgver=0.5.1
pkgrel=1
@@ -13,7 +14,6 @@ depends=(
python-lxml
python-yaml
python-psutil
- jupyter
jupyter-notebook
jupyter-nbconvert
'jupyter_contrib_core>=0.3.3'