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

Antonio Rojas arojas at gemini.archlinux.org
Tue Apr 5 06:24:13 UTC 2022


    Date: Tuesday, April 5, 2022 @ 06:24:04
  Author: arojas
Revision: 1181421

Move fastjsonschema to depends (FS#74352)

Modified:
  jupyter-nbformat/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-05 00:40:48 UTC (rev 1181420)
+++ PKGBUILD	2022-04-05 06:24:04 UTC (rev 1181421)
@@ -2,14 +2,14 @@
 
 pkgname=jupyter-nbformat
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The base implementation of the Jupyter Notebook format and Python APIs for working with notebooks"
 arch=('any')
 url="https://pypi.python.org/pypi/nbformat"
 license=('BSD')
-depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-pytest' 'python-testpath' 'python-fastjsonschema')
+depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema' 'python-fastjsonschema')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
+checkdepends=('python-pytest' 'python-testpath')
 source=(https://github.com/jupyter/nbformat/archive/$pkgver/nbformat-$pkgver.tar.gz)
 sha256sums=('b5a31ef91530af8338406884f798400b9c64d8ff85db79b5c6e8d4971885dea8')
 



More information about the arch-commits mailing list