21 lines
763 B
Bash
21 lines
763 B
Bash
# Template file for 'python3-botocore'
|
|
pkgname=python3-botocore
|
|
version=1.32.6
|
|
revision=1
|
|
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 <bobertlo@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/boto/botocore"
|
|
distfiles="https://github.com/boto/botocore/archive/${version}.tar.gz"
|
|
checksum=f8526ef334400586bf5082573924f05fbc8f69b5ae00c4012a72cb84158414c5
|
|
|
|
pre_check() {
|
|
rm -r tests/functional/leak # these 6 tests fail, probably fixable
|
|
}
|