2022-04-17 04:08:30 +00:00

26 lines
852 B
Plaintext

# Contributor: Aiden Grossman <agrossman154@yahoo.com>
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
pkgname=py3-jupyterlab_pygments
pkgver=0.2.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 py3-jupyter-packaging"
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="
bf689499f1f9cf3a34e89d90c33003ab05c9aa746e6cfb6dc34a20126be6f09710429fe9d1778a80e55b788c7182f0b276009d249770e2fdb6df1f8619e24810 py3-jupyterlab_pygments-0.2.2.tar.gz
"