blob: 93c9b58a4ffa1c3b08ea770f5ed8a7bbba585e84 (
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
31
|
pkgbase = python-botocore-git
pkgdesc = A low-level interface to a number of Amazon Web Services. This is the foundation for the AWS CLI as well as boto3
pkgver = 1.2.4.r2168.g6c4c739
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
license = Apache
makedepends = python
makedepends = python-distribute
makedepends = git
provides = python-botocore=1.2.4
conflicts = python-botocore
source = botocore::git+https://github.com/boto/botocore.git
sha256sums = SKIP
pkgname = python-botocore-git
depends = python
depends = python-bcdoc<0.15.0
depends = python-wheel>=0.24.0
depends = python-jmespath>=0.7.1
depends = python-tox>=1.4
depends = python-dateutil>=2.1
depends = python-dateutil<3.0.0
depends = python-nose>=1.3.0
depends = python-mock>=1.0.1
depends = python-docutils>=0.10
depends = python-six>=1.1.0
depends = python-sphinx>=1.1.3
depends = python-guzzle-sphinx-theme>=0.7.10
depends = python-guzzle-sphinx-theme<0.8
|