# Template file for 'python3-botocore' pkgname=python3-botocore version=1.24.33 revision=1 wrksrc="botocore-${version}" build_style=python3-module # integration tests want aws credentials make_check_target="tests/functional tests/unit" hostmakedepends="python3-setuptools" depends="python3-dateutil python3-jmespath python3-urllib3" checkdepends="$depends python3-pytest python3-jsonschema" short_desc="Core functionality library of boto 3 (Python3)" maintainer="Robert Lowry " license="Apache-2.0" homepage="https://github.com/boto/botocore" distfiles="https://github.com/boto/botocore/archive/${version}.tar.gz" checksum=df97ad5dd13847d2684597798214bc35603c1bd9df7fef04ba5d583cb4229629 pre_check() { rm -r tests/functional/leak # these 6 tests fail, probably fixable }