22 lines
738 B
Bash
22 lines
738 B
Bash
# Template file for 'python3-nbclient'
|
|
pkgname=python3-nbclient
|
|
version=0.5.4
|
|
revision=2
|
|
wrksrc="${pkgname#python3-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-traitlets python3-jupyter_client
|
|
python3-jupyter_nbformat python3-async_generator python3-nest_asyncio"
|
|
short_desc="Client library for executing Jupyter notebooks"
|
|
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://nbclient.readthedocs.io/en/latest/"
|
|
distfiles="${PYPI_SITE}/n/nbclient/nbclient-${version}.tar.gz"
|
|
checksum=6c8ad36a28edad4562580847f9f1636fe5316a51a323ed85a24a4ad37d4aefce
|
|
# Package might need to be installed for testing
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|