mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/*: disable on loongarch64
This commit is contained in:
parent
6035a6b8e9
commit
cf88d53481
@ -5,8 +5,7 @@ pkgver=2.9.3
|
||||
pkgrel=0
|
||||
pkgdesc="Tool for reverse engineering Android apk files"
|
||||
url="https://apktool.org/"
|
||||
arch="all !x86 !armhf !armv7 !riscv64"
|
||||
# disabled due to openjdk11 limitations
|
||||
arch="all !x86 !armhf !armv7 !riscv64 !loongarch64" # blocked by openjdk11
|
||||
license="Apache-2.0"
|
||||
depends="openjdk11-jre-headless"
|
||||
source="https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_$pkgver.jar
|
||||
|
@ -6,7 +6,8 @@ pkgdesc="Bazel is an open-source build and test tool"
|
||||
url="https://bazel.build/"
|
||||
# 1. Copy arch line from openjdk11, since we depend on it
|
||||
# 2. aarch64, ppc64le times out in CI, 1h is not enough
|
||||
arch="all !x86 !armhf !armv7 !riscv64 !s390x !aarch64 !ppc64le"
|
||||
# loongarch64: blocked by openjdk11-jdk
|
||||
arch="all !x86 !armhf !armv7 !riscv64 !s390x !aarch64 !ppc64le !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="bash openjdk11-jdk"
|
||||
makedepends="linux-headers python3 unzip zip"
|
||||
|
@ -7,12 +7,13 @@ pkgver=5.2.2
|
||||
pkgrel=1
|
||||
pkgdesc="3D printer / slicing GUI built on top of the Uranium framework"
|
||||
url="https://ultimaker.com/software/ultimaker-cura"
|
||||
arch="noarch !ppc64le !x86 !armhf !riscv64 !s390x !armv7" # ppc64le: no py3-keyring
|
||||
# ppc64le: no py3-keyring
|
||||
# x86: no curaengine
|
||||
# armhf: no uranium, qt5-qtquickcontrols, qt5-qtquickcontrols2, qt5-qtgraphicaleffects
|
||||
# riscv64: no uranium
|
||||
# s390x: no py3-trimesh, no py3-numpy-stl
|
||||
# armv7: no py3-trimesh
|
||||
# armv7, loongarch64: no py3-trimesh
|
||||
arch="noarch !ppc64le !x86 !armhf !riscv64 !s390x !armv7 !loongarch64"
|
||||
license="LGPL-3.0-or-later"
|
||||
# add cura-binary-data to depends when packaged
|
||||
depends="
|
||||
|
@ -5,9 +5,10 @@ pkgver=1.0.0
|
||||
pkgrel=2
|
||||
pkgdesc="Prometheus metrics exporter from DMARC reports"
|
||||
url="https://github.com/jgosmann/dmarc-metrics-exporter"
|
||||
arch="noarch !s390x"
|
||||
# s390x: because of py3-xsdata
|
||||
# see https://gitlab.alpinelinux.org/alpine/aports/-/issues/15642
|
||||
# loongarch64: blocked by uvicorn
|
||||
arch="noarch !s390x !loongarch64"
|
||||
license="MIT"
|
||||
depends="
|
||||
py3-bite-parser
|
||||
|
@ -9,7 +9,8 @@ url="https://www.eclipse.org/jdt/core/index.php"
|
||||
# x86, armhf and armv7 blocked by openjdk17
|
||||
# riscv64 blocked by java
|
||||
# ppc64le: jdk17 unsupported at 4.25
|
||||
arch="noarch !x86 !armv7 !armhf !riscv64 !ppc64le"
|
||||
# loongarch64: blocked by apache-ant
|
||||
arch="noarch !x86 !armv7 !armhf !riscv64 !ppc64le !loongarch64"
|
||||
license="EPL-2.0"
|
||||
depends="java-common"
|
||||
makedepends="apache-ant java-jdk"
|
||||
|
@ -5,7 +5,9 @@ pkgver=2.8.0
|
||||
pkgrel=1
|
||||
pkgdesc="Photo viewer and organizer designed for elementary OS"
|
||||
url="https://github.com/elementary/photos"
|
||||
arch="all !riscv64 !s390x" # blocked by libhandy1
|
||||
# riscv64, s390x: blocked by libhandy1
|
||||
# loongarch64: blocked by rest
|
||||
arch="all !riscv64 !s390x !loongarch64"
|
||||
license="LGPL-2.1"
|
||||
depends="hicolor-icon-theme"
|
||||
makedepends="
|
||||
@ -39,7 +41,7 @@ subpackages="
|
||||
"
|
||||
source="https://github.com/elementary/photos/archive/$pkgver/$pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/photos-$pkgver"
|
||||
options="!check" # no tests provided
|
||||
options="!check" # no tests provided
|
||||
|
||||
build() {
|
||||
abuild-meson . output
|
||||
|
@ -5,7 +5,9 @@ pkgver=0.7.1
|
||||
pkgrel=1
|
||||
pkgdesc="Tool to compare ELF binaries"
|
||||
url="https://github.com/noseglasses/elf_diff"
|
||||
arch="noarch !s390x" # py3-progressbar2
|
||||
# s390x: blocked by py3-progressbar2
|
||||
# loongarch64: blocked by py3-deepdiff
|
||||
arch="noarch !s390x !loongarch64"
|
||||
license="GPL-3.0-only"
|
||||
depends="
|
||||
py3-anytree
|
||||
|
@ -7,7 +7,8 @@ pkgdesc="Grassroots DiCoM is a C++ library for DICOM medical files"
|
||||
url="https://gdcm.sourceforge.net/"
|
||||
# armhf, aarch64: dcmtk missing
|
||||
# s390x: vtk missing
|
||||
arch="all !aarch64 !armhf !s390x"
|
||||
# loongarch64: blocked by openjdk8-jdk
|
||||
arch="all !aarch64 !armhf !s390x !loongarch64"
|
||||
license="BSD-3-Clause"
|
||||
makedepends="
|
||||
charls-dev
|
||||
|
@ -4,7 +4,8 @@ pkgver=2.9.0
|
||||
pkgrel=2
|
||||
pkgdesc="Frontend for grommunio management"
|
||||
# s390x: blocked by grommunio-gromox through grommunio-admin-api
|
||||
arch="noarch !riscv64 !s390x"
|
||||
# loongarch64: blocked by grommunio-admin-api
|
||||
arch="noarch !riscv64 !s390x !loongarch64"
|
||||
url="https://grommunio.com/"
|
||||
license="AGPL-3.0-only"
|
||||
options="!check" # No test suite
|
||||
|
@ -6,7 +6,8 @@ pkgrel=1
|
||||
pkgdesc="Gathering shiny things from your domain"
|
||||
url="https://github.com/skelsec/jackdaw"
|
||||
# s390x: py3-igraph
|
||||
arch="all !s390x"
|
||||
# loongarch64: blocked by py3-aiosmb
|
||||
arch="all !s390x !loongarch64"
|
||||
license="MIT"
|
||||
depends="
|
||||
py3-aiosmb
|
||||
|
@ -7,7 +7,8 @@ pkgrel=0
|
||||
pkgdesc="The JT harness is a general purpose, fully-featured, flexible, and configurable test harness"
|
||||
url="https://github.com/openjdk/jtharness"
|
||||
# riscv64: java
|
||||
arch="noarch !riscv64"
|
||||
# loongarch64: blocked by apache-ant
|
||||
arch="noarch !riscv64 !loongarch64"
|
||||
license="GPL-2.0"
|
||||
makedepends="java-jdk apache-ant"
|
||||
options="!check" # this package has no tests
|
||||
|
@ -9,7 +9,8 @@ url="https://github.com/openjdk/jtreg"
|
||||
# oracle dropped support for 32 bit
|
||||
# riscv64 blocked by openjdk11
|
||||
# s390x, ppc64le due to java-asmtools
|
||||
arch="all !x86 !armhf !armv7 !riscv64 !s390x !ppc64le"
|
||||
# loongarch64: blocked by apache-ant
|
||||
arch="all !x86 !armhf !armv7 !riscv64 !s390x !ppc64le !loongarch64"
|
||||
license="GPL-2.0"
|
||||
depends="java-jtharness java-asmtools apache-ant"
|
||||
makedepends="bash openjdk11 zip" # explicitly requires java 11 to compile
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.41.4
|
||||
pkgrel=0
|
||||
pkgdesc="Python language server exclusively for Jedi"
|
||||
url="https://github.com/pappasam/jedi-language-server"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-lsprotocol
|
||||
arch="noarch !loongarch64"
|
||||
license="MIT"
|
||||
depends="
|
||||
py3-cattrs
|
||||
|
@ -7,8 +7,8 @@ pkgdesc="Release projects quickly and easily with JReleaser"
|
||||
url="https://jreleaser.org/"
|
||||
# aarch64: openjdk currently segfaults
|
||||
# ppc64le: openjdk hangs
|
||||
# riscv64, 32-bit: no jdk11
|
||||
arch="all !aarch64 !ppc64le !armv7 !armhf !x86 !riscv64"
|
||||
# riscv64, loongarch64, 32-bit: no jdk11
|
||||
arch="all !aarch64 !ppc64le !armv7 !armhf !x86 !riscv64 !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="openjdk11-jdk"
|
||||
makedepends="gradle"
|
||||
@ -58,4 +58,3 @@ package() {
|
||||
sha512sums="
|
||||
fa1740332a7306c32e4995f4a2fd80fcfe7f11c5a49eeea1afd060657d9f8806d1366960b2914afbebe6a2610ff8720ee355c214e904e4479f04b4f398b5bee5 jreleaser-1.12.0.tar.gz
|
||||
"
|
||||
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="Kerberos security toolkit for Python"
|
||||
url="https://github.com/skelsec/kerberoast"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-minikerberos
|
||||
arch="noarch !loongarch64"
|
||||
license="MIT"
|
||||
depends="
|
||||
py3-minikerberos
|
||||
|
@ -5,7 +5,7 @@ pkgver=2.5.0
|
||||
pkgrel=3
|
||||
pkgdesc="Federated Matrix Identity Server"
|
||||
url="https://github.com/ma1uta/ma1sd/"
|
||||
arch="noarch !riscv64" # openjdk8-jre missing
|
||||
arch="noarch !riscv64 !loongarch64" # openjdk8-jre missing
|
||||
license="AGPL-3.0-or-later"
|
||||
install="$pkgname.pre-install"
|
||||
depends="java-jre-headless"
|
||||
|
@ -7,7 +7,8 @@ pkgrel=1
|
||||
pkgdesc="media file organiser"
|
||||
options="!check" # No testsuite
|
||||
url="https://pypi.org/project/mnamer/"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-requests-cache
|
||||
arch="noarch !loongarch64"
|
||||
license="MIT"
|
||||
depends="py3-appdirs py3-guessit py3-requests py3-requests-cache py3-teletype"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-installer py3-wheel"
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.0.4
|
||||
pkgrel=1
|
||||
pkgdesc="Fixes the temperature reporting from the Creality Ender-3 v2 printer"
|
||||
url="https://github.com/SimplyPrint/OctoPrint-Creality2xTemperatureReportingFix"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by octoprint
|
||||
arch="noarch !loongarch64"
|
||||
license="MIT"
|
||||
depends="octoprint"
|
||||
makedepends="py3-gpep517 py3-setuptools py3-wheel"
|
||||
|
@ -5,7 +5,8 @@ pkgver=2024.3.27
|
||||
pkgrel=0
|
||||
pkgdesc="Checks for common issues in uploaded files"
|
||||
url="https://github.com/OctoPrint/OctoPrint-FileCheck"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by octoprint
|
||||
arch="noarch !loongarch64"
|
||||
license="AGPL-3.0-only"
|
||||
depends="octoprint"
|
||||
makedepends="py3-gpep517 py3-setuptools py3-wheel"
|
||||
|
@ -5,7 +5,8 @@ pkgver=2021.10.11
|
||||
pkgrel=1
|
||||
pkgdesc="Checks for unsafe or broken printer firmwares"
|
||||
url="https://github.com/OctoPrint/OctoPrint-FirmwareCheck"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by octoprint
|
||||
arch="noarch !loongarch64"
|
||||
license="AGPL-3.0-only"
|
||||
depends="octoprint"
|
||||
makedepends="py3-gpep517 py3-setuptools py3-wheel"
|
||||
|
@ -5,7 +5,8 @@ pkgver=2023.10.10
|
||||
pkgrel=0
|
||||
pkgdesc="OctoPrint plugin that provides additional information about your Pi in the UI"
|
||||
url="https://github.com/OctoPrint/OctoPrint-PiSupport"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by octoprint
|
||||
arch="noarch !loongarch64"
|
||||
license="AGPL-3.0-only"
|
||||
depends="octoprint"
|
||||
makedepends="py3-gpep517 py3-setuptools py3-wheel"
|
||||
|
@ -5,7 +5,8 @@ pkgver=1.10.1
|
||||
pkgrel=0
|
||||
pkgdesc="Snappy web interface for your 3D printer"
|
||||
url="https://octoprint.org/"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-pydantic
|
||||
arch="noarch !loongarch64"
|
||||
license="AGPL-3.0-only"
|
||||
depends="
|
||||
py3-argon2-cffi
|
||||
|
@ -5,7 +5,7 @@ pkgver=0.0.2_alpha42
|
||||
pkgrel=1
|
||||
pkgdesc="ovos-core metapackage for audio daemon"
|
||||
url="https://github.com/OpenVoiceOS/ovos-audio"
|
||||
arch="noarch !s390x" # blocked by py3-ovos-ocp-audio-plugin
|
||||
arch="noarch !s390x !loongarch64" # blocked by py3-ovos-ocp-audio-plugin
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-ovos-bus-client
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.0.8_alpha105
|
||||
pkgrel=0
|
||||
pkgdesc="OVOS Core, the OVOS Artificial Intelligence platform"
|
||||
url="https://github.com/OpenVoiceOS/ovos-core/"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-ovos-plugin-manager
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-adapt-parser
|
||||
|
@ -7,7 +7,8 @@ pkgdesc="ovos-listener based on the voice loop from mycroft-dinkum"
|
||||
url="https://github.com/OpenVoiceOS/ovos-dinkum-listener"
|
||||
# 32-bit arches blocked by py3-webrtcvad -> py3-ovos-vad-plugin-webrtcvad
|
||||
# s390x, ppc64le and riscv64 blocked by py3-webrtcvad -> py3-ovos-vad-plugin-webrtcvad
|
||||
arch="noarch !x86 !armhf !armv7 !s390x !ppc64le !riscv64"
|
||||
# loongarch64: blocked by py3-ovos-plugin-manager
|
||||
arch="noarch !x86 !armhf !armv7 !s390x !ppc64le !riscv64 !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-ovos-backend-client
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.0.3_alpha5
|
||||
pkgrel=1
|
||||
pkgdesc="ovos-core metapackage for gui daemon"
|
||||
url="https://github.com/OpenVoiceOS/ovos-gui"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-ovos-plugin-manager
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-ovos-bus-client
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.0.5_alpha6
|
||||
pkgrel=1
|
||||
pkgdesc="Plugin based Hardware Abstraction Layer for OVOS"
|
||||
url="https://github.com/OpenVoiceOS/ovos-PHAL"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-ovos-plugin-manager
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-ovos-bus-client
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.0.4_alpha3
|
||||
pkgrel=1
|
||||
pkgdesc="Introductory Skill so that Skill Authors can see how an OVOS Skill is put together"
|
||||
url="https://github.com/OpenVoiceOS/skill-ovos-hello-world"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-ovos-workshop
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-ovos-utils
|
||||
|
@ -7,7 +7,8 @@ pkgrel=4
|
||||
pkgdesc="E2EE-aware Matrix proxy daemon"
|
||||
options="!check" # Tests hang
|
||||
url="https://github.com/matrix-org/pantalaimon"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-matrix-nio
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-aiohttp
|
||||
|
@ -6,7 +6,9 @@ pkgver=6.1.7
|
||||
pkgrel=2
|
||||
pkgdesc="An open source ecosystem for IoT development"
|
||||
url="https://platformio.org"
|
||||
arch="noarch !armhf !ppc64le" # limited by py3-starlette
|
||||
# armhf, ppc64le: limited by py3-starlette
|
||||
# loongarch64: blocked by uvicorn
|
||||
arch="noarch !armhf !ppc64le !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-aiofiles
|
||||
|
@ -6,7 +6,8 @@ pkgver=0.1.6
|
||||
pkgrel=2
|
||||
pkgdesc="NTDS parser toolkit"
|
||||
url="https://github.com/skelsec/aesedb"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-unicrypto
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-1.1"
|
||||
depends="
|
||||
py3-aiowinreg
|
||||
|
@ -6,7 +6,8 @@ pkgver=0.4.10
|
||||
pkgrel=1
|
||||
pkgdesc="Asynchronous SMB protocol implementation"
|
||||
url="https://github.com/skelsec/aiosmb"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-unicrypto
|
||||
arch="noarch !loongarch64"
|
||||
license="MIT"
|
||||
depends="
|
||||
py3-asn1crypto
|
||||
|
@ -6,7 +6,8 @@ pkgver=0.0.20
|
||||
pkgrel=1
|
||||
pkgdesc="Unified authentication library"
|
||||
url="https://github.com/skelsec/asyauth"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-unicrypto
|
||||
arch="noarch !loongarch64"
|
||||
license="MIT"
|
||||
depends="
|
||||
py3-asn1crypto
|
||||
|
@ -5,7 +5,8 @@ pkgver=1.3.1
|
||||
pkgrel=1
|
||||
pkgdesc="pythonic generic language server"
|
||||
url="https://github.com/openlawlibrary/pygls"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-lsprotocol
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="py3-lsprotocol py3-cattrs"
|
||||
makedepends="py3-gpep517 py3-wheel py3-poetry-core"
|
||||
|
@ -5,7 +5,8 @@ pkgver=3.3.0
|
||||
pkgrel=2
|
||||
pkgdesc="Tools for labeling human languages with IETF language tags"
|
||||
url="https://github.com/rspeer/langcodes"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-language-data
|
||||
arch="noarch !loongarch64"
|
||||
license="MIT"
|
||||
depends="py3-language-data py3-setuptools"
|
||||
makedepends="
|
||||
|
@ -5,7 +5,8 @@ pkgver=1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Supplementary data about languages used by the langcodes module"
|
||||
url="https://github.com/rspeer/language_data"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-marisa-trie
|
||||
arch="noarch !loongarch64"
|
||||
license="MIT"
|
||||
depends="
|
||||
py3-marisa-trie
|
||||
|
@ -5,7 +5,8 @@ pkgver=1.1.0
|
||||
pkgrel=0
|
||||
pkgdesc="Static memory-efficient and fast Trie-like structures for Python"
|
||||
url="https://github.com/kmike/marisa-trie"
|
||||
arch="all"
|
||||
# loongarch64: blocked by py3-readme_renderer
|
||||
arch="all !loongarch64"
|
||||
license="MIT"
|
||||
makedepends="
|
||||
py3-gpep517
|
||||
|
@ -6,7 +6,8 @@ pkgver=2.10.1
|
||||
pkgrel=1
|
||||
pkgdesc="hash, hmac, RSA, ECC, X.509, TLS, DTLS, handshakes, and secrets with an mbed TLS back end"
|
||||
url="https://github.com/Synss/python-mbedtls"
|
||||
arch="all"
|
||||
# loongarch64: blocked by py3-readme_renderer
|
||||
arch="all !loongarch64"
|
||||
license="MIT"
|
||||
depends="
|
||||
mbedtls2
|
||||
|
@ -6,7 +6,8 @@ pkgver=0.4.4
|
||||
pkgrel=1
|
||||
pkgdesc="Kerberos manipulation library in pure Python"
|
||||
url="https://github.com/skelsec/minikerberos"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-unicrypto
|
||||
arch="noarch !loongarch64"
|
||||
license="MIT"
|
||||
depends="
|
||||
py3-asn1crypto
|
||||
|
@ -6,7 +6,8 @@ pkgver=0.5.10
|
||||
pkgrel=1
|
||||
pkgdesc="Python library to play with MS LDAP"
|
||||
url="https://github.com/skelsec/msldap"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-unicrypto
|
||||
arch="noarch !loongarch64"
|
||||
license="MIT"
|
||||
depends="
|
||||
py3-asn1crypto
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.0.1
|
||||
pkgrel=0
|
||||
pkgdesc="Simple audio plugin for OVOS"
|
||||
url="https://github.com/OpenVoiceOS/ovos-audio-plugin-simple"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-ovos-plugin-manager
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="py3-ovos-plugin-manager"
|
||||
makedepends="
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.1.0
|
||||
pkgrel=0
|
||||
pkgdesc="Unofficial python api for interaction with https://api.mycroft.ai"
|
||||
url="https://github.com/OpenVoiceOS/ovos-backend-client"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-ovos-plugin-manager
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-json-database
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.0.0_alpha53
|
||||
pkgrel=0
|
||||
pkgdesc="Open during construction"
|
||||
url="https://github.com/OpenVoiceOS/ovos-classifiers"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-ovos-plugin-manager
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-dateutil
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="OpenVoiceOS Microphone plugin"
|
||||
url="https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-ovos-plugin-manager
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-ovos-plugin-manager
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.0.6_alpha2
|
||||
pkgrel=3
|
||||
pkgdesc="A full-fledged voice media player packaged as a Mycroft audio plugin"
|
||||
url="https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-ovos-plugin-manager
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-dbus-next
|
||||
|
@ -5,7 +5,7 @@ pkgver=0.0.2_alpha2
|
||||
pkgrel=0
|
||||
pkgdesc="ovos-core m3u plugin"
|
||||
url="https://github.com/OpenVoiceOS/ovos-ocp-m3u-plugin"
|
||||
arch="noarch !s390x" # blocked by py3-ovos-ocp-audio-plugin
|
||||
arch="noarch !s390x !loongarch64" # blocked by py3-ovos-ocp-audio-plugin
|
||||
license="Apache-2.0"
|
||||
depends="py3-ovos-ocp-audio-plugin"
|
||||
makedepends="
|
||||
|
@ -5,7 +5,7 @@ pkgver=0.0.3
|
||||
pkgrel=1
|
||||
pkgdesc="ovos-core news plugin"
|
||||
url="https://github.com/OpenVoiceOS/ovos-ocp-news-plugin"
|
||||
arch="noarch !s390x" # blocked by py3-ovos-ocp-audio-plugin
|
||||
arch="noarch !s390x !loongarch64" # blocked by py3-ovos-ocp-audio-plugin
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-beautifulsoup4
|
||||
|
@ -5,7 +5,7 @@ pkgver=0.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="ovos-core rss plugin"
|
||||
url="https://github.com/OpenVoiceOS/ovos-ocp-rss-plugin"
|
||||
arch="noarch !s390x" # blocked by py3-ovos-ocp-audio-plugin
|
||||
arch="noarch !s390x !loongarch64" # blocked by py3-ovos-ocp-audio-plugin
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-feedparser
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.0.3
|
||||
pkgrel=1
|
||||
pkgdesc="Monitors network state and exposes it via messagebus"
|
||||
url="https://github.com/OpenVoiceOS/ovos-PHAL-plugin-connectivity-events"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-ovos-plugin-manager
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-ovos-bus-client
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="Provides geolocation information via the OVOS Messagebus"
|
||||
url="https://github.com/OpenVoiceOS/ovos-PHAL-plugin-ipgeo"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-ovos-plugin-manager
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-ovos-config
|
||||
|
@ -5,7 +5,8 @@ pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="NetworkManager plugin for PHAL"
|
||||
url="https://github.com/OpenVoiceOS/ovos-PHAL-plugin-network-manager"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-ovos-plugin-manager
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
networkmanager-cli
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="OAuth plugin for OVOS"
|
||||
url="https://github.com/OpenVoiceOS/ovos-PHAL-plugin-oauth"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-ovos-backend-client
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-flask
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.0.25
|
||||
pkgrel=0
|
||||
pkgdesc="Plugin manager for OpenVoiceOS, STT/TTS/Wakewords that can be used anywhere"
|
||||
url="https://github.com/OpenVoiceOS/OVOS-plugin-manager"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-langcodes
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-combo-lock
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.0.4_alpha4
|
||||
pkgrel=1
|
||||
pkgdesc="OpenVoiceOS companion plugin for OpenVoiceOS STT Server"
|
||||
url="https://github.com/OpenVoiceOS/ovos-stt-plugin-server"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-ovos-plugin-manager
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="py3-ovos-plugin-manager"
|
||||
makedepends="
|
||||
|
@ -5,8 +5,8 @@ pkgver=0.0.1
|
||||
pkgrel=0
|
||||
pkgdesc="OpenVoiceOS TTS plugin for piper"
|
||||
url="https://github.com/OpenVoiceOS/ovos-tts-plugin-piper"
|
||||
# armhf, x86, s390x and riscv64 blocked by onnxruntime -> py3-piper-tts
|
||||
arch="noarch !armhf !x86 !s390x !riscv64"
|
||||
# armhf, x86, s390x, riscv64 and loongarch64 blocked by onnxruntime -> py3-piper-tts
|
||||
arch="noarch !armhf !x86 !s390x !riscv64 !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-ovos-plugin-manager
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.0.2_alpha13
|
||||
pkgrel=1
|
||||
pkgdesc="OpenVoiceOS companion plugin for OpenVoiceOS TTS Server"
|
||||
url="https://github.com/OpenVoiceOS/ovos-tts-server-plugin"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-ovos-plugin-manager
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-ovos-plugin-manager
|
||||
|
@ -7,7 +7,8 @@ pkgdesc="ovos plugin for voice activity detection using webrtcvad"
|
||||
url="https://github.com/OpenVoiceOS/ovos-vad-plugin-webrtcvad"
|
||||
# 32-bit arches blocked by py3-webrtcvad
|
||||
# s390x, ppc64le and riscv64 blocked by py3-webrtcvad
|
||||
arch="noarch !x86 !armhf !armv7 !s390x !ppc64le !riscv64"
|
||||
# loongarch64: blocked by py3-ovos-plugin-manager
|
||||
arch="noarch !x86 !armhf !armv7 !s390x !ppc64le !riscv64 !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-webrtcvad
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.0.15
|
||||
pkgrel=0
|
||||
pkgdesc="Frameworks, templates and patches for the mycroft universe"
|
||||
url="https://github.com/OpenVoiceOS/OVOS-workshop"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-ovos-backend-client
|
||||
arch="noarch !loongarch64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-ovos-backend-client
|
||||
|
@ -6,7 +6,8 @@ pkgver=4.9.1
|
||||
pkgrel=2
|
||||
pkgdesc="Static site generator written in Python"
|
||||
url="https://getpelican.com/"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-watchfiles
|
||||
arch="noarch !loongarch64"
|
||||
license="AGPL-3.0-only"
|
||||
depends="
|
||||
py3-blinker
|
||||
|
@ -4,7 +4,8 @@ pkgname=py3-pydantic-settings
|
||||
pkgdesc="Settings management using pydantic"
|
||||
pkgver=2.2.1
|
||||
pkgrel=0
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-pydantic
|
||||
arch="noarch !loongarch64"
|
||||
url="https://github.com/pydantic/pydantic-settings"
|
||||
license="MIT"
|
||||
depends="python3
|
||||
|
@ -5,7 +5,8 @@ pkgver=2.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="pytest-regtest is a pytest-plugin for implementing regression tests"
|
||||
url="https://gitlab.com/uweschmitt/pytest-regtest"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by twine
|
||||
arch="noarch !loongarch64"
|
||||
license="MIT"
|
||||
depends="
|
||||
py3-pytest
|
||||
|
@ -5,7 +5,8 @@ pkgver=2024.5.62
|
||||
pkgrel=0
|
||||
pkgdesc="Python client implementation for qBittorrent's Web API"
|
||||
url="https://github.com/rmartin16/qbittorrent-api"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-sphinx-autodoc-typehints
|
||||
arch="noarch !loongarch64"
|
||||
license="MIT"
|
||||
depends="
|
||||
py3-requests
|
||||
|
@ -6,7 +6,8 @@ pkgver=2.1.1
|
||||
pkgrel=0
|
||||
pkgdesc="Type hints support for the Sphinx autodoc extension"
|
||||
url="https://github.com/tox-dev/sphinx-autodoc-typehints"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-sphobjinv
|
||||
arch="noarch !loongarch64"
|
||||
license="MIT"
|
||||
options="net"
|
||||
depends="python3 py3-sphinx py3-typing-extensions"
|
||||
|
@ -6,7 +6,8 @@ pkgver=0.0.10
|
||||
pkgrel=2
|
||||
pkgdesc="Unified interface for cryptographic libraries"
|
||||
url="https://github.com/skelsec/unicrypto"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-mbedtls
|
||||
arch="noarch !loongarch64"
|
||||
license="MIT"
|
||||
depends="
|
||||
py3-cryptography
|
||||
|
@ -5,7 +5,8 @@ pkgver=0.6.9
|
||||
pkgrel=1
|
||||
pkgdesc="Python implementation of Mimikatz"
|
||||
url="https://github.com/skelsec/pypykatz"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-unicrypto
|
||||
arch="noarch !loongarch64"
|
||||
license="MIT"
|
||||
depends="
|
||||
py3-aesedb
|
||||
|
@ -4,7 +4,8 @@ pkgver=0.0.53
|
||||
pkgrel=0
|
||||
pkgdesc="Language Server Protocol implementation for Ruff"
|
||||
url="https://github.com/charliermarsh/ruff-lsp"
|
||||
arch="all"
|
||||
# loongarch64: blocked by py3-lsprotocol
|
||||
arch="all !loongarch64"
|
||||
license="MIT"
|
||||
depends="
|
||||
py3-gls
|
||||
|
@ -6,7 +6,8 @@ _gitrev=c1f6bbf94971f4b6e378e7959c717da7cf41d842
|
||||
pkgrel=1
|
||||
pkgdesc="Feature-rich Matrix to XMPP puppeteering gateway"
|
||||
url="https://slidge.im/matridge/"
|
||||
arch="noarch"
|
||||
# loongarch64: blocked by py3-matrix-nio
|
||||
arch="noarch !loongarch64"
|
||||
license="AGPL-3.0-or-later"
|
||||
depends="
|
||||
py3-async-lru
|
||||
|
@ -4,7 +4,7 @@ pkgver=6.0.0.4432
|
||||
pkgrel=0
|
||||
pkgdesc="Scanner CLI for SonarQube and SonarCloud"
|
||||
url="https://github.com/SonarSource/sonar-scanner-cli"
|
||||
arch="noarch !x86 !armhf !armv7 !riscv64 !ppc64le" # blocked by openjdk17
|
||||
arch="noarch !x86 !armhf !armv7 !riscv64 !ppc64le !loongarch64" # blocked by openjdk17
|
||||
license="LGPL-3.0-or-later"
|
||||
depends="openjdk17-jre-headless"
|
||||
makedepends="maven openjdk17-jdk"
|
||||
|
@ -6,7 +6,7 @@ pkgver=2.8.3
|
||||
pkgrel=1
|
||||
pkgdesc="Cross-platform IM client optimized for businesses and organizations."
|
||||
url="https://www.igniterealtime.org/projects/spark/"
|
||||
arch="all !riscv64" # blocked by openjdk8
|
||||
arch="all !riscv64 !loongarch64" # blocked by openjdk8
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
hicolor-icon-theme
|
||||
|
@ -5,7 +5,9 @@ pkgver=0.12.0
|
||||
pkgrel=1
|
||||
pkgdesc="A native, GTK3 Subsonic client for the Linux Desktop"
|
||||
url="https://sublimemusic.app"
|
||||
arch="all !s390x !ppc64le" # py3-mpv doesnt work on these
|
||||
# s390x, ppc64le: py3-mpv doesnt work on these
|
||||
# loongarch64: blocked by py3-deepdiff
|
||||
arch="all !s390x !ppc64le !loongarch64"
|
||||
options="!check" # tests fail
|
||||
license="GPL-3.0-or-later"
|
||||
depends="
|
||||
|
@ -5,7 +5,7 @@ pkgver=9.0.89
|
||||
pkgrel=0
|
||||
pkgdesc="Open source implementation of the Java Servlet 4.0 and JavaServer Pages 2.3 technologies"
|
||||
url="https://tomcat.apache.org/"
|
||||
arch="noarch !x86 !armv7 !armhf !ppc64le !riscv64" # eclipse-ecj availability
|
||||
arch="noarch !x86 !armv7 !armhf !ppc64le !riscv64 !loongarch64" # eclipse-ecj availability
|
||||
license="Apache-2.0"
|
||||
depends="eclipse-ecj java-common"
|
||||
pkgusers="tomcat9"
|
||||
|
@ -6,7 +6,8 @@ pkgrel=0
|
||||
pkgdesc="Karaoke Editor"
|
||||
url="https://yass-along.com/"
|
||||
# blocked by openjdk11-jre-headless
|
||||
arch="all !x86 !armhf !armv7 !riscv64"
|
||||
# loongarch64: blocked by openjdk11-jre
|
||||
arch="all !x86 !armhf !armv7 !riscv64 !loongarch64"
|
||||
license="GPL-3.0-or-later"
|
||||
depends="openjdk11-jre"
|
||||
makedepends="apache-ant openjdk8"
|
||||
|
Loading…
Reference in New Issue
Block a user