Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 614940 | Differences between
and this patch

Collapse All | Expand All

(-)a/dev-python/boto3/Manifest (+1 lines)
Lines 1-3 Link Here
1
DIST boto3-1.3.1.tar.gz 176717 SHA256 b3dbde6445ab04c3d0de9b962a3cc8ed9bc22ccce5ed4c8c4f8a1c1f653667f0 SHA512 10fa396e8896a157e80d028b590056dd8e967afec37062056d94fab45652d4adedbe5e98f1cc67c6c8b9ae9282145367b4e1973fd7506170e486b026b57db9f5 WHIRLPOOL 7a89936f8fde0c1138b330cee2184b40948838466aa44e78e35dfa6440c120ed8abfca9b76e28355173b8c571f0124af462eaa506990ef09bcdeaa0219e45788
1
DIST boto3-1.3.1.tar.gz 176717 SHA256 b3dbde6445ab04c3d0de9b962a3cc8ed9bc22ccce5ed4c8c4f8a1c1f653667f0 SHA512 10fa396e8896a157e80d028b590056dd8e967afec37062056d94fab45652d4adedbe5e98f1cc67c6c8b9ae9282145367b4e1973fd7506170e486b026b57db9f5 WHIRLPOOL 7a89936f8fde0c1138b330cee2184b40948838466aa44e78e35dfa6440c120ed8abfca9b76e28355173b8c571f0124af462eaa506990ef09bcdeaa0219e45788
2
DIST boto3-1.4.0.tar.gz 183263 SHA256 8fdd3743e34a32e5cb8636fb33dafe7336b7a341583653f52c6c20f7fe764472 SHA512 9e678b26993f48f156a5acdb33aec3488d263230517e6b5e1e608cb007fbf4f29a3c33290e460eb7cf1031f87894f3daca03bf80048139435979f23dd2fd61b8 WHIRLPOOL 5eb3703b11b4a0b3a4c873aed78f9c8b6588b5a83cacbd673f27cc4460822772745abcbc6698f680968ed37318d76bd812a491a83caa7b04b1e4a663def4a271
2
DIST boto3-1.4.0.tar.gz 183263 SHA256 8fdd3743e34a32e5cb8636fb33dafe7336b7a341583653f52c6c20f7fe764472 SHA512 9e678b26993f48f156a5acdb33aec3488d263230517e6b5e1e608cb007fbf4f29a3c33290e460eb7cf1031f87894f3daca03bf80048139435979f23dd2fd61b8 WHIRLPOOL 5eb3703b11b4a0b3a4c873aed78f9c8b6588b5a83cacbd673f27cc4460822772745abcbc6698f680968ed37318d76bd812a491a83caa7b04b1e4a663def4a271
3
DIST boto3-1.4.1.tar.gz 188341 SHA256 a7f10245b3ff947019963963b73911c515debed89709740586503ac22f5dfb97 SHA512 525f2db50d0a9d6f452c0261e934ecd9f06b576154b128d209a729b0fe96190e641369c00e13700f2aba5fe4a0c02f80248e25bc3d716cb72752d645e880eb23 WHIRLPOOL 195e5dcd59152ef09ae1f32aa9f321ea1f57c2ac20f7a233673c4f2a4529c062f78af0641efe8ac0632188e8e85e1e687eeb7c6932de89d3c49e110df2958eb4
3
DIST boto3-1.4.1.tar.gz 188341 SHA256 a7f10245b3ff947019963963b73911c515debed89709740586503ac22f5dfb97 SHA512 525f2db50d0a9d6f452c0261e934ecd9f06b576154b128d209a729b0fe96190e641369c00e13700f2aba5fe4a0c02f80248e25bc3d716cb72752d645e880eb23 WHIRLPOOL 195e5dcd59152ef09ae1f32aa9f321ea1f57c2ac20f7a233673c4f2a4529c062f78af0641efe8ac0632188e8e85e1e687eeb7c6932de89d3c49e110df2958eb4
4
DIST boto3-1.4.4.tar.gz 194721 SHA256 c760ca47a34fb54e44b90fc28d87a50353df527b39e815f399c481bab7d351c6 SHA512 948d753809e41bad39fdf3da9646b62ff2fbc9d23966cdd0e46b2df18b07ff8c8af11bb777aa0cd1fea5bcdbc2d43f3f3d06012e30327e3c55b36f7bba815a61 WHIRLPOOL e650e194d507dd405034ffb7907ab4a7e22765f290bf0bd8d866bbd0f94afb5fb64a6395aef24ea2196700be3d893bcf6cc86223a5073577875e451aed75724e
(-)a/dev-python/boto3/boto3-1.4.4.ebuild (-1 / +54 lines)
Line 0 Link Here
0
- 
1
# Copyright 1999-2017 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
4
EAPI=5
5
PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
6
7
inherit distutils-r1 vcs-snapshot
8
9
DESCRIPTION="The AWS SDK for Python"
10
HOMEPAGE="https://github.com/boto/boto3"
11
SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
12
13
LICENSE="Apache-2.0"
14
SLOT="0"
15
KEYWORDS="~amd64"
16
IUSE="doc test"
17
18
CDEPEND="
19
	>=dev-python/botocore-1.5.0[${PYTHON_USEDEP}]
20
	<dev-python/botocore-1.6.0[${PYTHON_USEDEP}]
21
	>=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
22
	<dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
23
	>=dev-python/s3transfer-0.1.10[${PYTHON_USEDEP}]
24
	<dev-python/s3transfer-0.2.0[${PYTHON_USEDEP}]
25
"
26
DEPEND="
27
	dev-python/setuptools[${PYTHON_USEDEP}]
28
	doc? (
29
		>=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
30
		<dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
31
		>=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
32
		<dev-python/sphinx-1.3[${PYTHON_USEDEP}]
33
	)
34
	test? (
35
		${CDEPEND}
36
		~dev-python/mock-1.3.0[${PYTHON_USEDEP}]
37
		dev-python/nose[${PYTHON_USEDEP}]
38
	)
39
"
40
RDEPEND="${CDEPEND}"
41
42
python_compile_all() {
43
	use doc && emake -C docs html
44
}
45
46
python_test() {
47
	nosetests tests/unit/ tests/functional/ || die "test failed under ${EPYTHON}"
48
}
49
50
python_install_all() {
51
	use doc && local HTML_DOCS=( docs/build/html/. )
52
53
	distutils-r1_python_install_all
54
}

Return to bug 614940