aports/community/py3-jupyterlab_pygments/APKBUILD
2024-06-17 06:25:11 +00:00

27 lines
838 B
Plaintext

# Contributor: Aiden Grossman <agrossman154@yahoo.com>
# Maintainer:
pkgname=py3-jupyterlab_pygments
pkgver=0.2.2
pkgrel=4
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
subpackages="$pkgname-pyc"
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 --skip-build --root="$pkgdir"
}
sha512sums="
bf689499f1f9cf3a34e89d90c33003ab05c9aa746e6cfb6dc34a20126be6f09710429fe9d1778a80e55b788c7182f0b276009d249770e2fdb6df1f8619e24810 py3-jupyterlab_pygments-0.2.2.tar.gz
"