17 lines
644 B
Bash
17 lines
644 B
Bash
# Template file for 'python3-s3transfer'
|
|
pkgname=python3-s3transfer
|
|
version=0.5.0
|
|
revision=3
|
|
build_style=python3-module
|
|
# integration tests want aws credentials
|
|
make_check_target="tests/unit tests/functional"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-botocore"
|
|
checkdepends="python3-botocore python3-pytest python3-mock"
|
|
short_desc="Amazon S3 Transfer Manager (Python3)"
|
|
maintainer="Robert Lowry <bobertlo@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/boto/s3transfer"
|
|
distfiles="https://github.com/boto/s3transfer/archive/${version}.tar.gz"
|
|
checksum=a07ff8461f1dfa081fa5f02c1e6ad3f7bb7a4f3ca424e913ba48fcf5b1c87640
|