mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
pyton-s3transfer: update to 0.2.1
This commit is contained in:
parent
2b5582ba2a
commit
8f40c0c237
1 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-s3transfer'
|
# Template file for 'python-s3transfer'
|
||||||
pkgname=python-s3transfer
|
pkgname=python-s3transfer
|
||||||
version=0.2.0
|
version=0.2.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="s3transfer-${version}"
|
wrksrc="s3transfer-${version}"
|
||||||
|
@ -13,11 +13,7 @@ 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=fe96e25f89f405e22a0283df8eefe1b0d2c998eab01c6c8f39923e16faf78522
|
checksum=4181e0cf31d1ff1c8233ddda7cc7efa5dd0cf9a1e47143b951a3389ff6812660
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE.txt
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-s3transfer_package() {
|
python3-s3transfer_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
|
@ -26,6 +22,5 @@ python3-s3transfer_package() {
|
||||||
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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue