[arch-commits] Commit in python-jupyterlab_server/repos/community-any (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Tue Mar 29 21:46:00 UTC 2022


    Date: Tuesday, March 29, 2022 @ 21:46:00
  Author: arojas
Revision: 1177696

archrelease: copy trunk to community-any

Added:
  python-jupyterlab_server/repos/community-any/PKGBUILD
    (from rev 1177695, python-jupyterlab_server/trunk/PKGBUILD)
Deleted:
  python-jupyterlab_server/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 35 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-29 21:45:49 UTC (rev 1177695)
+++ PKGBUILD	2022-03-29 21:46:00 UTC (rev 1177696)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Guillaume Duboc <guilduboc at gmail.com>
-
-_pipname=jupyterlab_server
-pkgname=python-$_pipname
-pkgver=2.11.2
-pkgrel=1
-pkgdesc='Launch an application built using JupyterLab'
-arch=(any)
-url='https://jupyter.org/'
-license=(custom)
-depends=(jupyter-server python-requests python-json5 python-babel)
-makedepends=(python-build python-installer)
-conflicts=(jupyterlab_server)
-replaces=(jupyterlab_server)
-source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('5d8dc70f6803dc48efb69fb43e3cd2f8c6aad4ba011670318e5efd26c7487bb9')
-
-build() {
-  cd $_pipname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd $_pipname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-jupyterlab_server/repos/community-any/PKGBUILD (from rev 1177695, python-jupyterlab_server/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-29 21:46:00 UTC (rev 1177696)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Guillaume Duboc <guilduboc at gmail.com>
+
+_pipname=jupyterlab_server
+pkgname=python-$_pipname
+pkgver=2.12.0
+pkgrel=1
+pkgdesc='Launch an application built using JupyterLab'
+arch=(any)
+url='https://jupyter.org/'
+license=(custom)
+depends=(jupyter-server python-requests python-json5 python-babel)
+makedepends=(python-build python-installer)
+checkdepends=(python-pytest-tornasync python-pytest-cov python-openapi-core python-strict-rfc3339 python-ruamel-yaml python-parse python-pip)
+conflicts=(jupyterlab_server)
+replaces=(jupyterlab_server)
+source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('00e0f4b4c399f55938323ea10cf92d915288fe12753e35d1069f6ca08b72abbf')
+
+build() {
+  cd $_pipname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_pipname-$pkgver
+  pytest -v -k 'not test_translation_api.py'
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list