mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
python3-jupyter_nbconvert: update to 7.16.6.
This commit is contained in:
parent
efe9c19150
commit
32bbcb08ab
1 changed files with 6 additions and 6 deletions
|
@ -1,23 +1,23 @@
|
|||
# Template file for 'python3-jupyter_nbconvert'
|
||||
pkgname=python3-jupyter_nbconvert
|
||||
version=7.16.4
|
||||
revision=2
|
||||
version=7.16.6
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling"
|
||||
depends="python3-BeautifulSoup4 python3-bleach python3-defusedxml
|
||||
python3-Jinja2 python3-jupyter_core python3-jupyterlab_pygments
|
||||
python3-MarkupSafe python3-mistune python3-nbclient
|
||||
python3-jupyter_nbformat python3-packaging python3-pandocfilters
|
||||
python3-tinycss2"
|
||||
checkdepends="$depends python3-pytest python3-jupyter_ipywidgets
|
||||
asciidoc inkscape pandoc python3-flaky python3-PyQt5"
|
||||
python3-Pygments python3-traitlets python3-tinycss2"
|
||||
checkdepends="$depends python3-pytest-xdist python3-jupyter_ipywidgets
|
||||
asciidoc inkscape pandoc python3-flaky python3-PyQt5 python3-ipython_ipykernel"
|
||||
short_desc="Converting Jupyter notebooks"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/jupyter/nbconvert"
|
||||
changelog="https://raw.githubusercontent.com/jupyter/nbconvert/main/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
|
||||
checksum=86ca91ba266b0a448dc96fa6c5b9d98affabde2867b363258703536807f9f7f4
|
||||
checksum=576a7e37c6480da7b8465eefa66c17844243816ce1ccc372633c6b71c3c0f582
|
||||
|
||||
pre_check() {
|
||||
# templates must be in $JUPYTER_DATA_DIR/nbconvert/templates
|
||||
|
|
Loading…
Add table
Reference in a new issue