Gentoo Archives: gentoo-commits

From: Alex Brandt <alunduil@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/botocore/
Date: Sun, 20 Sep 2015 22:37:39
Message-Id: 1442788421.b03bc15e44a0eb412c24d40b43316c78838ded6f.alunduil@gentoo
1 commit: b03bc15e44a0eb412c24d40b43316c78838ded6f
2 Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 22:33:41 2015 +0000
4 Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 22:33:41 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03bc15e
7
8 dev-python/botocore: add version 1.2.4
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/botocore/Manifest | 1 +
13 dev-python/botocore/botocore-1.2.4.ebuild | 53 +++++++++++++++++++++++++++++++
14 2 files changed, 54 insertions(+)
15
16 diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
17 index ebe71fd..95f3907 100644
18 --- a/dev-python/botocore/Manifest
19 +++ b/dev-python/botocore/Manifest
20 @@ -1,3 +1,4 @@
21 DIST 1.1.11.tar.gz 1975224 SHA256 b4e6edc12177dd4f720259aa7027bab00fb9db2029e40e77e67c552ef9f41132 SHA512 b0b10299d93314de582cfd21511987fe210df1618c49f6c706c4341a3a635a85cd48d8848a69f83391a227ab5dc3881509a02b4cc47b1e27d18cf353d4de850b WHIRLPOOL 21e662fe7f713a98e5e16225e3860585f0abb8e4a47b5f0ae52262a929a32ce563e1108c80602c9c2136180957c1b8bb4b89d8b9fc84415c155212d326f08b90
22 DIST botocore-1.2.0.tar.gz 1993122 SHA256 59f2b9109d2cef499679b1676622e653b6a74be8ce20f84104fe631eb5434972 SHA512 8a336c4895e61246f36fdacb7a90c192a6db8b543331b25a6abc153b4b7fd3dd1f06a7c2f64451a12d900ebebb0ae86d1fe0b8011e22a7b09fd6143a6b8a7072 WHIRLPOOL 3bc375a0949ff7a4cb5e97b766681c8a71f65183c36afd9900275ac54ea0bebea94bb655bf8020752ed1f9e85c9cca775fc3f531133ffb7ce535a5bfe1daf246
23 DIST botocore-1.2.1.tar.gz 2002263 SHA256 3e3f75a52355d0d6feda98d2dd3345605227104174b45bc028507f055a90dd28 SHA512 fcdc2d655e717599a39d40775e276c51367c057f5558b2daffc376d6283faf617d85efe5f8258186dacf0e062f9d22eff3ba7b74c595833a93b8b638cf0d2f31 WHIRLPOOL e8d53c3585c2a764b52dbef9d0d2309e039de25c3ba286703fc3785f69af99bd54e149075fe0a9faadb81fa875df19b3dd6c4ffc9559c6c525f5429371dd6517
24 +DIST botocore-1.2.4.tar.gz 2007943 SHA256 6330dec53831e4f961e2503a4d9bfe9e790e1e7ac716f8edc07f1b37ff2765da SHA512 c2d0ee934a0b0a25a617a100528daa2951e6cb5139bd7dc5d550bcffcb777119f141b96e0a60dda1277dc8199acfd33e80d002bd3cc730c011e5dadfc52c6f33 WHIRLPOOL f2ff39099b08808e4684abf0d800c05593d66ae68a68f112abab97a715a4c6248ef6f193816faf481e8bc5a3814b22978c0e06a29e5a4cdfb39e24d112b5ef21
25
26 diff --git a/dev-python/botocore/botocore-1.2.4.ebuild b/dev-python/botocore/botocore-1.2.4.ebuild
27 new file mode 100644
28 index 0000000..5908e96
29 --- /dev/null
30 +++ b/dev-python/botocore/botocore-1.2.4.ebuild
31 @@ -0,0 +1,53 @@
32 +# Copyright 1999-2015 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
38 +
39 +inherit distutils-r1 vcs-snapshot
40 +
41 +DESCRIPTION="Low-level, data-driven core of boto 3."
42 +HOMEPAGE="https://github.com/boto/botocore"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="Apache-2.0"
46 +SLOT="0"
47 +KEYWORDS="~amd64"
48 +IUSE="doc test"
49 +
50 +CDEPEND="
51 + >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
52 + ~dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
53 + >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
54 + <dev-python/python-dateutil-3.0.0[${PYTHON_USEDEP}]
55 +"
56 +DEPEND="
57 + dev-python/setuptools[${PYTHON_USEDEP}]
58 + doc? (
59 + >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
60 + <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
61 + >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
62 + <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
63 + )
64 + test? (
65 + ${CDEPEND}
66 + dev-python/mock[${PYTHON_USEDEP}]
67 + dev-python/nose[${PYTHON_USEDEP}]
68 + )
69 +"
70 +RDEPEND="${CDEPEND}"
71 +
72 +python_compile_all() {
73 + use doc && emake -C docs html
74 +}
75 +
76 +python_test() {
77 + nosetests tests/unit || die "tests failed under ${EPYTHON}"
78 +}
79 +
80 +python_install_all() {
81 + use doc && local HTML_DOCS=( docs/build/html/. )
82 +
83 + distutils-r1_python_install_all
84 +}