Date: Monday, November 9, 2020 @ 12:06:05
  Author: felixonmars
Revision: 746852

archrelease: copy trunk to community-staging-any

Added:
  python-jupyter_client/repos/community-staging-any/
  python-jupyter_client/repos/community-staging-any/PKGBUILD
    (from rev 746851, python-jupyter_client/trunk/PKGBUILD)

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

Copied: python-jupyter_client/repos/community-staging-any/PKGBUILD (from rev 
746851, python-jupyter_client/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2020-11-09 12:06:05 UTC (rev 746852)
@@ -0,0 +1,27 @@
+# Maintainer: Kyle Keen <[email protected]>
+
+pkgname=python-jupyter_client
+pkgver=6.1.7
+pkgrel=2
+pkgdesc="Jupyter protocol implementation and client libraries"
+arch=('any')
+url="https://pypi.python.org/pypi/jupyter_client";
+license=('BSD')
+depends=('python-ipykernel' 'python-traitlets' 'python-pyzmq'
+         'python-jupyter_core' 'python-dateutil')
+makedepends=('python-setuptools')
+#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz";)
+source=("https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-$pkgver.tar.gz";)
+md5sums=('607468e6039c3fe5566b6d2bc33ac49a')
+
+# dep cycle with python-ipykernel
+
+build() {
+  cd "$srcdir"
+}
+
+package() {
+  cd "$srcdir/jupyter_client-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to