22 lines
807 B
Bash
22 lines
807 B
Bash
# Template file for 'python3-jupyter_nbformat'
|
|
pkgname=python3-jupyter_nbformat
|
|
version=5.10.4
|
|
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="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=322168b14f937a5d11362988ecac2a4952d3d8e3a2cbeb2319584631226d5b3a
|
|
conflicts="python-jupyter_nbformat<=4.4.0_3"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|