python3-jupyter_nbconvert: update to 7.16.4.
This commit is contained in:
parent
c25b63f6f1
commit
72be9588dc
|
@ -1,10 +1,8 @@
|
|||
# Template file for 'python3-jupyter_nbconvert'
|
||||
pkgname=python3-jupyter_nbconvert
|
||||
version=7.16.2
|
||||
version=7.16.4
|
||||
revision=1
|
||||
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"
|
||||
depends="python3-BeautifulSoup4 python3-bleach python3-defusedxml
|
||||
python3-Jinja2 python3-jupyter_core python3-jupyterlab_pygments
|
||||
|
@ -19,7 +17,7 @@ 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=8310edd41e1c43947e4ecf16614c61469ebc024898eb808cce0999860fc9fb16
|
||||
checksum=86ca91ba266b0a448dc96fa6c5b9d98affabde2867b363258703536807f9f7f4
|
||||
|
||||
pre_check() {
|
||||
# templates must be in $JUPYTER_DATA_DIR/nbconvert/templates
|
||||
|
|
Loading…
Reference in New Issue