New package: python-s3transfer-0.2.0
This commit is contained in:
parent
3f83b51205
commit
9f42c01a76
|
@ -25,7 +25,7 @@ python3-botocore_package() {
|
|||
depends="python3-dateutil python3-docutils python3-jmespath python3-urllib3"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
"vmove usr/lib/python3*"
|
||||
vmove "usr/lib/python3*"
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
# Template file for 'python-s3transfer'
|
||||
pkgname=python-s3transfer
|
||||
version=0.2.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="s3transfer-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="s3transfer"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-botocore"
|
||||
short_desc="Amazon S3 Transfer Manager (Python2)"
|
||||
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
|
||||
}
|
||||
|
||||
python3-s3transfer_package() {
|
||||
archs=noarch
|
||||
depends="python3-botocore"
|
||||
pycompile_module="s3transfer"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/python3*"
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
python-s3transfer
|
Loading…
Reference in New Issue