python-s3transfer: update to 0.3.3
This commit is contained in:
parent
3259a0ae06
commit
50f576cf65
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python-s3transfer'
|
# Template file for 'python-s3transfer'
|
||||||
pkgname=python-s3transfer
|
pkgname=python-s3transfer
|
||||||
version=0.2.1
|
version=0.3.3
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="s3transfer-${version}"
|
wrksrc="s3transfer-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="s3transfer"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-botocore"
|
depends="python-botocore"
|
||||||
short_desc="Amazon S3 Transfer Manager (Python2)"
|
short_desc="Amazon S3 Transfer Manager (Python2)"
|
||||||
|
@ -13,12 +12,11 @@ maintainer="Robert Lowry <bobertlo@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/boto/s3transfer"
|
homepage="https://github.com/boto/s3transfer"
|
||||||
distfiles="https://github.com/boto/s3transfer/archive/${version}.tar.gz"
|
distfiles="https://github.com/boto/s3transfer/archive/${version}.tar.gz"
|
||||||
checksum=4181e0cf31d1ff1c8233ddda7cc7efa5dd0cf9a1e47143b951a3389ff6812660
|
checksum=0c8b0f7aaf32173d1475df0a453bfdc37be8207ea15c1d8415a590ef3986fc51
|
||||||
|
|
||||||
python3-s3transfer_package() {
|
python3-s3transfer_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
depends="python3-botocore"
|
depends="python3-botocore"
|
||||||
pycompile_module="s3transfer"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/python3*"
|
vmove "usr/lib/python3*"
|
||||||
|
|
Loading…
Reference in New Issue