2022-04-17 04:08:30 +00:00

41 lines
997 B
Plaintext

# Contributor: Aiden Grossman <agrossman154@yahoo.com>
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
pkgname=py3-jupyter_client
pkgver=7.2.2
pkgrel=0
pkgdesc="Jupyter protocol client APIs"
url="https://github.com/jupyter/jupyter_client"
arch="noarch"
license="BSD-3-Clause"
depends="
py3-traitlets
py3-pyzmq
py3-jupyter_core
py3-entrypoints
py3-tornado
py3-nest_asyncio
py3-dateutil
"
makedepends="py3-setuptools"
checkdepends="py3-pytest ipython py3-ipykernel"
# circular dependency with py3-ipykernel
options="!check"
source="$pkgname-$pkgver.tar.gz::https://github.com/jupyter/jupyter_client/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/jupyter_client-$pkgver/"
build() {
python3 setup.py build
}
check() {
pytest
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="
bc3e70478bce7ffe7bb269df0c497871241fcdfcf926957466aec99be9bb56a86672a9c3f8c5fd84cc1d4549a597e9f4df246f072bc0ade09d26f19ef7d57083 py3-jupyter_client-7.2.2.tar.gz
"