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

Antonio Rojas arojas at archlinux.org
Thu Mar 25 13:08:17 UTC 2021


    Date: Thursday, March 25, 2021 @ 13:08:16
  Author: arojas
Revision: 903021

Add jupyter-server-mathjax optdepend

Modified:
  jupyter-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-25 13:06:13 UTC (rev 903020)
+++ PKGBUILD	2021-03-25 13:08:16 UTC (rev 903021)
@@ -2,7 +2,7 @@
 
 pkgname=jupyter-server
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila"
 arch=(any)
 url="https://jupyter.org/"
@@ -10,6 +10,7 @@
 depends=(python-jupyter_client jupyter-nbformat jupyter-nbconvert python-terminado python-prometheus_client python-traitlets python-tornado
          python-jinja python-send2trash python-anyio)
 makedepends=(python-setuptools)
+optdepends=('jupyter-server-mathjax: to use local MathJax')
 source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz)
 sha256sums=('db646c991c17ad3dff12e419d36e2b91025912dfd21d13f8ddd524531e6d63bf')
 



More information about the arch-commits mailing list