Date: Thursday, April 13, 2023 @ 21:18:28
  Author: arojas
Revision: 1445955

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   78 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 38 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-13 21:18:16 UTC (rev 1445954)
+++ PKGBUILD    2023-04-13 21:18:28 UTC (rev 1445955)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Guillaume Duboc <[email protected]>
-
-_pipname=jupyterlab_server
-pkgname=python-$_pipname
-pkgver=2.22.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 
python-ruamel-yaml)
-makedepends=(python-build python-installer python-hatchling)
-checkdepends=(python-pytest-tornasync python-pytest-cov python-pytest-timeout 
python-pytest-jupyter
-              python-openapi-core python-strict-rfc3339 python-parse 
python-requests-mock
-              python-jupyter-server-terminals)
-conflicts=(jupyterlab_server)
-replaces=(jupyterlab_server)
-source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('0f9f6752b0c534a7b22a6542b984fa6a2c18ab4d4e0a4c79f191138506a9a75f')
-
-build() {
-  cd $_pipname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $_pipname-$pkgver
-  pytest -v  -k 'not test_translation_api.py' \
-    -W ignore::pytest.PytestAssertRewriteWarning \
-    -W ignore::DeprecationWarning \
-    -W ignore::pytest.PytestUnraisableExceptionWarning
-}
-
-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 
1445954, python-jupyterlab_server/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-13 21:18:28 UTC (rev 1445955)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Guillaume Duboc <[email protected]>
+
+_pipname=jupyterlab_server
+pkgname=python-$_pipname
+pkgver=2.22.1
+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 
python-ruamel-yaml)
+makedepends=(python-build python-installer python-hatchling)
+checkdepends=(python-pytest-tornasync python-pytest-cov python-pytest-timeout 
python-pytest-jupyter
+              python-openapi-core python-strict-rfc3339 python-parse 
python-requests-mock
+              python-jupyter-server-terminals)
+conflicts=(jupyterlab_server)
+replaces=(jupyterlab_server)
+source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('dfaaf898af84b9d01ae9583b813f378b96ee90c3a66f24c5186ea5d1bbdb2089')
+
+build() {
+  cd $_pipname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_pipname-$pkgver
+# Skip tests that fail with openapi-core>=0.17
+  pytest -v  -k 'not test_translation_api.py and not test_listings_api.py and 
not test_settings_api.py and not test_themes_api.py and not 
test_workspaces_api.py'
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Reply via email to