New package: python3-jupyterlab_pygments-0.1.2

This commit is contained in:
dkwo 2021-05-14 17:43:56 +02:00 committed by Andrew J. Hesford
parent 78c201d2db
commit 74de1dde6b

View file

@ -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 <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=cfcda0873626150932f438eccf0f8bf22bfa92345b814890ab360d666b254146
# Upstream defines no tests
make_check=no
post_install() {
vlicense LICENSE
}