# Maintainer: Valery Kartel # Contributor: Valery Kartel pkgname=py3-boto3 _pkgname=boto3 pkgver=1.10.30 pkgrel=0 pkgdesc="AWS SDK for Python (Boto3)" url="https://aws.amazon.com/sdk-for-python/" arch="noarch" license="Apache-2.0" options="!check" depends="py3-botocore<1.14.0 py3-s3transfer<0.3.0 py3-jmespath<1.0.0" makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver replaces="py-boto3" # Backwards compatibility provides="py-boto3=$pkgver-r$pkgrel" # Backwards compatibility build() { python3 setup.py build } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="92296748f24cd6ce8b2568c6f3943939a3f5df455b2dcbf406121085ea8d899eb46831d9aa6bde7529295981f182284e253fc87daf86e42f16fc6e0566edede7 boto3-1.10.30.tar.gz"