mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/awscli: Initial import, ebuild by me.
No tests added yet Package-Manager: portage-2.3.0_rc1
This commit is contained in:
1
dev-python/awscli/Manifest
Normal file
1
dev-python/awscli/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST awscli-1.10.38.tar.gz 471647 SHA256 56fc0d938aa1ee6ec71c9e7f6f0d7b96614419ccd7c7edf99a8dc071ad26a105 SHA512 bb4dd3547083ef80bac4461a96daad254a70754611336233be3111ff32897c6197966ba17e4f623eeabd18abe78723a0b50abd89caab341faffe7d2e3c57aab4 WHIRLPOOL eb17ed85e6ece0b0628e6cd0f5722b0c97e25ad54518289316da96f650d4474a466bbc08577bc5232529f6ddfd82cb536bf5d76e079c9cec5b25dc948de13d74
|
||||
29
dev-python/awscli/awscli-1.10.38.ebuild
Normal file
29
dev-python/awscli/awscli-1.10.38.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Universal Command Line Environment for AWS"
|
||||
HOMEPAGE="http://pypi.python.org/pypi/awscli"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-python/botocore[${PYTHON_USEDEP}]
|
||||
<=dev-python/colorama-0.3.3[${PYTHON_USEDEP}]
|
||||
dev-python/docutils[${PYTHON_USEDEP}]
|
||||
<=dev-python/rsa-3.5.0[${PYTHON_USEDEP}]
|
||||
dev-python/s3transfer[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
||||
11
dev-python/awscli/metadata.xml
Normal file
11
dev-python/awscli/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">awscli</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user