Date: Monday, March 20, 2023 @ 22:35:57 Author: arojas Revision: 1424529
upgpkg: jupyter-nbformat 5.8.0-1: Update to 5.8.0 Modified: jupyter-nbformat/trunk/PKGBUILD ----------+ PKGBUILD | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-20 22:34:03 UTC (rev 1424528) +++ PKGBUILD 2023-03-20 22:35:57 UTC (rev 1424529) @@ -1,17 +1,18 @@ -# Maintainer: Kyle Keen <[email protected]> +# Maintainer: Antonio Rojas <[email protected]> +# Contributor: Kyle Keen <[email protected]> pkgname=jupyter-nbformat -pkgver=5.7.3 +pkgver=5.8.0 pkgrel=1 -pkgdesc="The base implementation of the Jupyter Notebook format and Python APIs for working with notebooks" -arch=('any') -url="https://pypi.python.org/pypi/nbformat" -license=('BSD') -depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema' 'python-fastjsonschema') -makedepends=('python-build' 'python-installer' 'python-hatch-nodejs-version') -checkdepends=('python-pytest' 'python-testpath' 'python-pep440') +pkgdesc='The base implementation of the Jupyter Notebook format and Python APIs for working with notebooks' +arch=(any) +url='https://pypi.python.org/pypi/nbformat' +license=(BSD) +depends=(python-traitlets python-jupyter-core python-jsonschema python-fastjsonschema) +makedepends=(python-build python-installer python-hatch-nodejs-version) +checkdepends=(python-pytest python-testpath python-pep440) source=(https://github.com/jupyter/nbformat/archive/v$pkgver/nbformat-$pkgver.tar.gz) -sha256sums=('d7d5841d616efca5f15a4f085167364055b3760fbf3bd2d438b29bbb08619f1f') +sha256sums=('f153c23be35a01e5cdef01f51bc2b310fc2fe53da376e19fa12c10bcbcc64bbc') build() { cd nbformat-$pkgver @@ -28,5 +29,5 @@ package() { cd nbformat-$pkgver python -m installer --destdir="$pkgdir" dist/*.whl - install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname }
