Date: Monday, October 17, 2022 @ 19:17:07 Author: arojas Revision: 1329679
upgpkg: jupyter-notebook-shim 0.2.0-1: Update to 0.2.0 Modified: jupyter-notebook-shim/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-17 19:13:49 UTC (rev 1329678) +++ PKGBUILD 2022-10-17 19:17:07 UTC (rev 1329679) @@ -2,7 +2,7 @@ _pyname=notebook_shim pkgname=jupyter-notebook-shim -pkgver=0.1.0 +pkgver=0.2.0 pkgrel=1 pkgdesc='Provides a way for JupyterLab and other frontends to switch to Jupyter Server for their Python Web application backend' arch=(any) @@ -9,10 +9,10 @@ url='https://github.com/jupyterlab/notebook_shim' license=(BSD) depends=(jupyter-server) -makedepends=(python-build python-installer) +makedepends=(python-build python-installer python-hatchling) checkdepends=(python-pytest-tornasync) source=(https://pypi.python.org/packages/source/n/$_pyname/$_pyname-$pkgver.tar.gz) -sha256sums=('7897e47a36d92248925a2143e3596f19c60597708f7bef50d81fcd31d7263e85') +sha256sums=('fdb81febb05932c6d19e44e10382ce05469cac5e1b6e99b49be6159ddb5e4804') build() { cd $_pyname-$pkgver @@ -27,6 +27,5 @@ package() { cd $_pyname-$pkgver python -m installer --destdir="$pkgdir" dist/*.whl - mv "$pkgdir"/{usr/,}etc install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname }
