python3-jupyter_nbformat: update to 5.9.2, adopt.
This commit is contained in:
parent
9edeeadddb
commit
15c689aad0
|
@ -1,21 +1,21 @@
|
|||
# Template file for 'python3-jupyter_nbformat'
|
||||
pkgname=python3-jupyter_nbformat
|
||||
version=5.3.0
|
||||
revision=3
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-jsonschema python3-traitlets
|
||||
python3-ipython_genutils python3-jupyter_core
|
||||
python3-fastjsonschema"
|
||||
checkdepends="python3-pytest python3-testpath $depends"
|
||||
version=5.9.2
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling hatch-nodejs-version"
|
||||
depends="python3-fastjsonschema python3-jsonschema python3-jupyter_core
|
||||
python3-traitlets"
|
||||
checkdepends="$depends python3-pytest python3-testpath python3-pep440"
|
||||
short_desc="Jupyter notebook format"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/jupyter/nbformat"
|
||||
changelog="https://raw.githubusercontent.com/jupyter/nbformat/main/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/n/nbformat/nbformat-${version}.tar.gz"
|
||||
checksum=fcc5ab8cb74e20b19570b5be809e2dba9b82836fd2761a89066ad43394ba29f5
|
||||
checksum=5f98b5ba1997dff175e77e0c17d5c10a96eaed2cbd1de3533d1fc35d5e111192
|
||||
conflicts="python-jupyter_nbformat<=4.4.0_3"
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING.md LICENSE
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue