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

Antonio Rojas arojas at gemini.archlinux.org
Tue May 3 13:42:31 UTC 2022


    Date: Tuesday, May 3, 2022 @ 13:42:31
  Author: arojas
Revision: 1192398

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-03 13:42:18 UTC (rev 1192397)
+++ PKGBUILD	2022-05-03 13:42:31 UTC (rev 1192398)
@@ -1,31 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=jupyter-nbclient
-pkgver=0.6.0
-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-setuptools' 'python-wheel')
-checkdepends=('python-pytest-asyncio' 'python-xmltodict' 'jupyter-nbconvert' 'python-ipywidgets')
-source=("https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('7f7d20fa6070ab87e3725d2c63f50e481e11240855f2522beb5be9acf5b01865')
-
-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 1192397, jupyter-nbclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-03 13:42:31 UTC (rev 1192398)
@@ -0,0 +1,31 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbclient
+pkgver=0.6.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-setuptools' 'python-wheel')
+checkdepends=('python-pytest-asyncio' 'python-xmltodict' 'jupyter-nbconvert' 'python-ipywidgets')
+source=("https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('39226706086f28cf7f31091114dd87432c1e989453d0619f0149deead3bd785a')
+
+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"
+}



More information about the arch-commits mailing list