[arch-commits] Commit in python-jupyter_client/repos/community-any (PKGBUILD PKGBUILD)

Kyle Keen kkeen at archlinux.org
Fri Jun 5 01:26:20 UTC 2020


    Date: Friday, June 5, 2020 @ 01:26:20
  Author: kkeen
Revision: 639055

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-05 01:26:08 UTC (rev 639054)
+++ PKGBUILD	2020-06-05 01:26:20 UTC (rev 639055)
@@ -1,27 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-jupyter_client
-pkgver=6.0.0
-pkgrel=1
-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")
-md5sums=('5a9f97e2415f61c1a94ce5bf0665fe77')
-
-# 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"
-}
-

Copied: python-jupyter_client/repos/community-any/PKGBUILD (from rev 639054, python-jupyter_client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-05 01:26:20 UTC (rev 639055)
@@ -0,0 +1,27 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-jupyter_client
+pkgver=6.1.3
+pkgrel=1
+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")
+md5sums=('bd3b2be29f7a967493b62f9833df2f7d')
+
+# 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"
+}
+



More information about the arch-commits mailing list