# Maintainer: Valery Kartel # Contributor: Valery Kartel pkgname=py3-botocore _pkgname=botocore # Verify required version from py3-boto3 on this package before upgrading pkgver=1.15.23 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 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="e919c5872f7c24a3ca07681f10c44d9cf30dbd514fac878fffaa3b028e0ba0af253c9a0b584bf9c51cc682ca6b9ccef7ac7528d7f1a474d8eae16fb70c9d59ef botocore-1.15.23.tar.gz"