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

Kyle Keen kkeen at archlinux.org
Thu Dec 31 04:40:26 UTC 2020


    Date: Thursday, December 31, 2020 @ 04:40:25
  Author: kkeen
Revision: 800331

archrelease: copy trunk to community-any

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

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

Copied: jupyter-nbclient/repos/community-any/PKGBUILD (from rev 800330, jupyter-nbclient/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-12-31 04:40:25 UTC (rev 800331)
@@ -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