[arch-commits] Commit in jupyter-server/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Oct 5 05:58:15 UTC 2021


    Date: Tuesday, October 5, 2021 @ 05:58:15
  Author: arojas
Revision: 1027698

archrelease: copy trunk to community-any

Added:
  jupyter-server/repos/community-any/PKGBUILD
    (from rev 1027697, jupyter-server/trunk/PKGBUILD)
Deleted:
  jupyter-server/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-05 05:58:06 UTC (rev 1027697)
+++ PKGBUILD	2021-10-05 05:58:15 UTC (rev 1027698)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=jupyter-server
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='Provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila'
-arch=(any)
-url='https://jupyter.org/'
-license=(custom)
-depends=(python-jupyter_client jupyter-nbformat jupyter-nbconvert python-terminado python-prometheus_client python-traitlets python-tornado
-         python-jinja python-send2trash python-anyio python-jupyter_packaging python-websocket-client python-requests-unixsocket)
-makedepends=(python-setuptools)
-optdepends=('jupyter-server-mathjax: to use local MathJax')
-source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz)
-sha256sums=('8ab4f484a4a2698f757cff0769d27b5d991e0232a666d54f4d6ada4e6a61330b')
-
-build() {
-  cd ${pkgname/-/_}-$pkgver
-  python setup.py build 
-}
-
-package() {
-  cd ${pkgname/-/_}-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 COPYING.md -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: jupyter-server/repos/community-any/PKGBUILD (from rev 1027697, jupyter-server/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-05 05:58:15 UTC (rev 1027698)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=jupyter-server
+pkgver=1.11.1
+pkgrel=1
+pkgdesc='Provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila'
+arch=(any)
+url='https://jupyter.org/'
+license=(custom)
+depends=(python-jupyter_client jupyter-nbformat jupyter-nbconvert python-terminado python-prometheus_client python-traitlets python-tornado
+         python-jinja python-send2trash python-anyio python-jupyter_packaging python-websocket-client python-requests-unixsocket)
+makedepends=(python-setuptools)
+optdepends=('jupyter-server-mathjax: to use local MathJax')
+source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz)
+sha256sums=('ab7ab1cc38512f15026cbcbb96300fb46ec8b24aa162263d9edd00e0a749b1e8')
+
+build() {
+  cd ${pkgname/-/_}-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd ${pkgname/-/_}-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 COPYING.md -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list