community/jupyter-notebook: disable on loongarch64

This commit is contained in:
ptrcnull 2024-05-23 15:57:51 +02:00
parent acb21e3873
commit 4a6b410e32
No known key found for this signature in database
GPG Key ID: 411F7B30801DD9CA

View File

@ -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
"