*: disable failing aports
Some checks failed
/ lint (pull_request) Failing after 43s
/ deploy-aarch64 (pull_request) Failing after 1m38s
/ build-aarch64 (pull_request) Successful in 22m55s
/ deploy-x86_64 (pull_request) Failing after 1m42s
/ build-x86_64 (pull_request) Successful in 45m10s

This commit is contained in:
Antoine Martin 2025-09-11 12:45:09 -04:00
parent 3e7733cca1
commit 4ef64e851d
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
11 changed files with 21 additions and 21 deletions

View file

@ -2,13 +2,13 @@
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname=authentik
pkgver=2025.2.4
pkgrel=1
pkgrel=0
pkgdesc="An open-source Identity Provider focused on flexibility and versatility"
url="https://github.com/goauthentik/authentik"
# s390x: missing py3-celery py3-flower and py3-kombu
# armhf/armv7/x86: out of memory error when building goauthentik
# ppc64le: not supported by Rollup build
arch="aarch64 x86_64"
# arch="aarch64 x86_64"
license="MIT"
# following depends aren't direct dependencies, but are needed:
# py3-asn1crypto, py3-cbor2, py3-email-validator, py3-websockets

View file

@ -4,10 +4,10 @@ pkgname=py3-microsoft-kiota-abstractions
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=microsoft-kiota-abstractions
pkgver=1.6.8
pkgrel=1
pkgrel=0
pkgdesc="Abstractions library for Kiota generated Python clients"
url="https://pypi.python.org/project/microsoft-kiota-abstractions"
arch="noarch"
# arch="noarch"
license="MIT"
depends="
py3-std-uritemplate<2.0.0

View file

@ -4,10 +4,10 @@ pkgname=py3-microsoft-kiota-authentication-azure
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=microsoft-kiota-authentication-azure
pkgver=1.6.8
pkgrel=1
pkgrel=0
pkgdesc="Authentication provider for Kiota using Azure Identity"
url="https://pypi.python.org/project/microsoft-kiota-authentication-azure"
arch="noarch"
# arch="noarch"
license="MIT"
depends="
py3-azure-core

View file

@ -4,10 +4,10 @@ pkgname=py3-microsoft-kiota-http
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=microsoft-kiota-http
pkgver=1.6.8
pkgrel=1
pkgrel=0
pkgdesc="Kiota http request adapter implementation for httpx library"
url="https://pypi.python.org/project/microsoft-kiota-http"
arch="noarch"
# arch="noarch"
license="MIT"
depends="
py3-microsoft-kiota-abstractions

View file

@ -4,10 +4,10 @@ pkgname=py3-microsoft-kiota-serialization-form
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=microsoft-kiota-serialization-form
pkgver=1.6.8
pkgrel=1
pkgrel=0
pkgdesc="Kiota Form encoded serialization implementation for Python"
url="https://pypi.python.org/project/microsoft-kiota-serialization-form"
arch="noarch"
# arch="noarch"
license="MIT"
depends="
py3-microsoft-kiota-abstractions

View file

@ -4,10 +4,10 @@ pkgname=py3-microsoft-kiota-serialization-json
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=microsoft-kiota-serialization-json
pkgver=1.6.8
pkgrel=1
pkgrel=0
pkgdesc="JSON serialization implementation for Kiota clients in Python"
url="https://pypi.python.org/project/microsoft-kiota-serialization-json"
arch="noarch"
# arch="noarch"
license="MIT"
depends="
py3-microsoft-kiota-abstractions

View file

@ -4,10 +4,10 @@ pkgname=py3-microsoft-kiota-serialization-multipart
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=microsoft-kiota-serialization-multipart
pkgver=1.6.8
pkgrel=1
pkgrel=0
pkgdesc="Multipart serialization implementation for python based kiota clients"
url="https://pypi.python.org/project/microsoft-kiota-serialization-multipart"
arch="noarch"
# arch="noarch"
license="MIT"
depends="py3-microsoft-kiota-abstractions py3-microsoft-kiota-serialization-json"
checkdepends="py3-pytest"

View file

@ -4,10 +4,10 @@ pkgname=py3-microsoft-kiota-serialization-text
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=microsoft-kiota-serialization-text
pkgver=1.6.8
pkgrel=1
pkgrel=0
pkgdesc="Text serialization implementation for Kiota generated clients in Python"
url="https://pypi.python.org/project/microsoft-kiota-abstractions"
arch="noarch"
# arch="noarch"
license="MIT"
depends="
py3-microsoft-kiota-abstractions

View file

@ -7,7 +7,7 @@ pkgver=1.1.8
pkgrel=1
pkgdesc="The Microsoft Graph Python SDK"
url="https://pypi.python.org/project/msgraph-core"
arch="noarch"
# arch="noarch"
license="MIT"
depends="
py3-azure-identity

View file

@ -4,10 +4,10 @@ pkgname=py3-msgraph-sdk
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=msgraph-sdk
pkgver=1.16.0
pkgrel=1
pkgrel=0
pkgdesc="The Microsoft Graph Python SDK"
url="https://pypi.python.org/project/msgraph-sdk"
arch="noarch"
# arch="noarch"
license="MIT"
depends="
py3-microsoft-kiota-serialization-text

View file

@ -1,13 +1,13 @@
maintainer="Michał Polański <michal@polanski.me>"
pkgname=uvicorn
pkgver=0.34.0
pkgrel=1
pkgrel=0
pkgdesc="Lightning-fast ASGI server"
url="https://www.uvicorn.org/"
license="BSD-3-Clause"
# disable due to lack of support for websockets 14
# https://gitlab.alpinelinux.org/alpine/aports/-/issues/16646
arch="noarch"
# arch="noarch"
depends="py3-click py3-h11"
makedepends="py3-gpep517 py3-hatchling"
checkdepends="