[arch-commits] Commit in jupyter-server/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Jun 24 20:29:40 UTC 2021
Date: Thursday, June 24, 2021 @ 20:29:40
Author: arojas
Revision: 967214
archrelease: copy trunk to community-any
Added:
jupyter-server/repos/community-any/PKGBUILD
(from rev 967213, jupyter-server/trunk/PKGBUILD)
Deleted:
jupyter-server/repos/community-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-24 20:29:29 UTC (rev 967213)
+++ PKGBUILD 2021-06-24 20:29:40 UTC (rev 967214)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=jupyter-server
-pkgver=1.8.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)
-makedepends=(python-setuptools)
-optdepends=('jupyter-server-mathjax: to use local MathJax')
-source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz)
-sha256sums=('8f0c75e0a577536125ad62a442ebb7cf02746f1a69d907e8a273c6225d281237')
-
-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 967213, jupyter-server/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-24 20:29:40 UTC (rev 967214)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=jupyter-server
+pkgver=1.9.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)
+makedepends=(python-setuptools)
+optdepends=('jupyter-server-mathjax: to use local MathJax')
+source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz)
+sha256sums=('7d19006380f6217458a9db309b54e3dab87ced6c06329c61823907bef2a6f51b')
+
+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