# Maintainer: Valery Kartel # Contributor: Valery Kartel pkgname=py3-botocore _pkgname=botocore pkgver=1.12.193 pkgrel=0 pkgdesc="The low-level, core functionality of Boto3" url="https://github.com/boto/botocore" arch="noarch" license="Apache-2.0" depends="py3-dateutil py3-docutils py3-jmespath py3-urllib3" makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" replaces=py-botocore # Backwards compatibility provides=py-botocore=$pkgver-r$pkgrel # Backwards compatibility build() { python3 setup.py build } check() { python3 setup.py check } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="bc98619fa893f11a2eac2c31aa9794d7fff6da383416716cac0becb0da402cf6fa658c55494ded9e2d3555bfc389d7f0c14ae4004a5d44584076f0ae69fe1d1c botocore-1.12.193.tar.gz"