Date: Friday, April 14, 2023 @ 06:36:28
Author: arojas
Revision: 1445979
archrelease: copy trunk to community-staging-any
Added:
python-jupyter-client/repos/community-staging-any/PKGBUILD
(from rev 1445978, python-jupyter-client/trunk/PKGBUILD)
Deleted:
python-jupyter-client/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-14 06:36:13 UTC (rev 1445978)
+++ PKGBUILD 2023-04-14 06:36:28 UTC (rev 1445979)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Kyle Keen <[email protected]>
-
-_pyname=jupyter_client
-pkgname=python-${_pyname/_/-}
-pkgver=8.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)
-makedepends=(python-build python-installer python-hatchling)
-checkdepends=(python-pytest-jupyter python-pytest-timeout iproute2 net-tools
openssh)
-conflicts=(python-jupyter_client)
-provides=(python-jupyter_client)
-replaces=(python-jupyter_client)
-source=(https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-$pkgver.tar.gz)
-sha256sums=('3fbab64100a0dcac7701b1e0f1a4412f1ccb45546ff2ad9bc4fcbe4e19804811')
-
-build() {
- cd $_pyname-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd $_pyname-$pkgver
- pytest -v
-}
-
-package() {
- cd $_pyname-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: python-jupyter-client/repos/community-staging-any/PKGBUILD (from rev
1445978, python-jupyter-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-14 06:36:28 UTC (rev 1445979)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Kyle Keen <[email protected]>
+
+_pyname=jupyter_client
+pkgname=python-${_pyname/_/-}
+pkgver=8.2.0
+pkgrel=2
+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)
+makedepends=(python-build python-installer python-hatchling)
+checkdepends=(python-pytest-jupyter python-pytest-timeout iproute2 net-tools
openssh)
+conflicts=(python-jupyter_client)
+provides=(python-jupyter_client)
+replaces=(python-jupyter_client)
+source=(https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-$pkgver.tar.gz)
+sha256sums=('9fe233834edd0e6c0aa5f05ca2ab4bdea1842bfd2d8a932878212fc5301ddaf0')
+
+build() {
+ cd $_pyname-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd $_pyname-$pkgver
+ pytest -v
+}
+
+package() {
+ cd $_pyname-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}