lint
This commit is contained in:
parent
9b96dcf872
commit
c12cd14e13
4 changed files with 5 additions and 5 deletions
|
@ -19,8 +19,8 @@ depends="
|
|||
checkdepends="py3-pytest"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel py3-flit"
|
||||
options="!check" #todo
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/Azure/azure-sdk-for-python/archive/refs/tags/azure-identity_${_pkgver}.tar.gz"
|
||||
builddir="$srcdir"/azure-sdk-for-python-azure-identity_${_pkgver}/sdk/identity/azure-identity
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/Azure/azure-sdk-for-python/archive/refs/tags/azure-identity_$_pkgver.tar.gz"
|
||||
builddir="$srcdir"/azure-sdk-for-python-azure-identity_$_pkgver/sdk/identity/azure-identity
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
|
|
|
@ -11,7 +11,7 @@ arch="noarch"
|
|||
license="MIT"
|
||||
depends="
|
||||
py3-microsoft-kiota-abstractions
|
||||
py3-httpx
|
||||
py3-httpx
|
||||
"
|
||||
checkdepends="py3-pytest"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel py3-flit"
|
||||
|
|
|
@ -37,5 +37,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
bdf2a42d4509b7a6f093295c8f5d661e771d040965ebdd7fb7772503482fbc6d449c5ac7b16f5f497d9005018d463d3a68650b4b4da0f1a7fbcb0ad3377d12b5 py3-microsoft-serialization-json-1.3.2.tar.gz
|
||||
bdf2a42d4509b7a6f093295c8f5d661e771d040965ebdd7fb7772503482fbc6d449c5ac7b16f5f497d9005018d463d3a68650b4b4da0f1a7fbcb0ad3377d12b5 py3-microsoft-kiota-serialization-json-1.3.2.tar.gz
|
||||
"
|
||||
|
|
|
@ -15,7 +15,7 @@ depends="
|
|||
py3-microsoft-kiota-serialization-text
|
||||
py3-microsoft-kiota-serialization-form
|
||||
py3-microsoft-kiota-serialization-multipart
|
||||
py3-msgraph-core
|
||||
py3-msgraph-core
|
||||
"
|
||||
checkdepends="py3-pytest"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel py3-flit"
|
||||
|
|
Loading…
Add table
Reference in a new issue