python3-nbclient: update to 0.8.0.
This commit is contained in:
parent
8610884465
commit
f1b73dd3df
@ -1,19 +1,25 @@
|
|||||||
# Template file for 'python3-nbclient'
|
# Template file for 'python3-nbclient'
|
||||||
pkgname=python3-nbclient
|
pkgname=python3-nbclient
|
||||||
version=0.7.0
|
version=0.8.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="hatchling"
|
||||||
depends="python3-traitlets python3-jupyter_client
|
depends="python3-jupyter_client python3-jupyter_nbformat"
|
||||||
python3-jupyter_nbformat python3-async_generator python3-nest_asyncio"
|
checkdepends="$depends python3-pytest-asyncio python3-testpath
|
||||||
|
python3-flaky python3-jupyter_ipywidgets python3-xmltodict"
|
||||||
short_desc="Client library for executing Jupyter notebooks"
|
short_desc="Client library for executing Jupyter notebooks"
|
||||||
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://nbclient.readthedocs.io/en/latest/"
|
homepage="https://nbclient.readthedocs.io/en/latest/"
|
||||||
|
changelog="https://raw.githubusercontent.com/jupyter/nbclient/main/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/n/nbclient/nbclient-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/nbclient/nbclient-${version}.tar.gz"
|
||||||
checksum=a1d844efd6da9bc39d2209bf996dbd8e07bf0f36b796edfabaa8f8a9ab77c3aa
|
checksum=f9b179cd4b2d7bca965f900a2ebf0db4a12ebff2f36a711cb66861e4ae158e55
|
||||||
# Package might need to be installed for testing
|
make_check=extended # avoid a circular dependency
|
||||||
make_check=no
|
|
||||||
|
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
||||||
|
# this would cause a build-time circular dependency
|
||||||
|
checkdepends+=" python3-jupyter_nbconvert"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user