Date: Monday, April 10, 2023 @ 07:01:33
Author: felixonmars
Revision: 1443713
archrelease: copy trunk to community-staging-any
Added:
python-jupyter-client/repos/community-staging-any/PKGBUILD
(from rev 1443712, 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-10 07:01:25 UTC (rev 1443712)
+++ PKGBUILD 2023-04-10 07:01:33 UTC (rev 1443713)
@@ -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=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=('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
1443712, python-jupyter-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 07:01:33 UTC (rev 1443713)
@@ -0,0 +1,35 @@
+# 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
+}