aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-oci/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-oci/APKBUILD')
-rw-r--r--testing/py3-oci/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/py3-oci/APKBUILD b/testing/py3-oci/APKBUILD
deleted file mode 100644
index 4ef2ff841ee..00000000000
--- a/testing/py3-oci/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Duncan Bellamy <dunk@denkimushi.com>
-# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
-pkgname=py3-oci
-pkgver=2.55.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-setuptools"
-checkdepends="py3-pytest py3-vcrpy"
-source="$pkgname.$pkgver.zip::https://github.com/oracle/oci-python-sdk/archive/refs/tags/v$pkgver.zip
- vcr.patch
- "
-builddir="$srcdir/oci-python-sdk-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- PYTHONPATH="$builddir"/build/lib pytest tests
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="
-3b4ee9aaa8a6757b3f5087f0530d238cd3a7b174a67177199746b8a61ff773bd87842be1ee022c7ba72829a48fd2f5ca5e88519f0bce5f31c9be6a9407d32d4d py3-oci.2.55.0.zip
-e88495f19a3b9bd4b4b086007e2c93d6200aa316e93c1ec58b31794afb58967994f061a5ad1346edbbecd9119cea7a60c1e2ac6cba99f78b4e349b8f594ce01f vcr.patch
-"