Date: Wednesday, October 19, 2022 @ 19:41:52 Author: arojas Revision: 1332902
archrelease: copy trunk to community-any Added: python-jupyterlab_server/repos/community-any/PKGBUILD (from rev 1332901, 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 2022-10-19 19:41:48 UTC (rev 1332901) +++ PKGBUILD 2022-10-19 19:41:52 UTC (rev 1332902) @@ -1,37 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Guillaume Duboc <guildu...@gmail.com> - -_pipname=jupyterlab_server -pkgname=python-$_pipname -pkgver=2.16.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=('d1ba342cf7e843ecb2c3a3dfe33de14b835df978aa7b411caaddff95a72bd2ca') - -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 1332901, python-jupyterlab_server/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-10-19 19:41:52 UTC (rev 1332902) @@ -0,0 +1,37 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Guillaume Duboc <guildu...@gmail.com> + +_pipname=jupyterlab_server +pkgname=python-$_pipname +pkgver=2.16.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) +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=('fe0de558ff3bb447a32e24099aa7e17444fdbc8c08f6dbc0171cb1a0ae382d3f') + +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 +}