pyton-s3transfer: update to 0.2.1

This commit is contained in:
Robert Lowry 2019-09-13 12:37:08 -05:00 committed by Helmut Pozimski
parent 2b5582ba2a
commit 8f40c0c237

View file

@ -1,6 +1,6 @@
# Template file for 'python-s3transfer'
pkgname=python-s3transfer
version=0.2.0
version=0.2.1
revision=1
archs=noarch
wrksrc="s3transfer-${version}"
@ -13,11 +13,7 @@ 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=fe96e25f89f405e22a0283df8eefe1b0d2c998eab01c6c8f39923e16faf78522
post_install() {
vlicense LICENSE.txt
}
checksum=4181e0cf31d1ff1c8233ddda7cc7efa5dd0cf9a1e47143b951a3389ff6812660
python3-s3transfer_package() {
archs=noarch
@ -26,6 +22,5 @@ python3-s3transfer_package() {
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove "usr/lib/python3*"
vlicense LICENSE.txt
}
}