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

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 27 13:59:34 UTC 2022


    Date: Saturday, August 27, 2022 @ 13:59:34
  Author: arojas
Revision: 1284808

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 13:59:22 UTC (rev 1284807)
+++ PKGBUILD	2022-08-27 13:59:34 UTC (rev 1284808)
@@ -1,34 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-jupyter_client
-pkgver=7.3.4
-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' 'python-entrypoints' 'python-nest-asyncio')
-makedepends=('python-build' 'python-installer' 'python-hatchling')
-checkdepends=('python-pytest' 'python-async_generator' 'python-pytest-asyncio' 'python-pytest-timeout')
-#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=('aa9a6c32054b290374f95f73bb0cae91455c58dfb84f65c8591912b8f65e6d56')
-
-# dep cycle with python-ipykernel
-
-build() {
-  cd jupyter_client-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd jupyter_client-$pkgver
-  pytest -vv
-}
-
-package() {
-  cd jupyter_client-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-jupyter_client/repos/community-any/PKGBUILD (from rev 1284807, python-jupyter_client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-27 13:59:34 UTC (rev 1284808)
@@ -0,0 +1,34 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-jupyter_client
+pkgver=7.3.5
+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' 'python-entrypoints' 'python-nest-asyncio')
+makedepends=('python-build' 'python-installer' 'python-hatchling')
+checkdepends=('python-pytest' 'python-async_generator' 'python-pytest-asyncio' 'python-pytest-timeout')
+#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=('3c58466a1b8d55dba0bf3ce0834e4f5b7760baf98d1d73db0add6f19de9ecd1d')
+
+# dep cycle with python-ipykernel
+
+build() {
+  cd jupyter_client-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd jupyter_client-$pkgver
+  pytest -vv
+}
+
+package() {
+  cd jupyter_client-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list