public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/awscli/
Date: Mon,  9 Mar 2020 15:01:39 +0000 (UTC)	[thread overview]
Message-ID: <1583766092.4417dce708f72d04527209097b1ca870ee635d3f.whissi@gentoo> (raw)

commit:     4417dce708f72d04527209097b1ca870ee635d3f
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  9 14:34:33 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Mar  9 15:01:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4417dce7

dev-python/awscli: bump to v1.18.16

Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-python/awscli/Manifest              |  1 +
 dev-python/awscli/awscli-1.18.16.ebuild | 56 +++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/awscli/Manifest b/dev-python/awscli/Manifest
index e10a195cdef..135a8e48217 100644
--- a/dev-python/awscli/Manifest
+++ b/dev-python/awscli/Manifest
@@ -2,4 +2,5 @@ DIST awscli-1.16.310.tar.gz 1615978 BLAKE2B ca5d4f6d7cc12b7346eedda837eb4c9c4704
 DIST awscli-1.16.314.tar.gz 1645286 BLAKE2B 085bab3971ed037a23fbd336f367becf2cc4aded04def176fbe6e073b5e010af4aeb0c0e6b43212837a2544ff6734f73e4a2165f61744263649c4a0b21a43424 SHA512 6268ba5a7332c8a7ba36602cd1ee55dfc4dbbf14124c20b5ec1e524a88db11e2f57e7a553882b774a25376c5c2b280c2863c4253ff4a994b72049c361ffddc58
 DIST awscli-1.17.17.tar.gz 1695067 BLAKE2B 5b3db22f3c4f2ad2ed993db76313e4fc5ebba7ae8f43b29d6d8ffb9b1b13bbf4b82e8bbe972db709f319dbd6150046fd51afb7338efedb4f021509ecb4422914 SHA512 72b3d8147b5c08685bb851bbba5d27fe0de55124acf0163868e98bf0bb9000309f00ff646e4b38f2bce291edfdfeeb72f449dbde77ea8ba5aa3b853d82c1393b
 DIST awscli-1.17.7.tar.gz 1661103 BLAKE2B c88e119672284e60a6de54bd60f9096640e6115e45df3cecb61d8dc037b5880caf2d3aeb192b6fd06fd8667d7dcb948c1d6aaf3d0942796c3eb886e96534a627 SHA512 6cbe4458fcda6e4afd3cd14b654bf0eecaa611210430edc9c9b6edf18b2f4ecfa042c495a6bba9a7a46732e68bbe87ac111566c0f5786d7482e4d150cf7e59f7
+DIST awscli-1.18.16.tar.gz 1715973 BLAKE2B 3c61ed7954eb6262b51d79aa5a11bb5b1293056acd4557ba6bd5506c255919fe7926c3f8d0334825c55a87a9e3d9290c7d07b478397bafd2755f22dde8b44bb5 SHA512 8fbf134d8b99b38ea9bdd68f8c2d24fc8ee21e7f542d5acef0cb0d7f1e631faa209c5631504fdee140ea940333877a090064ac75c96850b814a08bfde29faa3e
 DIST awscli-1.18.5.tar.gz 1695943 BLAKE2B e4ca700d35a918b61ca82cf7468f54c68de6cbc76ed01319e1c4aa073fde5c6678766ae43ff6f92920391a6adb1e844292e5575eefe48d9c1478b90f42372b91 SHA512 48e2b74d4cbee54eeba2cc09fcea5ea90f222def136a9bc71cb60d6ec4247f1f6b3f38b3360721dfe62f84aac363e9319c1252b73ab58faa93ea971fbf79474f

diff --git a/dev-python/awscli/awscli-1.18.16.ebuild b/dev-python/awscli/awscli-1.18.16.ebuild
new file mode 100644
index 00000000000..4e9ab287550
--- /dev/null
+++ b/dev-python/awscli/awscli-1.18.16.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="https://pypi.org/project/awscli/"
+#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+# requires network access
+RESTRICT="test"
+
+RDEPEND="
+	>=dev-python/botocore-1.15.16[${PYTHON_USEDEP}]
+	<dev-python/colorama-0.4.2[${PYTHON_USEDEP}]
+	dev-python/docutils[${PYTHON_USEDEP}]
+	<dev-python/rsa-3.5.0.0[${PYTHON_USEDEP}]
+	>=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+	<dev-python/pyyaml-5.3.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/nose[${PYTHON_USEDEP}]
+	)
+"
+
+S="${WORKDIR}/aws-cli-${PV}"
+
+python_test() {
+	nosetests -vv || die
+}
+
+python_install_all() {
+	newbashcomp bin/aws_bash_completer aws
+
+	insinto /usr/share/zsh/site-functions
+	newins bin/aws_zsh_completer.sh _aws
+
+	distutils-r1_python_install_all
+
+	rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || die
+}


             reply	other threads:[~2020-03-09 15:01 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-09 15:01 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-27  6:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/awscli/ Michał Górny
2021-05-26  8:19 Michał Górny
2021-05-25  5:13 Michał Górny
2021-05-22 18:18 Michał Górny
2021-05-22 18:18 Michał Górny
2021-05-22 18:18 Michał Górny
2021-05-19  7:11 Michał Górny
2021-05-19  0:19 Sam James
2021-04-08 21:02 Piotr Karbowski
2021-03-30 11:04 Michał Górny
2021-03-26  7:45 Agostino Sarubbo
2021-02-07 18:03 Piotr Karbowski
2021-01-30  2:44 Robin H. Johnson
2020-11-26  8:40 Michał Górny
2020-11-26  8:24 Sam James
2020-11-25  9:23 Michał Górny
2020-10-31 22:04 Piotr Karbowski
2020-10-21  7:33 Piotr Karbowski
2020-09-19 15:57 Piotr Karbowski
2020-08-11 21:09 Piotr Karbowski
2020-06-01 19:28 Thomas Deutschmann
2020-05-31 19:37 Piotr Karbowski
2020-05-31 19:37 Piotr Karbowski
2020-05-31 19:37 Piotr Karbowski
2020-05-19  9:49 Thomas Deutschmann
2020-05-11 18:34 Thomas Deutschmann
2020-05-09 16:11 Thomas Deutschmann
2020-04-29 20:08 Mart Raudsepp
2020-04-29  8:54 Mart Raudsepp
2020-04-28 22:08 Thomas Deutschmann
2020-03-31 11:53 Thomas Deutschmann
2020-03-26 11:48 Michał Górny
2020-02-24 17:28 Thomas Deutschmann
2020-02-14 15:15 Thomas Deutschmann
2020-01-22 23:40 Thomas Deutschmann
2020-01-22 22:00 Thomas Deutschmann
2020-01-22 22:00 Thomas Deutschmann
2020-01-18 18:48 Michał Górny
2020-01-05 23:20 Thomas Deutschmann
2019-12-22 22:16 Thomas Deutschmann
2019-12-11 15:05 Thomas Deutschmann
2019-11-29 19:42 Thomas Deutschmann
2019-11-17 20:29 Thomas Deutschmann
2019-11-10 16:35 Thomas Deutschmann
2019-10-17 16:52 Thomas Deutschmann
2019-09-06 16:39 Thomas Deutschmann
2019-09-06 15:09 Thomas Deutschmann
2019-08-16 20:42 Thomas Deutschmann
2019-08-09 22:01 Thomas Deutschmann
2019-08-09 21:47 Thomas Deutschmann
2019-06-29 14:47 Thomas Deutschmann
2019-04-30 10:26 Thomas Deutschmann
2019-03-15 23:17 Thomas Deutschmann
2019-03-15 23:17 Thomas Deutschmann
2019-03-15 17:06 Patrick Lauer
2019-02-14 18:45 Thomas Deutschmann
2019-01-26  1:03 Zac Medico
2019-01-25 23:00 Zac Medico
2019-01-18  1:49 Thomas Deutschmann
2018-12-22 19:22 Thomas Deutschmann
2018-12-10 16:45 Thomas Deutschmann
2018-11-27 20:14 Thomas Deutschmann
2018-11-27 20:14 Thomas Deutschmann
2018-11-21 20:05 Thomas Deutschmann
2018-06-27 20:32 Pacho Ramos
2018-04-30  6:06 Patrick Lauer
2018-03-05  7:10 Patrick Lauer
2017-12-28  7:25 Patrick Lauer
2017-12-24 15:23 Patrick Lauer
2017-09-24 19:45 Patrick Lauer
2017-09-16 18:27 Patrick Lauer
2017-08-22 21:41 Michał Górny
2017-05-02  5:50 Patrick Lauer
2017-04-25 18:05 Patrick Lauer
2016-10-01 20:15 Patrick Lauer
2016-08-30  9:36 Patrick Lauer
2016-08-09 10:48 Patrick Lauer
2016-07-31 18:13 Patrick Lauer
2016-07-17 15:44 Patrick Lauer
2016-06-28 12:29 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=1583766092.4417dce708f72d04527209097b1ca870ee635d3f.whissi@gentoo \
    --to=whissi@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