pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-s3transfer S3transfer is a Python library for m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1af0f57bb03
branches:  trunk
changeset: 364722:b1af0f57bb03
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 03 21:11:22 2017 +0000

description:
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.

diffstat:

 net/py-s3transfer/DESCR    |   6 ++++++
 net/py-s3transfer/Makefile |  23 +++++++++++++++++++++++
 net/py-s3transfer/PLIST    |  42 ++++++++++++++++++++++++++++++++++++++++++
 net/py-s3transfer/distinfo |   6 ++++++
 4 files changed, 77 insertions(+), 0 deletions(-)

diffs (93 lines):

diff -r a4bc5399d592 -r b1af0f57bb03 net/py-s3transfer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-s3transfer/DESCR   Mon Jul 03 21:11:22 2017 +0000
@@ -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.
diff -r a4bc5399d592 -r b1af0f57bb03 net/py-s3transfer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-s3transfer/Makefile        Mon Jul 03 21:11:22 2017 +0000
@@ -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@localhost
+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"
diff -r a4bc5399d592 -r b1af0f57bb03 net/py-s3transfer/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-s3transfer/PLIST   Mon Jul 03 21:11:22 2017 +0000
@@ -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
diff -r a4bc5399d592 -r b1af0f57bb03 net/py-s3transfer/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-s3transfer/distinfo        Mon Jul 03 21:11:22 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index