Date: Mon, 14 Mar 2016 13:15:51 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411064 - in head/net: . py-s3transfer Message-ID: <201603141315.u2EDFpxg082231@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Mon Mar 14 13:15:51 2016 New Revision: 411064 URL: https://svnweb.freebsd.org/changeset/ports/411064 Log: New port: net/py-s3transfer. Amazon S3 Transfer Manager for Python. WWW: https://github.com/boto/s3transfer PR: 207833 Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> Added: head/net/py-s3transfer/ head/net/py-s3transfer/Makefile (contents, props changed) head/net/py-s3transfer/distinfo (contents, props changed) head/net/py-s3transfer/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Mar 14 12:44:17 2016 (r411063) +++ head/net/Makefile Mon Mar 14 13:15:51 2016 (r411064) @@ -989,6 +989,7 @@ SUBDIR += py-ripe.atlas.sagan SUBDIR += py-ripe.atlas.tools SUBDIR += py-s3cmd + SUBDIR += py-s3transfer SUBDIR += py-simplesoap SUBDIR += py-smbpasswd SUBDIR += py-soappy Added: head/net/py-s3transfer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-s3transfer/Makefile Mon Mar 14 13:15:51 2016 (r411064) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= s3transfer +PORTVERSION= 0.0.1 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= bradleythughes@fastmail.fm +COMMENT= Amazon S3 Transfer Manager for Python + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.3.0:${PORTSDIR}/devel/py-botocore + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 3000 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>=2.2.0:${PORTSDIR}/devel/py-futures +.endif + +.include <bsd.port.post.mk> Added: head/net/py-s3transfer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-s3transfer/distinfo Mon Mar 14 13:15:51 2016 (r411064) @@ -0,0 +1,2 @@ +SHA256 (s3transfer-0.0.1.tar.gz) = 2bb9ed8db58af94dfa78f75f554d646dfe4b4741fc87f63a20c2bfb3f70f4355 +SIZE (s3transfer-0.0.1.tar.gz) = 9465 Added: head/net/py-s3transfer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-s3transfer/pkg-descr Mon Mar 14 13:15:51 2016 (r411064) @@ -0,0 +1,3 @@ +Amazon S3 Transfer Manager for Python. + +WWW: https://github.com/boto/s3transfer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603141315.u2EDFpxg082231>