Date: Friday, February 3, 2023 @ 07:55:44 Author: arojas Revision: 1392138
upgpkg: jupyter-notebook 6.5.2-2: Update dependencies Modified: jupyter-notebook/trunk/PKGBUILD ----------+ PKGBUILD | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-03 07:47:15 UTC (rev 1392137) +++ PKGBUILD 2023-02-03 07:55:44 UTC (rev 1392138) @@ -1,20 +1,20 @@ -# Maintainer: Kyle Keen <[email protected]> +# Maintainer: Antonio Rojas <[email protected]> +# Contributor: Kyle Keen <[email protected]> pkgname=jupyter-notebook _pipname=notebook pkgver=6.5.2 -pkgrel=1 -pkgdesc="The language-agnostic HTML notebook application for Project Jupyter" -arch=('any') -url="https://github.com/jupyter/notebook" -license=('BSD') -depends=('python-jinja' 'python-tornado' 'python-terminado' - 'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core' - 'python-jupyter_client' 'python-send2trash' 'jupyter-nbconvert' - 'python-prometheus_client' 'python-argon2_cffi' 'python-ipython-genutils' 'jupyter-nbclassic') +pkgrel=2 +pkgdesc='The language-agnostic HTML notebook application for Project Jupyter' +arch=(any) +url='https://github.com/jupyter/notebook' +license=(BSD) +depends=(python-jinja python-tornado python-terminado python-traitlets jupyter-nbformat python-jupyter-core + python-jupyter-client python-send2trash jupyter-nbconvert python-prometheus_client + python-argon2_cffi python-ipython-genutils jupyter-nbclassic) # Much of their official dependency tree appears inverted and circular? -makedepends=('python-build' 'python-installer' 'python-wheel' 'python-jupyter_packaging' 'python-setuptools') -checkdepends=('python-pytest' 'python-requests') +makedepends=(python-build python-installer python-wheel python-jupyter-packaging python-setuptools) +checkdepends=(python-pytest python-requests) optdepends=('pandoc: notebook export' 'jupyter-widgetsnbextension: interactive widgets') source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) sha256sums=('c1897e5317e225fc78b45549a6ab4b668e4c996fd03a04e938fe5e7af2bfffd0') @@ -21,7 +21,7 @@ build() { cd notebook-$pkgver - python -m build --wheel --no-isolation + python -m build --wheel --no-isolation --skip-dependency-check } #check() { @@ -33,6 +33,6 @@ cd notebook-$pkgver python -m installer --destdir="$pkgdir" dist/*.whl - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - install -Dm644 jupyter-notebook.desktop "$pkgdir/usr/share/applications/jupyter-notebook.desktop" + install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname + install -Dm644 jupyter-notebook.desktop -t "$pkgdir"/usr/share/applications }
