mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-18 04:02:30 +02:00
community/jupyter-notebook: disable on loongarch64
This commit is contained in:
parent
acb21e3873
commit
4a6b410e32
@ -6,9 +6,9 @@ pkgrel=1
|
||||
pkgdesc="Jupyter interactive notebook"
|
||||
url="https://github.com/jupyter/notebook"
|
||||
# py3-argon2-cffi is not available on s390x
|
||||
# bower/npm not present on riscv64
|
||||
# bower/npm not present on riscv64 and loongarch64
|
||||
# jupyter-nbclassic not present on ppc64le/armhf
|
||||
arch="noarch !armhf !s390x !riscv64 !ppc64le"
|
||||
arch="noarch !armhf !s390x !riscv64 !loongarch64 !ppc64le"
|
||||
license="BSD-3-Clause"
|
||||
depends="
|
||||
jupyter-nbclassic
|
||||
@ -53,6 +53,3 @@ package() {
|
||||
python3 setup.py install --prefix="/usr" --root="$pkgdir"
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
388df9e5e3f329c27353cd368693ae93e4d2efc00f81a96919367518ef742d1e69e34852ef732dc9ef940dab3bbe16406a133a7cc0045f1e2eeb2961af701faf jupyter-notebook-6.5.6.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user