blob: 8b4bd1dd91be138f4aa75a2a3d17887cb5aa269e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
pkgbase = oci-cli
pkgdesc = Command line interface for Oracle Cloud Infrastructure
pkgver = 2.26.3
pkgrel = 1
url = https://github.com/oracle/oci-cli
arch = x86_64
license = Apache
makedepends = python-setuptools
depends = python
depends = python-oci
depends = python-arrow
depends = python-certifi
depends = python-click
depends = python-dateutil
depends = python-cryptography
depends = python-pyopenssl
depends = python-jmespath
depends = python-terminaltables
depends = python-idna
depends = python-pytz
depends = python-six
depends = python-retrying
depends = python-yaml
optdepends = python-cx_oracle-git: Used by the database service
source = oci-cli-2.26.3.tar.gz::https://github.com/oracle/oci-cli/archive/v2.26.3.tar.gz
source = oci-cli.patch
sha256sums = 1626a01d36a4d46354d4a286fe4ebf217e45f5aadfed30c8d716603a6b66005c
sha256sums = 9a9f9b42f2ebcd0da8739f687130c5fd99bceba2f4795de3d59c6a679a23b51c
pkgname = oci-cli
|