[arch-commits] Commit in jupyter-nbclient/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Mar 11 15:15:52 UTC 2022


    Date: Friday, March 11, 2022 @ 15:15:52
  Author: arojas
Revision: 1148330

archrelease: copy trunk to community-any

Added:
  jupyter-nbclient/repos/community-any/PKGBUILD
    (from rev 1148329, jupyter-nbclient/trunk/PKGBUILD)
Deleted:
  jupyter-nbclient/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-11 15:15:43 UTC (rev 1148329)
+++ PKGBUILD	2022-03-11 15:15:52 UTC (rev 1148330)
@@ -1,25 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=jupyter-nbclient
-pkgver=0.5.12
-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')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
-source=("https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('06f448e0c94565dbc8a950fc1b64945b')
-
-build() {
-  cd nbclient-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd "$srcdir/nbclient-$pkgver"
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyter-nbclient/repos/community-any/PKGBUILD (from rev 1148329, jupyter-nbclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-11 15:15:52 UTC (rev 1148330)
@@ -0,0 +1,25 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbclient
+pkgver=0.5.13
+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')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
+source=("https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('0c4a51ac28e8e9357f9fce3cef6cdc12')
+
+build() {
+  cd nbclient-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd "$srcdir/nbclient-$pkgver"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list