1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/py3-jupyterlab_pygments/APKBUILD
2022-02-02 06:28:57 +00:00

25 lines
830 B
Text

# Contributor: Aiden Grossman <agrossman154@yahoo.com>
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
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
"