15 lines
526 B
Bash
15 lines
526 B
Bash
# Template file for 'python3-s3transfer'
|
|
pkgname=python3-s3transfer
|
|
version=0.3.3
|
|
revision=3
|
|
wrksrc="s3transfer-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-botocore"
|
|
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=0c8b0f7aaf32173d1475df0a453bfdc37be8207ea15c1d8415a590ef3986fc51
|