python-s3transfer: drop package
This commit is contained in:
parent
179b8e05bc
commit
6577abf04c
3 changed files with 14 additions and 25 deletions
|
@ -1,24 +0,0 @@
|
|||
# Template file for 'python-s3transfer'
|
||||
pkgname=python-s3transfer
|
||||
version=0.3.3
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="s3transfer-${version}"
|
||||
build_style=python-module
|
||||
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=0c8b0f7aaf32173d1475df0a453bfdc37be8207ea15c1d8415a590ef3986fc51
|
||||
|
||||
python3-s3transfer_package() {
|
||||
archs=noarch
|
||||
depends="python3-botocore"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/python3*"
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-s3transfer
|
14
srcpkgs/python3-s3transfer/template
Normal file
14
srcpkgs/python3-s3transfer/template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'python3-s3transfer'
|
||||
pkgname=python3-s3transfer
|
||||
version=0.3.3
|
||||
revision=2
|
||||
wrksrc="s3transfer-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-botocore"
|
||||
short_desc="Amazon S3 Transfer Manager (Python3)"
|
||||
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=0c8b0f7aaf32173d1475df0a453bfdc37be8207ea15c1d8415a590ef3986fc51
|
Loading…
Reference in a new issue