# Contributor: Aiden Grossman # Maintainer: Aiden Grossman pkgname=py3-jupyterlab_pygments pkgver=0.1.2 pkgrel=0 pkgdesc="Pygments theme using JupyterLab CSS variables" url="https://github.com/jupyterlab/jupyterlab_pygments" arch="noarch" license="BSD-3-Clause" makedepends="py3-setuptools" options="!check" # no test suite source="$pkgname-$pkgver.tar.gz::https://github.com/jupyterlab/jupyterlab_pygments/archive/refs/tags/$pkgver.tar.gz" builddir="$srcdir/jupyterlab_pygments-$pkgver" build() { python3 setup.py build } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums=" 0b4f4c13017f8afbd83e9fb575b3c4ee44272bc01421761ae7b140ecab743d825aa195432caa5f6153bda0ef84fe3ab92dad61ffd9b048927736a916dd267b5a py3-jupyterlab_pygments-0.1.2.tar.gz "