[arch-commits] Commit in python-jupyter_client/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Mar 30 18:19:36 UTC 2022
Date: Wednesday, March 30, 2022 @ 18:19:36
Author: arojas
Revision: 1177815
archrelease: copy trunk to community-any
Added:
python-jupyter_client/repos/community-any/PKGBUILD
(from rev 1177814, 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-03-30 18:19:26 UTC (rev 1177814)
+++ PKGBUILD 2022-03-30 18:19:36 UTC (rev 1177815)
@@ -1,34 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-jupyter_client
-pkgver=7.2.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' 'python-entrypoints' 'python-nest-asyncio')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-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=('00e284dd1a5ac605ead8a42ada2a97041b642c1ef6cefb30c3c415b4eb94bead')
-
-# 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 1177814, python-jupyter_client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-03-30 18:19:36 UTC (rev 1177815)
@@ -0,0 +1,34 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-jupyter_client
+pkgver=7.2.1
+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-wheel')
+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=('aa177279e93205d0681ec0e2e210da01b22c5a1464a56abd455adcac64f0de91')
+
+# 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