21 lines
680 B
Bash
21 lines
680 B
Bash
# Template file for 'python3-jupyterlab_pygments'
|
|
pkgname=python3-jupyterlab_pygments
|
|
version=0.1.2
|
|
revision=2
|
|
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
|
|
}
|