mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: python-s3transfer-0.2.0
This commit is contained in:
parent
3f83b51205
commit
9f42c01a76
3 changed files with 33 additions and 1 deletions
|
@ -25,7 +25,7 @@ python3-botocore_package() {
|
||||||
depends="python3-dateutil python3-docutils python3-jmespath python3-urllib3"
|
depends="python3-dateutil python3-docutils python3-jmespath python3-urllib3"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
"vmove usr/lib/python3*"
|
vmove "usr/lib/python3*"
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
31
srcpkgs/python-s3transfer/template
Normal file
31
srcpkgs/python-s3transfer/template
Normal file
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3-s3transfer
Symbolic link
1
srcpkgs/python3-s3transfer
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-s3transfer
|
Loading…
Add table
Reference in a new issue