[arch-commits] Commit in jupyter-nbclassic/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Dec 24 09:25:29 UTC 2020
Date: Thursday, December 24, 2020 @ 09:25:28
Author: arojas
Revision: 786901
Add jupyter-notebook dependency
Modified:
jupyter-nbclassic/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-24 09:23:47 UTC (rev 786900)
+++ PKGBUILD 2020-12-24 09:25:28 UTC (rev 786901)
@@ -3,12 +3,12 @@
_pipname=nbclassic
pkgname=jupyter-$_pipname
pkgver=0.2.5
-pkgrel=1
+pkgrel=2
pkgdesc="Jupyter Notebook as a Jupyter Server Extension"
arch=(any)
url="https://jupyter.org/"
license=(custom)
-depends=(jupyter-server)
+depends=(jupyter-server jupyter-notebook)
makedepends=(python-setuptools)
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
sha256sums=('e6da2116ab76a63de62f42cf8ea93c9a0c564aaf8315834f7c52efb85b4640ab')
More information about the arch-commits
mailing list