From a2bd408c8e8d8749376807726c413d08ca95336c Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Sun, 14 Jul 2024 03:31:43 +0000 Subject: [PATCH] */py3-: enable on loongarch64 also, remove disable reason comment leftover from previous commit --- community/py3-altair/APKBUILD | 1 - community/py3-ansible-compat/APKBUILD | 1 - community/py3-deepdiff/APKBUILD | 3 +-- community/py3-dnsrobocert/APKBUILD | 1 - community/py3-drf-spectacular/APKBUILD | 1 - community/py3-flask-restx/APKBUILD | 1 - community/py3-jsonschema-path/APKBUILD | 1 - community/py3-jupyter-events/APKBUILD | 1 - community/py3-netjsonconfig/APKBUILD | 1 - community/py3-openapi-schema-validator/APKBUILD | 1 - community/py3-openapi-spec-validator/APKBUILD | 1 - community/py3-orjson/APKBUILD | 3 +-- community/py3-requests-cache/APKBUILD | 3 +-- community/py3-swagger-spec-validator/APKBUILD | 1 - community/py3-ufolib2/APKBUILD | 3 +-- community/py3-zulip/APKBUILD | 3 +-- testing/py3-confluent-kafka/APKBUILD | 1 - testing/py3-duniterpy/APKBUILD | 1 - testing/py3-falcon/APKBUILD | 3 +-- testing/py3-flask-json-schema/APKBUILD | 1 - testing/py3-lsprotocol/APKBUILD | 1 - testing/py3-openapi-core/APKBUILD | 1 - testing/py3-sphobjinv/APKBUILD | 1 - testing/py3-sstash/APKBUILD | 1 - testing/py3-trimesh/APKBUILD | 1 - 25 files changed, 6 insertions(+), 31 deletions(-) diff --git a/community/py3-altair/APKBUILD b/community/py3-altair/APKBUILD index e068eab4035..72554e60773 100644 --- a/community/py3-altair/APKBUILD +++ b/community/py3-altair/APKBUILD @@ -5,7 +5,6 @@ pkgver=5.3.0 pkgrel=1 pkgdesc="Declarative statistical visualization library for Python" url="https://altair-viz.github.io" -# loongarch64: blocked by py3-jsonschema arch="noarch" license="BSD-3-Clause" depends=" diff --git a/community/py3-ansible-compat/APKBUILD b/community/py3-ansible-compat/APKBUILD index 96fc0d339d1..a511dc0cd33 100644 --- a/community/py3-ansible-compat/APKBUILD +++ b/community/py3-ansible-compat/APKBUILD @@ -5,7 +5,6 @@ pkgver=24.7.0 pkgrel=0 pkgdesc="functions that help interacting with various versions of Ansible" url="https://github.com/ansible/ansible-compat" -# loongarch64: blocked by py3-jsonschema arch="noarch" license="MIT" depends=" diff --git a/community/py3-deepdiff/APKBUILD b/community/py3-deepdiff/APKBUILD index d9c6a74c721..169d0e3d4c7 100644 --- a/community/py3-deepdiff/APKBUILD +++ b/community/py3-deepdiff/APKBUILD @@ -6,8 +6,7 @@ pkgver=6.7.1 pkgrel=2 pkgdesc="Deep Difference and Search of any Python object/data" url="https://github.com/seperman/deepdiff" -# loongarch64: blocked by py3-orjson -arch="noarch !loongarch64" +arch="noarch" license="MIT" depends="py3-ordered-set py3-orjson py3-click" makedepends="py3-setuptools py3-gpep517 py3-installer py3-wheel" diff --git a/community/py3-dnsrobocert/APKBUILD b/community/py3-dnsrobocert/APKBUILD index aa921375bb4..c5f0be9570e 100644 --- a/community/py3-dnsrobocert/APKBUILD +++ b/community/py3-dnsrobocert/APKBUILD @@ -5,7 +5,6 @@ pkgver=3.25.0 pkgrel=1 pkgdesc="A tool to manage your DNS-challenged TLS certificates" url="https://dnsrobocert.readthedocs.io/en/latest/" -# loongarch64: blocked by py3-jsonschema arch="noarch" license="MIT" depends=" diff --git a/community/py3-drf-spectacular/APKBUILD b/community/py3-drf-spectacular/APKBUILD index a49f482c080..4f40abc6dc6 100644 --- a/community/py3-drf-spectacular/APKBUILD +++ b/community/py3-drf-spectacular/APKBUILD @@ -6,7 +6,6 @@ pkgver=0.27.2 pkgrel=1 pkgdesc="Sane and flexible OpenAPI 3 schema generation for Django REST framework" url="https://pypi.python.org/project/drf-spectacular" -# loongarch64: blocked by py3-jsonschema arch="noarch" license="BSD-3-Clause" depends=" diff --git a/community/py3-flask-restx/APKBUILD b/community/py3-flask-restx/APKBUILD index 53f763125d1..957374a445a 100644 --- a/community/py3-flask-restx/APKBUILD +++ b/community/py3-flask-restx/APKBUILD @@ -5,7 +5,6 @@ pkgver=1.3.0 pkgrel=1 pkgdesc="Fully featured framework for fast, easy and documented API development with Flask" url="https://flask-restx.readthedocs.io/en/latest/" -# loongarch64: blocked by py3-jsonschema arch="noarch" license="BSD-3-Clause" depends="py3-flask py3-aniso8601 py3-jsonschema py3-tz py3-werkzeug py3-setuptools" diff --git a/community/py3-jsonschema-path/APKBUILD b/community/py3-jsonschema-path/APKBUILD index 99adafab972..773d5c8bb56 100644 --- a/community/py3-jsonschema-path/APKBUILD +++ b/community/py3-jsonschema-path/APKBUILD @@ -7,7 +7,6 @@ pkgver=0.3.3 pkgrel=0 pkgdesc="Object-oriented JSONSchema" url="https://github.com/p1c2u/jsonschema-path" -# loongarch64: blocked by py3-jsonschema arch="noarch" license="Apache-2.0" depends=" diff --git a/community/py3-jupyter-events/APKBUILD b/community/py3-jupyter-events/APKBUILD index f227b107d37..47d1bc829ec 100644 --- a/community/py3-jupyter-events/APKBUILD +++ b/community/py3-jupyter-events/APKBUILD @@ -5,7 +5,6 @@ pkgver=0.10.0 pkgrel=1 pkgdesc="Configurable event system for Jupyter applications and extensions." url="https://github.com/jupyter/jupyter_events" -# loongarch64: blocked by py3-jsonschema arch="noarch" license="BSD-3-Clause" depends="py3-jsonschema py3-traitlets py3-json-logger py3-yaml" diff --git a/community/py3-netjsonconfig/APKBUILD b/community/py3-netjsonconfig/APKBUILD index 931ff4332c0..152e5402479 100644 --- a/community/py3-netjsonconfig/APKBUILD +++ b/community/py3-netjsonconfig/APKBUILD @@ -6,7 +6,6 @@ pkgver=1.0.2 pkgrel=3 pkgdesc="Python library that converts NetJSON DeviceConfiguration objects into real router configurations" url="http://netjsonconfig.openwisp.org/" -# loongarch64: blocked by py3-jsonschema arch="noarch" license="GPL-3.0-only" depends=" diff --git a/community/py3-openapi-schema-validator/APKBUILD b/community/py3-openapi-schema-validator/APKBUILD index 6d9de6dd48c..ffea874692f 100644 --- a/community/py3-openapi-schema-validator/APKBUILD +++ b/community/py3-openapi-schema-validator/APKBUILD @@ -7,7 +7,6 @@ pkgver=0.6.2 pkgrel=0 pkgdesc="OpenApi schema validation for OpenApi versions v2, v3.0.x and v3.1.x" url="OpenAPI schema validation for Python" -# loongarch64: blocked by py3-jsonschema arch="noarch" license="Apache-2.0" depends=" diff --git a/community/py3-openapi-spec-validator/APKBUILD b/community/py3-openapi-spec-validator/APKBUILD index 2d8baa881c7..532fc62708e 100644 --- a/community/py3-openapi-spec-validator/APKBUILD +++ b/community/py3-openapi-spec-validator/APKBUILD @@ -7,7 +7,6 @@ pkgver=0.7.1 pkgrel=0 pkgdesc="OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator" url="https://github.com/python-openapi/openapi-spec-validator" -# loongarch64: blocked by py3-jsonschema arch="noarch" license="Apache-2.0" depends=" diff --git a/community/py3-orjson/APKBUILD b/community/py3-orjson/APKBUILD index 02f7d80270e..77d87469d1a 100644 --- a/community/py3-orjson/APKBUILD +++ b/community/py3-orjson/APKBUILD @@ -4,8 +4,7 @@ pkgver=3.10.6 pkgrel=0 pkgdesc="Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy" url="https://github.com/ijl/orjson" -# loongarch64: libc crate fails to build -arch="all !loongarch64" +arch="all" license="Apache-2.0 AND MIT" makedepends=" cargo diff --git a/community/py3-requests-cache/APKBUILD b/community/py3-requests-cache/APKBUILD index 985b7c88272..9bca9927d31 100644 --- a/community/py3-requests-cache/APKBUILD +++ b/community/py3-requests-cache/APKBUILD @@ -5,8 +5,7 @@ pkgver=1.0.1 pkgrel=1 pkgdesc="Persistent cache for requests library" url="https://github.com/requests-cache/requests-cache" -# loongarch64: blocked by py3-orjson -arch="noarch !loongarch64" +arch="noarch" license="BSD-3-Clause" depends=" py3-attrs diff --git a/community/py3-swagger-spec-validator/APKBUILD b/community/py3-swagger-spec-validator/APKBUILD index d606933cb15..04b538f3b54 100644 --- a/community/py3-swagger-spec-validator/APKBUILD +++ b/community/py3-swagger-spec-validator/APKBUILD @@ -6,7 +6,6 @@ pkgver=3.0.4 pkgrel=3 pkgdesc="Validation of Swagger specifications" url="https://pypi.python.org/project/swagger-spec-validator" -# loongarch64: blocked by py3-jsonschema arch="noarch" license="Apache-2.0" depends=" diff --git a/community/py3-ufolib2/APKBUILD b/community/py3-ufolib2/APKBUILD index 63bffc62045..9f045e1ae5b 100644 --- a/community/py3-ufolib2/APKBUILD +++ b/community/py3-ufolib2/APKBUILD @@ -5,8 +5,7 @@ pkgver=0.16.0 pkgrel=2 pkgdesc="UFO font library" url="https://github.com/fonttools/ufoLib2" -# loongarch64: blocked by py3-orjson -arch="noarch !loongarch64" +arch="noarch" license="Apache-2.0" depends=" py3-attrs diff --git a/community/py3-zulip/APKBUILD b/community/py3-zulip/APKBUILD index 4c06683dff5..251f10da108 100644 --- a/community/py3-zulip/APKBUILD +++ b/community/py3-zulip/APKBUILD @@ -6,8 +6,7 @@ pkgver=0.9.0 pkgrel=1 pkgdesc="Zulip API bindings" url="https://github.com/zulip/python-zulip-api/" -# loongarch64: blocked by py3-matrix-nio -arch="noarch !loongarch64" +arch="noarch" license="Apache-2.0" depends="py3-distro py3-matrix-nio diff --git a/testing/py3-confluent-kafka/APKBUILD b/testing/py3-confluent-kafka/APKBUILD index 5d89c2b9d8f..6d9939383cf 100644 --- a/testing/py3-confluent-kafka/APKBUILD +++ b/testing/py3-confluent-kafka/APKBUILD @@ -7,7 +7,6 @@ pkgrel=4 pkgdesc="Confluent's Apache Kafka Python clien" url="https://github.com/confluentinc/confluent-kafka-python" # x86, armhf, armv7: blocked by py3-fastavro -# loongarch64: blocked by py3-jsonschema arch="all !x86 !armhf !armv7" license="Apache-2.0" depends="py3-avro py3-fastavro py3-jsonschema py3-protobuf py3-requests" diff --git a/testing/py3-duniterpy/APKBUILD b/testing/py3-duniterpy/APKBUILD index efc5c5c14b9..ee61634bd9a 100644 --- a/testing/py3-duniterpy/APKBUILD +++ b/testing/py3-duniterpy/APKBUILD @@ -6,7 +6,6 @@ pkgver=1.1.1 pkgrel=3 pkgdesc="Python APIs library to implement Duniter clients software" url="https://git.duniter.org/clients/python/duniterpy" -# loongarch64: blocked by py3-jsonschema arch="noarch" license="GPL-3.0-or-later" depends=" diff --git a/testing/py3-falcon/APKBUILD b/testing/py3-falcon/APKBUILD index c1260f65513..507e4ce160b 100644 --- a/testing/py3-falcon/APKBUILD +++ b/testing/py3-falcon/APKBUILD @@ -3,8 +3,7 @@ pkgname=py3-falcon pkgdesc="Web API framework for fast and reliable microservices, proxies, and app backends" pkgver=3.1.3 pkgrel=0 -# loongarch64: blocked by py3-orjson -arch="all !loongarch64" +arch="all" url="https://falconframework.org/" license="Apache-2.0" makedepends=" diff --git a/testing/py3-flask-json-schema/APKBUILD b/testing/py3-flask-json-schema/APKBUILD index 31b7158f640..92ce2df61c5 100644 --- a/testing/py3-flask-json-schema/APKBUILD +++ b/testing/py3-flask-json-schema/APKBUILD @@ -5,7 +5,6 @@ pkgver=0.0.5 pkgrel=4 pkgdesc="Flask extension to validate JSON requests" url="https://pypi.org/project/flask-json-schema/" -# loongarch64: blocked by py3-jsonschema arch="noarch" license="MIT" depends="py3-flask py3-jsonschema" diff --git a/testing/py3-lsprotocol/APKBUILD b/testing/py3-lsprotocol/APKBUILD index d235cdf3b05..65b9c22051b 100644 --- a/testing/py3-lsprotocol/APKBUILD +++ b/testing/py3-lsprotocol/APKBUILD @@ -4,7 +4,6 @@ pkgver=2023.0.1 pkgrel=1 pkgdesc="Python implementation of the Language Server Protocol" url="https://github.com/microsoft/lsprotocol" -# loongarch64: blocked by py3-jsonschema arch="noarch" license="MIT" depends=" diff --git a/testing/py3-openapi-core/APKBUILD b/testing/py3-openapi-core/APKBUILD index 97693b9c793..c7be01119e7 100644 --- a/testing/py3-openapi-core/APKBUILD +++ b/testing/py3-openapi-core/APKBUILD @@ -3,7 +3,6 @@ pkgname=py3-openapi-core pkgdesc="Client-side and server-side support for the OpenAPI Specification v3" pkgver=0.19.2 pkgrel=0 -# loongarch64: blocked by py3-jsonschema arch="noarch" url="https://github.com/p1c2u/openapi-core" license="BSD-3-Clause" diff --git a/testing/py3-sphobjinv/APKBUILD b/testing/py3-sphobjinv/APKBUILD index 8a1206603ad..7006f51196a 100644 --- a/testing/py3-sphobjinv/APKBUILD +++ b/testing/py3-sphobjinv/APKBUILD @@ -6,7 +6,6 @@ pkgver=2.3.1.1 pkgrel=0 pkgdesc="Sphinx objects.inv Inspection/Manipulation Tool" url="https://github.com/bskinn/sphobjinv" -# loongarch64: blocked by py3-jsonschema arch="noarch" license="MIT" options="!check" # tests have a lot of unpackaged dependencies diff --git a/testing/py3-sstash/APKBUILD b/testing/py3-sstash/APKBUILD index 4fae94df5c5..2957b062e8b 100644 --- a/testing/py3-sstash/APKBUILD +++ b/testing/py3-sstash/APKBUILD @@ -6,7 +6,6 @@ pkgver=0.17 pkgrel=8 pkgdesc="A python based on-disk secure stash" url="https://github.com/realcr/sstash" -# loongarch64: blocked by py3-jsonschema arch="noarch" license="MIT" depends="python3 py3-pynacl py3-click py3-jsonschema" diff --git a/testing/py3-trimesh/APKBUILD b/testing/py3-trimesh/APKBUILD index 21ab43b2e49..7087c8d2b8f 100644 --- a/testing/py3-trimesh/APKBUILD +++ b/testing/py3-trimesh/APKBUILD @@ -8,7 +8,6 @@ url="https://github.com/mikedh/trimesh" # x86, armhf, armv7 Tests fail on int64 to int32 casts on these arches # s390x, no py3-rtree # riscv64, no py3-shapely -# loongarch64: blocked by py3-jsonschema arch="noarch !x86 !armhf !armv7 !s390x !riscv64" # TODO: investigate why checks stall options="!check"