Date: Friday, December 23, 2022 @ 07:50:54
  Author: arojas
Revision: 1365298

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-23 07:50:45 UTC (rev 1365297)
+++ PKGBUILD    2022-12-23 07:50:54 UTC (rev 1365298)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=jupyter-server
-pkgver=2.0.4
-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
-         python-argon2_cffi python-jupyter-events)
-makedepends=(python-build python-installer python-hatch-jupyter-builder)
-checkdepends=(python-pytest-tornasync python-pytest-console-scripts 
python-pytest-timeout)
-optdepends=('jupyter-server-mathjax: to use local MathJax')
-source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz)
-sha256sums=('fdc7d9d1e0e27a9418db87da752534205dfe92bdaf6127cee7be8741a7f22c5e')
-
-build() {
-  cd ${pkgname/-/_}-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd ${pkgname/-/_}-$pkgver
-#  sed -e '/pytest_tornasync/d' -i jupyter_server/pytest_plugin.py
-# tests fail on the build server, run them locally
-# pytest -v
-}
-
-package() {
-  cd ${pkgname/-/_}-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 COPYING.md -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: jupyter-server/repos/community-any/PKGBUILD (from rev 1365297, 
jupyter-server/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-23 07:50:54 UTC (rev 1365298)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=jupyter-server
+pkgver=2.0.5
+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
+         python-argon2_cffi python-jupyter-events)
+makedepends=(python-build python-installer python-hatch-jupyter-builder)
+checkdepends=(python-pytest-tornasync python-pytest-console-scripts 
python-pytest-timeout python-pytest-jupyter)
+optdepends=('jupyter-server-mathjax: to use local MathJax')
+source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz)
+sha256sums=('0d9e63d40412334dfa348cef8bfe8415b973752d12ca3afd64f0ea478e52aa4a')
+
+build() {
+  cd ${pkgname/-/_}-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd ${pkgname/-/_}-$pkgver
+# tests fail on the build server, run them locally
+# pytest -v
+}
+
+package() {
+  cd ${pkgname/-/_}-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 COPYING.md -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Reply via email to