python-s3transfer: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 17:06:34 +07:00
parent 179b8e05bc
commit 6577abf04c
3 changed files with 14 additions and 25 deletions

View file

@ -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*"
}
}

View file

@ -1 +0,0 @@
python-s3transfer

View 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