# Maintainer: Valery Kartel # Contributor: Valery Kartel pkgname=py3-botocore _pkgname=botocore pkgver=1.12.183 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="56563711f1d1c8943466d18c70c4eebbbc52f79f7c5c01f80d2a110bbb8de5e572e8e8e2cee143eb45e4fd85c6753b9a1e6fff4c74b2a59d059d1f8956836b60 botocore-1.12.183.tar.gz"