[arch-commits] Commit in python-jupyter_client/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 20:15:33 UTC 2021


    Date: Wednesday, December 1, 2021 @ 20:15:33
  Author: felixonmars
Revision: 1060680

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 20:15:27 UTC (rev 1060679)
+++ PKGBUILD	2021-12-01 20:15:33 UTC (rev 1060680)
@@ -1,33 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-jupyter_client
-pkgver=7.1.0
-pkgrel=3
-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' 'python-entrypoints' 'python-nest_asyncio')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-async_generator')
-#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")
-sha256sums=('a5f995a73cffb314ed262713ae6dfce53c6b8216cea9f332071b8ff44a6e1654')
-
-# dep cycle with python-ipykernel
-
-build() {
-  cd "$srcdir"
-}
-
-check() {
-  cd "$srcdir/jupyter_client-$pkgver"
-  pytest
-}
-
-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-staging-any/PKGBUILD (from rev 1060679, python-jupyter_client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 20:15:33 UTC (rev 1060680)
@@ -0,0 +1,33 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-jupyter_client
+pkgver=7.1.0
+pkgrel=4
+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' 'python-entrypoints' 'python-nest_asyncio')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-async_generator')
+#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")
+sha256sums=('a5f995a73cffb314ed262713ae6dfce53c6b8216cea9f332071b8ff44a6e1654')
+
+# dep cycle with python-ipykernel
+
+build() {
+  cd "$srcdir"
+}
+
+check() {
+  cd "$srcdir/jupyter_client-$pkgver"
+  pytest
+}
+
+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