From 15c689aad0b3987b40331a1f58b5580422c0e152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 23 May 2023 23:15:56 -0300 Subject: [PATCH] python3-jupyter_nbformat: update to 5.9.2, adopt. --- srcpkgs/python3-jupyter_nbformat/template | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template index 12c384639fe..357d1053e00 100644 --- a/srcpkgs/python3-jupyter_nbformat/template +++ b/srcpkgs/python3-jupyter_nbformat/template @@ -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 " +maintainer="Gonzalo TornarĂ­a " 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 }