# Maintainer: Valery Kartel # Contributor: Valery Kartel pkgname=py3-boto3 _pkgname=boto3 pkgver=1.10.22 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="3a01c84ed7ddbd0f42d935b15930cd956cd0f2641ff1e1ba5f585bd4ab58b58f8715a5f6dbbf378b22b5282c28d3d5b6678d75c794e520d5e7baa0feb46ea515 boto3-1.10.22.tar.gz"