From 74de1dde6b0a7815399613db8d84db77947d46c6 Mon Sep 17 00:00:00 2001 From: dkwo Date: Fri, 14 May 2021 17:43:56 +0200 Subject: [PATCH] New package: python3-jupyterlab_pygments-0.1.2 --- srcpkgs/python3-jupyterlab_pygments/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-jupyterlab_pygments/template diff --git a/srcpkgs/python3-jupyterlab_pygments/template b/srcpkgs/python3-jupyterlab_pygments/template new file mode 100644 index 00000000000..e0d03184138 --- /dev/null +++ b/srcpkgs/python3-jupyterlab_pygments/template @@ -0,0 +1,20 @@ +# Template file for 'python3-jupyterlab_pygments' +pkgname=python3-jupyterlab_pygments +version=0.1.2 +revision=1 +wrksrc="${pkgname#python3-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +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=cfcda0873626150932f438eccf0f8bf22bfa92345b814890ab360d666b254146 +# Upstream defines no tests +make_check=no + +post_install() { + vlicense LICENSE +}