From 0941e87b3bf05ac5cec34c55e075b8c3b8d1dcec Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Wed, 22 Jan 2020 22:57:53 +0100 Subject: dev-python/awscli: drop old Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann --- dev-python/awscli/awscli-1.16.125.ebuild | 56 -------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 dev-python/awscli/awscli-1.16.125.ebuild (limited to 'dev-python/awscli/awscli-1.16.125.ebuild') diff --git a/dev-python/awscli/awscli-1.16.125.ebuild b/dev-python/awscli/awscli-1.16.125.ebuild deleted file mode 100644 index a5af4415d29d..000000000000 --- a/dev-python/awscli/awscli-1.16.125.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 ) - -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.12.81[${PYTHON_USEDEP}] - =dev-python/s3transfer-0.1.12[${PYTHON_USEDEP}] -