# Contributor: Duncan Bellamy # Maintainer: Duncan Bellamy pkgname=py3-oci pkgver=2.110.0 pkgrel=0 pkgdesc="Oracle Cloud Infrastructure Python SDK" url="https://docs.oracle.com/en-us/iaas/tools/python/2.53.1/index.html" arch="noarch" license="Apache-2.0" depends="py3-certifi py3-circuitbreaker py3-cryptography py3-dateutil py3-openssl py3-tz" makedepends="py3-gpep517 py3-setuptools py3-wheel" checkdepends="py3-pytest py3-vcrpy" subpackages="$pkgname-pyc" source="$pkgname.$pkgver.tar.gz::https://github.com/oracle/oci-python-sdk/archive/refs/tags/v$pkgver.tar.gz vcr.patch " builddir="$srcdir/oci-python-sdk-$pkgver" options="!check" # argparse conflict (?) build() { gpep517 build-wheel \ --wheel-dir .dist \ --output-fd 3 3>&1 >&2 } check() { python3 -m venv --clear --without-pip --system-site-packages .testenv .testenv/bin/python3 -m installer .dist/*.whl .testenv/bin/python3 -m pytest tests } package() { python3 -m installer -d "$pkgdir" \ .dist/*.whl } sha512sums=" ea52d9b9e841e174394d07229ca4e4c6bc65664a2f7fde7a878466e2a1141a9bb01119704c9e0497e82641bfdf70d061eef3f34bb81cf4ff54e41daa41906938 py3-oci.2.110.0.tar.gz e88495f19a3b9bd4b4b086007e2c93d6200aa316e93c1ec58b31794afb58967994f061a5ad1346edbbecd9119cea7a60c1e2ac6cba99f78b4e349b8f594ce01f vcr.patch "