azure
Some checks failed
/ lint (pull_request) Successful in 27s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 3m4s
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 9m5s

This commit is contained in:
Antoine Martin 2024-09-18 21:20:58 -04:00
parent ba74e2d7a5
commit 484650ff2e
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -16,6 +16,7 @@ depends="
" "
checkdepends="py3-pytest" checkdepends="py3-pytest"
makedepends="py3-setuptools py3-gpep517 py3-wheel py3-flit" makedepends="py3-setuptools py3-gpep517 py3-wheel py3-flit"
options="!check" # TODO
source="$pkgname-$pkgver.tar.gz::https://github.com/microsoft/kiota-authentication-azure-python/archive/refs/tags/v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/microsoft/kiota-authentication-azure-python/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/kiota-authentication-azure-python-$pkgver" builddir="$srcdir/kiota-authentication-azure-python-$pkgver"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"