# Maintainer: Valery Kartel # Contributor: Valery Kartel pkgname=py3-boto3 _pkgname=boto3 pkgver=1.9.193 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 py3-s3transfer" 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="68002c5c1cb6022debfbb4df9a2b38670ba3742c8bd6b9db8defd10e64811a1df6daba7bbda2407f8e1ae1d8209b3985547c2002c6e06ec76301f49fa3adbdac boto3-1.9.193.tar.gz"