void-packages/srcpkgs/python3-jupyterlab_pygments/template

20 lines
731 B
Bash

# Template file for 'python3-jupyterlab_pygments'
pkgname=python3-jupyterlab_pygments
version=0.3.0
revision=1
build_style=python3-pep517
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 <nicolopiazzalunga@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/jupyterlab/jupyterlab_pygments"
distfiles="${PYPI_SITE}/j/jupyterlab_pygments/jupyterlab_pygments-${version}.tar.gz"
checksum=721aca4d9029252b11cfa9d185e5b5af4d54772bb8072f9b7036f4170054d35d
make_check=no # Upstream defines no tests
post_install() {
vlicense LICENSE
}