aboutsummaryrefslogtreecommitdiff
path: root/community/py3-botocore/APKBUILD
blob: 82f3238d659aaef90d6b4d3e5ef815658cbbb12b (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
32
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
# Contributor: Valery Kartel <valery.kartel@gmail.com>
pkgname=py3-botocore
_pkgname=botocore
# Verify required version from py3-boto3 on this package before upgrading
pkgver=1.16.16
pkgrel=0
pkgdesc="The low-level, core functionality of Boto3"
url="https://github.com/boto/botocore"
arch="noarch"
license="Apache-2.0"
depends="py3-dateutil<3.0 py3-docutils<0.16 py3-jmespath<1.0.0 py3-urllib3<1.26"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

replaces=py-botocore # Backwards compatibility
provides=py-botocore=$pkgver-r$pkgrel # Backwards compatibility

build() {
	python3 setup.py build
}

check() {
	python3 setup.py check
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="54783246f1f500cac6ce87118c361f32515c4dcd3af13264edba709bcbf491ee539053a7c10052f9cfa7805564068ae83b58b18e17d7150eb57ef396b43410c1  botocore-1.16.16.tar.gz"