From owner-svn-ports-all@freebsd.org Thu Apr 12 16:35:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1C30FA277E; Thu, 12 Apr 2018 16:35:09 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 219D16FB1D; Thu, 12 Apr 2018 16:35:09 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1C8B55D41; Thu, 12 Apr 2018 16:35:09 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3CGZ8q7014390; Thu, 12 Apr 2018 16:35:08 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3CGZ8BE014385; Thu, 12 Apr 2018 16:35:08 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201804121635.w3CGZ8BE014385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 12 Apr 2018 16:35:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467163 - in head/devel: . py-boto3 X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: in head/devel: . py-boto3 X-SVN-Commit-Revision: 467163 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2018 16:35:09 -0000 Author: wg Date: Thu Apr 12 16:35:08 2018 New Revision: 467163 URL: https://svnweb.freebsd.org/changeset/ports/467163 Log: devel/py-boto3: AWS SDK for Python WWW: https://pypi.python.org/pypi/boto3 Added: head/devel/py-boto3/ head/devel/py-boto3/Makefile (contents, props changed) head/devel/py-boto3/distinfo (contents, props changed) head/devel/py-boto3/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Apr 12 16:21:27 2018 (r467162) +++ head/devel/Makefile Thu Apr 12 16:35:08 2018 (r467163) @@ -4320,6 +4320,7 @@ SUBDIR += py-blist SUBDIR += py-bluelet SUBDIR += py-boto + SUBDIR += py-boto3 SUBDIR += py-botocore SUBDIR += py-bsd SUBDIR += py-buildbot Added: head/devel/py-boto3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-boto3/Makefile Thu Apr 12 16:35:08 2018 (r467163) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= boto3 +PORTVERSION= 1.7.4 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +MAINTAINER= python@FreeBSD.org +COMMENT= AWS SDK for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jmespath>=0.5.0:devel/py-jmespath@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}botocore>0:devel/py-botocore@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}s3transfer>0:net/py-s3transfer@${FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils +USE_GITHUB= yes +GH_ACCOUNT= boto + + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v tests/unit tests/functional + +.include Added: head/devel/py-boto3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-boto3/distinfo Thu Apr 12 16:35:08 2018 (r467163) @@ -0,0 +1,3 @@ +TIMESTAMP = 1523552752 +SHA256 (boto-boto3-1.7.4_GH0.tar.gz) = d1be32c19f3e87719c1aed303fc9122757e43af9d31de8be032dec89d91c85a7 +SIZE (boto-boto3-1.7.4_GH0.tar.gz) = 225274 Added: head/devel/py-boto3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-boto3/pkg-descr Thu Apr 12 16:35:08 2018 (r467163) @@ -0,0 +1,3 @@ +The AWS SDK for Python + +WWW: https://pypi.python.org/pypi/boto3