community/cffconvert: enable on loongarch64

This commit is contained in:
Celeste 2024-07-16 03:20:27 +00:00
parent 8389c81560
commit 3ffd149be6

View File

@ -5,8 +5,7 @@ pkgver=2.0.0
pkgrel=6
pkgdesc="Command line program to validate and convert CITATION.cff files"
url="https://github.com/citation-file-format/cff-converter-python"
# loongarch64: blocked by py3-jsonschema
arch="noarch !loongarch64"
arch="noarch"
license="Apache-2.0"
depends="python3 py3-click py3-jsonschema py3-pykwalify py3-requests py3-ruamel.yaml"
checkdepends="py3-pytest"