# Maintainer: Valery Kartel # Contributor: Valery Kartel pkgname=py3-botocore _pkgname=botocore pkgver=1.12.233 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<3.0.0 py3-docutils<0.16 py3-jmespath<1.0.0 py3-urllib3<1.26" 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="f877eeecd2210407f32e86030c07e1c046fded5c8007ed0f2a7290288ff1c6bb52a10b666e167c56685c449bec169d6a953b30c79aa702ce65e9ad1712e0b028 botocore-1.12.233.tar.gz"