mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
python3-nbclient: update to 0.10.2.
This commit is contained in:
parent
c9ff6f44dd
commit
993157388a
1 changed files with 7 additions and 11 deletions
|
@ -1,25 +1,21 @@
|
|||
# Template file for 'python3-nbclient'
|
||||
pkgname=python3-nbclient
|
||||
version=0.10.0
|
||||
revision=2
|
||||
version=0.10.2
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling"
|
||||
depends="python3-jupyter_client python3-jupyter_nbformat"
|
||||
depends="python3-jupyter_client python3-jupyter_core python3-jupyter_nbformat
|
||||
python3-traitlets"
|
||||
checkdepends="$depends python3-pytest-asyncio python3-testpath
|
||||
python3-flaky python3-jupyter_ipywidgets python3-xmltodict"
|
||||
python3-flaky python3-jupyter_ipywidgets python3-xmltodict
|
||||
python3-ipython_ipykernel python3-jupyter_nbconvert"
|
||||
short_desc="Client library for executing Jupyter notebooks"
|
||||
maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="BSD-3-Clause"
|
||||
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"
|
||||
checksum=4b3f1b7dba531e498449c4db4f53da339c91d449dc11e9af3a43b4eb5c5abb09
|
||||
make_check=extended # avoid a circular dependency
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
||||
# this would cause a build-time circular dependency
|
||||
checkdepends+=" python3-jupyter_nbconvert"
|
||||
fi
|
||||
checksum=90b7fc6b810630db87a6d0c2250b1f0ab4cf4d3c27a299b0cde78a4ed3fd9193
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue