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