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