Date: Thursday, April 13, 2023 @ 21:19:51
Author: arojas
Revision: 1445957
archrelease: copy trunk to community-staging-any
Added:
python-jupyterlab_server/repos/community-staging-any/PKGBUILD
(from rev 1445956, python-jupyterlab_server/trunk/PKGBUILD)
Deleted:
python-jupyterlab_server/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-13 21:19:40 UTC (rev 1445956)
+++ PKGBUILD 2023-04-13 21:19:51 UTC (rev 1445957)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Guillaume Duboc <[email protected]>
-
-_pipname=jupyterlab_server
-pkgname=python-$_pipname
-pkgver=2.22.0
-pkgrel=3
-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
-# 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
-}
Copied: python-jupyterlab_server/repos/community-staging-any/PKGBUILD (from rev
1445956, python-jupyterlab_server/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-13 21:19:51 UTC (rev 1445957)
@@ -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=2
+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
+}