[arch-commits] Commit in jupyter-server/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Dec 7 07:18:32 UTC 2021
Date: Tuesday, December 7, 2021 @ 07:18:32
Author: arojas
Revision: 1065479
archrelease: copy trunk to community-any
Added:
jupyter-server/repos/community-any/PKGBUILD
(from rev 1065478, jupyter-server/trunk/PKGBUILD)
Deleted:
jupyter-server/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-07 07:18:11 UTC (rev 1065478)
+++ PKGBUILD 2021-12-07 07:18:32 UTC (rev 1065479)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=jupyter-server
-pkgver=1.12.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)
-checkdepends=(python-pytest-tornasync python-pytest-console-scripts)
-optdepends=('jupyter-server-mathjax: to use local MathJax')
-source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz)
-sha256sums=('f71e10ebaa6704a1e0fe76ec70a16a0804ab5a9d268f0c512e8c69086a8e86d1')
-
-build() {
- cd ${pkgname/-/_}-$pkgver
- python setup.py build
-}
-
-check() {
- cd ${pkgname/-/_}-$pkgver
- python setup.py install --root="$PWD"/tmp_install --optimize=1
- PYTHONPATH="$PWD"/`ls tmp_install/usr/lib/python*/site-packages`
- PATH="$PWD/tmp_install/usr/bin:$PATH"
- pytest jupyter_server
-}
-
-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 1065478, jupyter-server/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-07 07:18:32 UTC (rev 1065479)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=jupyter-server
+pkgver=1.13.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)
+checkdepends=(python-pytest-tornasync python-pytest-console-scripts)
+optdepends=('jupyter-server-mathjax: to use local MathJax')
+source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz)
+sha256sums=('05a96dfc5352adf70e88868b4ab3d1fc13e17bd84daf74d02cc6299098855fda')
+
+build() {
+ cd ${pkgname/-/_}-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd ${pkgname/-/_}-$pkgver
+ python setup.py install --root="$PWD"/tmp_install --optimize=1
+ PYTHONPATH="$PWD"/`ls tmp_install/usr/lib/python*/site-packages`
+ PATH="$PWD/tmp_install/usr/bin:$PATH"
+ pytest jupyter_server
+}
+
+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