[arch-commits] Commit in python-jupyter_client/repos/community-any (PKGBUILD PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Sun Oct 11 10:24:07 UTC 2020
Date: Sunday, October 11, 2020 @ 10:24:07
Author: kkeen
Revision: 723466
archrelease: copy trunk to community-any
Added:
python-jupyter_client/repos/community-any/PKGBUILD
(from rev 723465, python-jupyter_client/trunk/PKGBUILD)
Deleted:
python-jupyter_client/repos/community-any/PKGBUILD
----------+
PKGBUILD | 55 ++++++++++++++++++++++++++++---------------------------
1 file changed, 28 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-11 10:23:56 UTC (rev 723465)
+++ PKGBUILD 2020-10-11 10:24:07 UTC (rev 723466)
@@ -1,27 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-jupyter_client
-pkgver=6.1.6
-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=('324fdaf482ed5fc52a72b7cf41a44bcd')
-
-# 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 723465, python-jupyter_client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-10-11 10:24:07 UTC (rev 723466)
@@ -0,0 +1,28 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-jupyter_client
+pkgver=6.1.7
+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")
+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"
+}
+
More information about the arch-commits
mailing list