[arch-commits] Commit in (4 files)

Kyle Keen kkeen at archlinux.org
Thu Dec 31 04:39:38 UTC 2020


    Date: Thursday, December 31, 2020 @ 04:39:37
  Author: kkeen
Revision: 800330

pkginit: jupyter-nbclient

Added:
  jupyter-nbclient/
  jupyter-nbclient/repos/
  jupyter-nbclient/trunk/
  jupyter-nbclient/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Added: jupyter-nbclient/trunk/PKGBUILD
===================================================================
--- jupyter-nbclient/trunk/PKGBUILD	                        (rev 0)
+++ jupyter-nbclient/trunk/PKGBUILD	2020-12-31 04:39:37 UTC (rev 800330)
@@ -0,0 +1,20 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbclient
+pkgver=0.5.1
+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-setuptools')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbclient/archive/$pkgver.tar.gz")
+md5sums=('457c428177f3dde6dd2ac105fbac84ab')
+
+package() {
+  cd "$srcdir/nbclient-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list