From aaa732003135ba7412ac0851a900967b82ccd2f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sat, 25 Nov 2023 20:42:13 -0300 Subject: [PATCH] python3-jupyterlab_pygments: update to 0.3.0. --- srcpkgs/python3-jupyterlab_pygments/template | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python3-jupyterlab_pygments/template b/srcpkgs/python3-jupyterlab_pygments/template index cf382fcb45a..eb4bedbbdd4 100644 --- a/srcpkgs/python3-jupyterlab_pygments/template +++ b/srcpkgs/python3-jupyterlab_pygments/template @@ -1,23 +1,19 @@ # Template file for 'python3-jupyterlab_pygments' pkgname=python3-jupyterlab_pygments -version=0.2.2 +version=0.3.0 revision=1 build_style=python3-pep517 -hostmakedepends="python3-jupyter_packaging" +make_build_args="--skip-dependency-check" # jupyterlab not needed +hostmakedepends="hatch-jupyter-builder hatch-nodejs-version" depends="python3-Pygments" short_desc="Pygments theme making use of JupyterLab CSS variables" maintainer="dkwo " license="BSD-3-Clause" homepage="https://github.com/jupyterlab/jupyterlab_pygments" distfiles="${PYPI_SITE}/j/jupyterlab_pygments/jupyterlab_pygments-${version}.tar.gz" -checksum=7405d7fde60819d905a9fa8ce89e4cd830e318cdad22a0030f7a901da705585d +checksum=721aca4d9029252b11cfa9d185e5b5af4d54772bb8072f9b7036f4170054d35d make_check=no # Upstream defines no tests -post_patch() { - # jupyterlab not really needed for building - vsed -i -e 's|, "jupyterlab~=3.1"||' pyproject.toml -} - post_install() { vlicense LICENSE }