S3transfer is a Python library for managing Amazon S3 transfers.
This project is not currently GA. If you are planning to use this code in production, make sure to lock to a minor version as interfaces may break from minor version to minor version. For a basic, stable interface of s3transfer, try the interfaces exposed in boto3.
This commit is contained in:
parent
90d9a1d1f4
commit
5df1a9eda1
4 changed files with 77 additions and 0 deletions
6
net/py-s3transfer/DESCR
Normal file
6
net/py-s3transfer/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
S3transfer is a Python library for managing Amazon S3 transfers.
|
||||
|
||||
This project is not currently GA. If you are planning to use this code in
|
||||
production, make sure to lock to a minor version as interfaces may break from
|
||||
minor version to minor version. For a basic, stable interface of s3transfer,
|
||||
try the interfaces exposed in boto3.
|
23
net/py-s3transfer/Makefile
Normal file
23
net/py-s3transfer/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/07/03 21:11:22 adam Exp $
|
||||
|
||||
DISTNAME= s3transfer-0.1.10
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=s/s3transfer/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/boto/s3transfer
|
||||
COMMENT= Amazon S3 Transfer Manager
|
||||
LICENSE= apache-2.0
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-botocore>=1.3.0:../../net/py-botocore
|
||||
|
||||
.include "../../lang/python/pyversion.mk"
|
||||
.if "${PYPKGPREFIX}" == "py27"
|
||||
DEPENDS+= ${PYPKGPREFIX}-futures>=2.2.0:../../devel/py-futures
|
||||
.endif
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
42
net/py-s3transfer/PLIST
Normal file
42
net/py-s3transfer/PLIST
Normal file
|
@ -0,0 +1,42 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2017/07/03 21:11:22 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/s3transfer/__init__.py
|
||||
${PYSITELIB}/s3transfer/__init__.pyc
|
||||
${PYSITELIB}/s3transfer/__init__.pyo
|
||||
${PYSITELIB}/s3transfer/compat.py
|
||||
${PYSITELIB}/s3transfer/compat.pyc
|
||||
${PYSITELIB}/s3transfer/compat.pyo
|
||||
${PYSITELIB}/s3transfer/copies.py
|
||||
${PYSITELIB}/s3transfer/copies.pyc
|
||||
${PYSITELIB}/s3transfer/copies.pyo
|
||||
${PYSITELIB}/s3transfer/delete.py
|
||||
${PYSITELIB}/s3transfer/delete.pyc
|
||||
${PYSITELIB}/s3transfer/delete.pyo
|
||||
${PYSITELIB}/s3transfer/download.py
|
||||
${PYSITELIB}/s3transfer/download.pyc
|
||||
${PYSITELIB}/s3transfer/download.pyo
|
||||
${PYSITELIB}/s3transfer/exceptions.py
|
||||
${PYSITELIB}/s3transfer/exceptions.pyc
|
||||
${PYSITELIB}/s3transfer/exceptions.pyo
|
||||
${PYSITELIB}/s3transfer/futures.py
|
||||
${PYSITELIB}/s3transfer/futures.pyc
|
||||
${PYSITELIB}/s3transfer/futures.pyo
|
||||
${PYSITELIB}/s3transfer/manager.py
|
||||
${PYSITELIB}/s3transfer/manager.pyc
|
||||
${PYSITELIB}/s3transfer/manager.pyo
|
||||
${PYSITELIB}/s3transfer/subscribers.py
|
||||
${PYSITELIB}/s3transfer/subscribers.pyc
|
||||
${PYSITELIB}/s3transfer/subscribers.pyo
|
||||
${PYSITELIB}/s3transfer/tasks.py
|
||||
${PYSITELIB}/s3transfer/tasks.pyc
|
||||
${PYSITELIB}/s3transfer/tasks.pyo
|
||||
${PYSITELIB}/s3transfer/upload.py
|
||||
${PYSITELIB}/s3transfer/upload.pyc
|
||||
${PYSITELIB}/s3transfer/upload.pyo
|
||||
${PYSITELIB}/s3transfer/utils.py
|
||||
${PYSITELIB}/s3transfer/utils.pyc
|
||||
${PYSITELIB}/s3transfer/utils.pyo
|
6
net/py-s3transfer/distinfo
Normal file
6
net/py-s3transfer/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2017/07/03 21:11:22 adam Exp $
|
||||
|
||||
SHA1 (s3transfer-0.1.10.tar.gz) = 689348ecfb26ab36d6bd47e490c7ec0fe1ea2792
|
||||
RMD160 (s3transfer-0.1.10.tar.gz) = 9cf24471739a668c152271d2aad9caa0874e4187
|
||||
SHA512 (s3transfer-0.1.10.tar.gz) = 56ae7d13d0f7818728adc08b458ec1937693e4232383a2a00f03ade725baea239d5fc2625d7d684d20191b51b109c187f3f2ec3633923ed5871db061af00f2e0
|
||||
Size (s3transfer-0.1.10.tar.gz) = 95508 bytes
|
Loading…
Reference in a new issue