mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-jupyter_nbconvert: update to 7.16.4.
This commit is contained in:
parent
c25b63f6f1
commit
72be9588dc
1 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
||||||
# Template file for 'python3-jupyter_nbconvert'
|
# Template file for 'python3-jupyter_nbconvert'
|
||||||
pkgname=python3-jupyter_nbconvert
|
pkgname=python3-jupyter_nbconvert
|
||||||
version=7.16.2
|
version=7.16.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
# these two tests require nbconvert.tests (not installed)
|
|
||||||
make_check_args="-k not((test_convert_full_qualified_name)or(test_post_processor))"
|
|
||||||
hostmakedepends="hatchling"
|
hostmakedepends="hatchling"
|
||||||
depends="python3-BeautifulSoup4 python3-bleach python3-defusedxml
|
depends="python3-BeautifulSoup4 python3-bleach python3-defusedxml
|
||||||
python3-Jinja2 python3-jupyter_core python3-jupyterlab_pygments
|
python3-Jinja2 python3-jupyter_core python3-jupyterlab_pygments
|
||||||
|
@ -19,7 +17,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/jupyter/nbconvert"
|
homepage="https://github.com/jupyter/nbconvert"
|
||||||
changelog="https://raw.githubusercontent.com/jupyter/nbconvert/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/jupyter/nbconvert/main/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
|
||||||
checksum=8310edd41e1c43947e4ecf16614c61469ebc024898eb808cce0999860fc9fb16
|
checksum=86ca91ba266b0a448dc96fa6c5b9d98affabde2867b363258703536807f9f7f4
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
# templates must be in $JUPYTER_DATA_DIR/nbconvert/templates
|
# templates must be in $JUPYTER_DATA_DIR/nbconvert/templates
|
||||||
|
|
Loading…
Add table
Reference in a new issue