Date: Monday, March 6, 2023 @ 20:42:12
  Author: arojas
Revision: 1416197

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-06 20:42:02 UTC (rev 1416196)
+++ PKGBUILD    2023-03-06 20:42:12 UTC (rev 1416197)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Guillaume Duboc <[email protected]>
-
-_pipname=jupyterlab_server
-pkgname=python-$_pipname
-pkgver=2.19.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 python-hatchling)
-checkdepends=(python-pytest-tornasync python-pytest-cov python-pytest-timeout
-              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=('9aec21a2183bbedd9f91a86628355449575f1862d88b28ad5f905019d31e6c21')
-
-build() {
-  cd $_pipname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $_pipname-$pkgver
-# does not support openapi-core 0.16
-# pytest -v -k 'not test_translation_api.py' -W 
ignore::pytest.PytestAssertRewriteWarning -W ignore::DeprecationWarning
-}
-
-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 
1416196, python-jupyterlab_server/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-06 20:42:12 UTC (rev 1416197)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Guillaume Duboc <[email protected]>
+
+_pipname=jupyterlab_server
+pkgname=python-$_pipname
+pkgver=2.20.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 python-hatchling)
+checkdepends=(python-pytest-tornasync python-pytest-cov python-pytest-timeout
+              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=('75e81a8ef23f561b70f5c9a76de2ab9ebb291358b371d6260f51af7e347da719')
+
+build() {
+  cd $_pipname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_pipname-$pkgver
+# does not support openapi-core 0.16
+# pytest -v -k 'not test_translation_api.py' -W 
ignore::pytest.PytestAssertRewriteWarning -W ignore::DeprecationWarning
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Reply via email to