public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alex Brandt" <alunduil@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/s3transfer/
Date: Sat, 10 Sep 2016 23:36:04 +0000 (UTC)	[thread overview]
Message-ID: <1473550399.822b6ce9eaed7e9c14343dd6e98da1004c793f7c.alunduil@gentoo> (raw)

commit:     822b6ce9eaed7e9c14343dd6e98da1004c793f7c
Author:     Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 23:33:19 2016 +0000
Commit:     Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 23:33:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822b6ce9

dev-python/s3transfer: add version 0.1.3

Package-Manager: portage-2.3.0

 dev-python/s3transfer/Manifest                |  1 +
 dev-python/s3transfer/s3transfer-0.1.3.ebuild | 38 +++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/s3transfer/Manifest b/dev-python/s3transfer/Manifest
index 7755fdd..23f9267 100644
--- a/dev-python/s3transfer/Manifest
+++ b/dev-python/s3transfer/Manifest
@@ -1,3 +1,4 @@
 DIST s3transfer-0.0.1.tar.gz 9465 SHA256 2bb9ed8db58af94dfa78f75f554d646dfe4b4741fc87f63a20c2bfb3f70f4355 SHA512 77ef39d2043b7ca7cfa105d3a682881392ae8048dd2e1263a9c88390a28e24578e49733afc330ace78027c1a3e3ff5401b30fc12f8a5fac70544bda099f33461 WHIRLPOOL 6a31f8d40c649a244d6f43deb97bc844ad2cb61856ab9e07bf527d8afa576decc22d962baeeec64ea96c715e01a6f9731bc4db49a68f48017a189d8aa95db7b9
 DIST s3transfer-0.1.1.tar.gz 82198 SHA256 6b9131b704819b0e559a97eec373ff6cc8a9b258e4c8f58ad339650b5019f00f SHA512 3e784b8e5a723ff18d587d8dc56bec3737f4be7c644320d5a9eba25b28912cb9ce488f4d37ef48c507eef6e1df6cb30dfd22109231a8cadb6f0d63ff40ae712d WHIRLPOOL 64447ef8ad10b02712b63e8dc5c9708827c4234e01571d825e7a10bc0645c5b0e11968fc43c2b4589bff7355efa639db65ae8c95d3645f3cffc83176bb246415
 DIST s3transfer-0.1.2.tar.gz 82681 SHA256 779d0cd9aa30fa65c6e8da8dc203d165ef7aa6cab0b7faa502b850e6cb9236dc SHA512 96cdc5744ba4297205d82d07aa5b8883269e59c9462baf1bd742ae6be385f17da0803fe09f3a2161c918f04a7c422f82d8e7075ea29d4424fc752a750dc98a6f WHIRLPOOL 14d367b8ab592b27c15519d0a972979baaef9ad3acf293e0908c70df7d3b2dfb4dfefac033490ca9f7fbab1e30b19b414daa73fc516c8f974b4eafd989a462b9
+DIST s3transfer-0.1.3.tar.gz 83873 SHA256 af2e541ac584a1e88d3bca9529ae784d2b25e5d448685e0ee64f4c0e1e017ed2 SHA512 c05ebd67f8295cd595ace77aaf1f437fa4572bfeb31a06df336ba05a17b8d420ce29ff3ba06ce31f75d8a8e9f43bf4dc23559fa1e78e477370ca989010fe23e1 WHIRLPOOL d62df0fb99647e82d82331f953eb943f9e03e930ef9529882e18fe6bcd886f7a8386b9aafcfcae1146b3c5e1f71d9d3d93bbe63715eeeefb5b4fb773f3245cc2

diff --git a/dev-python/s3transfer/s3transfer-0.1.3.ebuild b/dev-python/s3transfer/s3transfer-0.1.3.ebuild
new file mode 100644
index 00000000..7ad1e5c
--- /dev/null
+++ b/dev-python/s3transfer/s3transfer-0.1.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+inherit distutils-r1
+
+DESCRIPTION="An Amazon S3 Transfer Manager"
+HOMEPAGE="https://github.com/boto/s3transfer"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+CDEPEND="
+	>=dev-python/botocore-1.3.0[${PYTHON_USEDEP}]
+	<dev-python/botocore-2.0.0[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '>=dev-python/futures-2.2.0[${PYTHON_USEDEP}]' 'python2_7')
+	$(python_gen_cond_dep '<dev-python/futures-4.0.0[${PYTHON_USEDEP}]' 'python2_7')
+"
+# Pin mock to 1.3.0 if testing failures due to mock occur.
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		${CDEPEND}
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/nose[${PYTHON_USEDEP}]
+	)
+"
+RDEPEND="${CDEPEND}"
+
+python_test() {
+	nosetests tests/unit/ tests/functional/ || die "tests failed under ${EPYTHON}"
+}


             reply	other threads:[~2016-09-10 23:36 UTC|newest]

Thread overview: 110+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-10 23:36 Alex Brandt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-27  9:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/s3transfer/ Michał Górny
2024-07-27  6:40 Arthur Zamarin
2024-07-06 19:35 Michał Górny
2024-06-25  8:01 Michał Górny
2024-03-30 14:27 Michał Górny
2024-03-30 14:25 Michał Górny
2024-03-15  5:05 Michał Górny
2024-01-06  9:54 Michał Górny
2024-01-06  9:50 Michał Górny
2023-12-30 14:40 Michał Górny
2023-12-22  8:30 Michał Górny
2023-12-15 13:13 Michał Górny
2023-12-15 12:55 Arthur Zamarin
2023-12-14  8:28 Michał Górny
2023-11-30  5:48 Michał Górny
2023-11-29  7:44 Michał Górny
2023-11-28  5:26 Michał Górny
2023-10-20 20:13 Michał Górny
2023-10-20 11:48 Sam James
2023-09-27  5:56 Michał Górny
2023-09-17  4:44 Michał Górny
2023-09-16 22:58 Sam James
2023-08-16  4:19 Michał Górny
2023-08-16  4:19 Michał Górny
2023-06-06  5:57 Michał Górny
2023-06-05 19:56 Arthur Zamarin
2023-05-05  5:21 Michał Górny
2023-01-10 14:50 Michał Górny
2022-12-21  6:46 Michał Górny
2022-06-19  5:06 Michał Górny
2022-06-18 20:25 Sam James
2022-06-01  7:21 Michał Górny
2022-05-14 20:01 Michał Górny
2022-03-16  8:07 Michał Górny
2022-03-15 17:56 Jakov Smolić
2022-02-24 22:00 Michał Górny
2022-02-02 23:21 Michał Górny
2021-12-09 22:51 Michał Górny
2021-12-09 22:01 Arthur Zamarin
2021-11-09 10:23 Michał Górny
2021-08-16  6:13 Michał Górny
2021-08-16  5:13 Agostino Sarubbo
2021-07-16  6:54 Michał Górny
2021-06-15  7:06 Agostino Sarubbo
2021-06-04 16:13 Michał Górny
2021-05-19  6:02 Michał Górny
2021-05-18 23:20 Sam James
2021-05-18 17:28 Sam James
2021-05-15 19:28 Sam James
2021-04-23  7:25 Michał Górny
2021-04-22 12:08 Sam James
2021-04-22  7:36 Michał Górny
2021-04-19 21:22 Michał Górny
2021-04-14  7:19 Michał Górny
2021-03-19  7:36 Michał Górny
2021-03-18 23:11 Michał Górny
2021-03-02  9:06 Michał Górny
2021-03-02  7:39 Sam James
2021-01-11 21:22 Michał Górny
2020-08-05 15:18 Michał Górny
2020-07-29 10:20 Michał Górny
2020-06-22  6:57 Agostino Sarubbo
2020-06-10 14:02 Michał Górny
2020-06-10 14:02 Michał Górny
2020-06-06 17:38 Agostino Sarubbo
2020-05-28 18:20 Patrick McLean
2020-03-17  8:08 Michał Górny
2020-02-04 13:32 Michał Górny
2020-01-22 23:40 Thomas Deutschmann
2019-10-25 22:09 Andrey Utkin
2019-06-05  7:46 Agostino Sarubbo
2019-06-05  6:48 Agostino Sarubbo
2019-03-27 21:29 Andrey Utkin
2019-03-27 21:00 Andrey Utkin
2019-03-27 21:00 Andrey Utkin
2018-11-30 20:13 Mikle Kolyada
2018-11-27 21:55 Thomas Deutschmann
2018-09-19  0:04 Andrey Utkin
2018-05-13 22:45 Andrey Utkin
2018-05-13 22:45 Andrey Utkin
2018-05-13 22:45 Andrey Utkin
2018-05-13 22:45 Andrey Utkin
2018-03-10 14:56 Pacho Ramos
2018-02-13 20:21 Matt Thode
2018-01-06  0:21 Andrey Utkin
2018-01-06  0:21 Andrey Utkin
2018-01-05 18:06 Mike Gilbert
2017-12-28  7:25 Patrick Lauer
2017-10-04  8:57 Michał Górny
2017-09-30  0:38 Matt Thode
2017-09-16  6:46 Patrick Lauer
2017-07-31 18:12 Sebastien Fabbro
2017-05-22  7:23 Michał Górny
2017-05-02 13:11 Michał Górny
2017-03-10 17:24 Patrick Lauer
2016-10-28 20:56 Patrick Lauer
2016-10-20 17:30 Patrick Lauer
2016-10-16  1:43 Alex Brandt
2016-10-16  1:43 Alex Brandt
2016-10-16  1:43 Alex Brandt
2016-10-01 20:15 Patrick Lauer
2016-09-24 15:13 Alex Brandt
2016-09-24 15:13 Alex Brandt
2016-09-10 23:36 Alex Brandt
2016-09-03 14:30 Alex Brandt
2016-08-30 15:53 Alex Brandt
2016-08-13 15:35 Alex Brandt
2016-08-09 10:48 Patrick Lauer
2016-06-20  9:43 Patrick Lauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1473550399.822b6ce9eaed7e9c14343dd6e98da1004c793f7c.alunduil@gentoo \
    --to=alunduil@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox