From 4a6b410e32f7141ef235060272bbdf61baac742f Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Thu, 23 May 2024 15:57:51 +0200 Subject: [PATCH] community/jupyter-notebook: disable on loongarch64 --- community/jupyter-notebook/APKBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/community/jupyter-notebook/APKBUILD b/community/jupyter-notebook/APKBUILD index 72ebc31fae4..9b2b5cec94a 100644 --- a/community/jupyter-notebook/APKBUILD +++ b/community/jupyter-notebook/APKBUILD @@ -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 -"