summaryrefslogtreecommitdiff
path: root/net/py-s3transfer
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-02-12 10:54:52 +0000
committeradam <adam@pkgsrc.org>2019-02-12 10:54:52 +0000
commit3a38621af9773b17c5679b38bbedf704e2a56c50 (patch)
tree1a86d7c0f61ce8dbad7deabaa555c59a5535949d /net/py-s3transfer
parent3d253d27a6c0ee792e0ee3935c72e865984e4095 (diff)
downloadpkgsrc-3a38621af9773b17c5679b38bbedf704e2a56c50.tar.gz
py-s3transfer: updated to 0.2.0
0.2.0 Add ProcessPoolDownloader class to speed up download throughput by using processes instead of threads.
Diffstat (limited to 'net/py-s3transfer')
-rw-r--r--net/py-s3transfer/Makefile8
-rw-r--r--net/py-s3transfer/PLIST8
-rw-r--r--net/py-s3transfer/distinfo10
3 files changed, 16 insertions, 10 deletions
diff --git a/net/py-s3transfer/Makefile b/net/py-s3transfer/Makefile
index cb6f860913f..2b51ff2c150 100644
--- a/net/py-s3transfer/Makefile
+++ b/net/py-s3transfer/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/02/16 12:09:42 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/02/12 10:54:52 adam Exp $
-DISTNAME= s3transfer-0.1.13
+DISTNAME= s3transfer-0.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/s3transfer/}
@@ -10,10 +10,10 @@ HOMEPAGE= https://github.com/boto/s3transfer
COMMENT= Amazon S3 Transfer Manager
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-botocore>=1.3.0:../../net/py-botocore
+DEPENDS+= ${PYPKGPREFIX}-botocore>=1.12.36:../../net/py-botocore
.include "../../lang/python/pyversion.mk"
-.if "${PYPKGPREFIX}" == "py27"
+.if ${_PYTHON_VERSION} == 27
DEPENDS+= ${PYPKGPREFIX}-futures>=2.2.0:../../devel/py-futures
.endif
diff --git a/net/py-s3transfer/PLIST b/net/py-s3transfer/PLIST
index e58a6e37fa3..667df5a6458 100644
--- a/net/py-s3transfer/PLIST
+++ b/net/py-s3transfer/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/11/30 11:11:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/02/12 10:54:52 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -13,6 +13,9 @@ ${PYSITELIB}/s3transfer/bandwidth.pyo
${PYSITELIB}/s3transfer/compat.py
${PYSITELIB}/s3transfer/compat.pyc
${PYSITELIB}/s3transfer/compat.pyo
+${PYSITELIB}/s3transfer/constants.py
+${PYSITELIB}/s3transfer/constants.pyc
+${PYSITELIB}/s3transfer/constants.pyo
${PYSITELIB}/s3transfer/copies.py
${PYSITELIB}/s3transfer/copies.pyc
${PYSITELIB}/s3transfer/copies.pyo
@@ -31,6 +34,9 @@ ${PYSITELIB}/s3transfer/futures.pyo
${PYSITELIB}/s3transfer/manager.py
${PYSITELIB}/s3transfer/manager.pyc
${PYSITELIB}/s3transfer/manager.pyo
+${PYSITELIB}/s3transfer/processpool.py
+${PYSITELIB}/s3transfer/processpool.pyc
+${PYSITELIB}/s3transfer/processpool.pyo
${PYSITELIB}/s3transfer/subscribers.py
${PYSITELIB}/s3transfer/subscribers.pyc
${PYSITELIB}/s3transfer/subscribers.pyo
diff --git a/net/py-s3transfer/distinfo b/net/py-s3transfer/distinfo
index aa7a0ac4c50..9449a6bc154 100644
--- a/net/py-s3transfer/distinfo
+++ b/net/py-s3transfer/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/02/16 12:09:42 adam Exp $
+$NetBSD: distinfo,v 1.5 2019/02/12 10:54:52 adam Exp $
-SHA1 (s3transfer-0.1.13.tar.gz) = b85fa93fbd4d9553f1338b68cb7abb70b3de1d71
-RMD160 (s3transfer-0.1.13.tar.gz) = 854b382b07989da817d022d52fe417dfaccf277b
-SHA512 (s3transfer-0.1.13.tar.gz) = 90aca5cacefa19cb8cb21b7b82c5f3383bc0478503557de9c2277db2f39d98f6e11ad74bf56ec84a1fc8c4a920337b0bcb34bfcf509a49f347144b7f13afb37c
-Size (s3transfer-0.1.13.tar.gz) = 103335 bytes
+SHA1 (s3transfer-0.2.0.tar.gz) = 85edcfc709adb0f8bb0afc6e68e9e99e5999c974
+RMD160 (s3transfer-0.2.0.tar.gz) = c6e6cad50a21ee69b353be007b28df09177b0c27
+SHA512 (s3transfer-0.2.0.tar.gz) = 2e37a13da67cdabb49deeb177fd9f8d6393128e757e6c9bd93c99eb95a3edbd14736025e284f3173e8247d23239abae3700d894ba0d138f970ceaff748aa6e9e
+Size (s3transfer-0.2.0.tar.gz) = 118361 bytes