[arch-commits] Commit in jupyter-notebook/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Apr 3 11:20:12 UTC 2022


    Date: Sunday, April 3, 2022 @ 11:20:11
  Author: arojas
Revision: 1180977

Replace jupyter

Modified:
  jupyter-notebook/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-03 11:18:39 UTC (rev 1180976)
+++ PKGBUILD	2022-04-03 11:20:11 UTC (rev 1180977)
@@ -3,7 +3,7 @@
 pkgname=jupyter-notebook
 _pipname=notebook
 pkgver=6.4.10
-pkgrel=2
+pkgrel=3
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook"
@@ -14,8 +14,9 @@
          'jupyter-nbconvert' 'python-prometheus_client' 'python-argon2_cffi')
 # Much of their official dependency tree appears inverted and circular?
 makedepends=('python-build' 'python-installer' 'python-wheel' 'python-jupyter_packaging')
-#checkdepends=('python-pytest' 'python-selenium' 'python-requests')
+checkdepends=('python-pytest' 'python-selenium' 'python-requests')
 optdepends=('pandoc: notebook export')
+replaces=('jupyter')
 source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
 md5sums=('dcf0e442d40d8d8407ded88276fb6a38')
 



More information about the arch-commits mailing list