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