Date: Saturday, April 8, 2023 @ 21:49:16
Author: arojas
Revision: 1442985
archrelease: copy trunk to community-any
Added:
jupyter-nbclient/repos/community-any/PKGBUILD
(from rev 1442984, jupyter-nbclient/trunk/PKGBUILD)
Deleted:
jupyter-nbclient/repos/community-any/PKGBUILD
----------+
PKGBUILD | 63 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-08 21:49:06 UTC (rev 1442984)
+++ PKGBUILD 2023-04-08 21:49:16 UTC (rev 1442985)
@@ -1,31 +0,0 @@
-# Maintainer: Kyle Keen <[email protected]>
-
-pkgname=jupyter-nbclient
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="A tool for running Jupyter Notebooks in different execution contexts."
-arch=('any')
-url="https://github.com/jupyter/nbclient"
-license=('BSD')
-depends=('python-nest-asyncio' 'python-traitlets' 'python-async_generator'
'python-jupyter_client' 'jupyter-nbformat' 'python-testpath')
-makedepends=('python-build' 'python-installer' 'python-hatchling')
-checkdepends=('python-pytest-asyncio' 'python-xmltodict' 'jupyter-nbconvert'
'python-ipywidgets')
-source=("https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('06d2d73ab1b8e929f52a20e65986f4c36bd410d964681c8a36a72ddf0e3c7661')
-
-build() {
- cd nbclient-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd nbclient-$pkgver
- pytest -v
-}
-
-package() {
- cd nbclient-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
-
- install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}
Copied: jupyter-nbclient/repos/community-any/PKGBUILD (from rev 1442984,
jupyter-nbclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-08 21:49:16 UTC (rev 1442985)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Kyle Keen <[email protected]>
+
+pkgname=jupyter-nbclient
+pkgver=0.7.3
+pkgrel=1
+pkgdesc='A tool for running Jupyter Notebooks in different execution contexts'
+arch=(any)
+url='https://github.com/jupyter/nbclient'
+license=(BSD)
+depends=(python-nest-asyncio python-traitlets python-async_generator
python-jupyter-client jupyter-nbformat python-testpath)
+makedepends=(python-build python-installer python-hatchling)
+checkdepends=(python-pytest-asyncio python-xmltodict jupyter-nbconvert
python-ipywidgets python-flaky)
+source=(https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('a8db99eb1ae5b1925039d8e91c77ea7410d6ce6c071eb075c4509d166d0be3b6')
+
+build() {
+ cd nbclient-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd nbclient-$pkgver
+ pytest -v
+}
+
+package() {
+ cd nbclient-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+
+ install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}