public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/awscli/
Date: Sun, 31 May 2020 19:37:20 +0000 (UTC)	[thread overview]
Message-ID: <1590953835.6dd0777d3cb868d7506851cb19d7575349a384d7.slashbeast@gentoo> (raw)

commit:     6dd0777d3cb868d7506851cb19d7575349a384d7
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 19:36:40 2020 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun May 31 19:37:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd0777d

dev-python/awscli: drop old versions.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 dev-python/awscli/Manifest              |  2 --
 dev-python/awscli/awscli-1.18.48.ebuild | 56 ---------------------------------
 dev-python/awscli/awscli-1.18.56.ebuild | 56 ---------------------------------
 3 files changed, 114 deletions(-)

diff --git a/dev-python/awscli/Manifest b/dev-python/awscli/Manifest
index 8e15077c915..896a64afcc3 100644
--- a/dev-python/awscli/Manifest
+++ b/dev-python/awscli/Manifest
@@ -1,4 +1,2 @@
-DIST awscli-1.18.48.tar.gz 1737744 BLAKE2B 818709e924cac51fb8490383d91d9d935f812bb019a71051a2a062676b2720eecd2a59b6c398c599cba6caaf7da35179864eb80fd91cc5ec7547cd56d89de01b SHA512 1501a4d588e2ce2f4ed668a8e827403ed4e4d4588fabef26aecbc6521931ccc760918ce9ddd14af92a94d17cc980a84a3e95f5f21e84b955d2923a0daf62fa7a
-DIST awscli-1.18.56.tar.gz 1738900 BLAKE2B 520ca08c2b9d52c666247af375fc4da5f4da9e5eb779001ee70c5c77c9c9faba7fae045baeab6bf74c5727cccd6499accfa3b554b0c2082930c855a06be8cc45 SHA512 4c5f126bf485815a9bf48c2ead1353e5b1cbc6ac34201303c3e245a88c4b321bfcdec96cbbee6419e7128285c03b938fa0138c2f6204699c3fc8f045a6a7ad09
 DIST awscli-1.18.62.tar.gz 1739551 BLAKE2B 029119e6c4d9078f46507c1837c2122f86ab3bc83e8e34bdf6ddb969426769845ea6ae49d8f1cff3e4c9d2951ce562e6bf395b67082efd3eeade0e2c36638ab4 SHA512 08e996d4cdcb941553969310b998a033a4a4dfeec1de44167e8cd3c4a46e751858285a8d33ddc348c1133c90d25bb73da6ee33f6e2c94c3dd8dd79f56b85014b
 DIST awscli-1.18.69.tar.gz 1758256 BLAKE2B eb691b1a8e1f7caad9c286b71fd73ecffa09978a08b37defd95e5d439137acd1338db31947d238c5f2c39e2d2786a8b0368ac790a33e26d49e464f24101f46d8 SHA512 c27a2908887988ae87a97cffa496727113f51515a07eead356733f550cc54079d5ce2f71c59c3f54718673103a207c703f69452451dc91d3c00319217a92ef20

diff --git a/dev-python/awscli/awscli-1.18.48.ebuild b/dev-python/awscli/awscli-1.18.48.ebuild
deleted file mode 100644
index fff1d0812e7..00000000000
--- a/dev-python/awscli/awscli-1.18.48.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# 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 ~arm64"
-IUSE="test"
-
-# requires network access
-RESTRICT="test"
-
-RDEPEND="
-	>=dev-python/botocore-1.15.48[${PYTHON_USEDEP}]
-	<dev-python/colorama-0.4.4[${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.4.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
-}

diff --git a/dev-python/awscli/awscli-1.18.56.ebuild b/dev-python/awscli/awscli-1.18.56.ebuild
deleted file mode 100644
index 4acacad4af8..00000000000
--- a/dev-python/awscli/awscli-1.18.56.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# 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 ~arm64"
-IUSE="test"
-
-# requires network access
-RESTRICT="test"
-
-RDEPEND="
-	>=dev-python/botocore-1.16.6[${PYTHON_USEDEP}]
-	<dev-python/colorama-0.4.4[${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.4.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-05-31 19:37 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-31 19:37 Piotr Karbowski [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-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-03-09 15:01 Thomas Deutschmann
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=1590953835.6dd0777d3cb868d7506851cb19d7575349a384d7.slashbeast@gentoo \
    --to=slashbeast@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