Gentoo Archives: gentoo-commits

From: "Alex Brandt (alunduil)" <alunduil@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/botocore: botocore-1.1.3.ebuild metadata.xml ChangeLog
Date: Wed, 29 Jul 2015 18:51:47
Message-Id: 20150729185140.B5561C3@oystercatcher.gentoo.org
1 alunduil 15/07/29 18:51:40
2
3 Added: botocore-1.1.3.ebuild metadata.xml ChangeLog
4 Log:
5 add version 1.1.3
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
8
9 Revision Changes Path
10 1.1 dev-python/botocore/botocore-1.1.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/botocore/botocore-1.1.3.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/botocore/botocore-1.1.3.ebuild?rev=1.1&content-type=text/plain
14
15 Index: botocore-1.1.3.ebuild
16 ===================================================================
17 # Copyright 1999-2015 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-python/botocore/botocore-1.1.3.ebuild,v 1.1 2015/07/29 18:51:40 alunduil Exp $
20
21 EAPI=5
22 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
23
24 inherit distutils-r1 vcs-snapshot
25
26 DESCRIPTION="Low-level, data-driven core of boto 3."
27 HOMEPAGE="https://github.com/boto/botocore"
28 SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
29
30 LICENSE="Apache-2.0"
31 SLOT="0"
32 KEYWORDS="~amd64"
33 IUSE="doc test"
34
35 CDEPEND="
36 >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
37 ~dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
38 >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
39 <dev-python/python-dateutil-3.0.0[${PYTHON_USEDEP}]
40 "
41 DEPEND="
42 dev-python/setuptools[${PYTHON_USEDEP}]
43 doc? (
44 >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
45 <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
46 >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
47 <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
48 )
49 test? (
50 ${CDEPEND}
51 dev-python/mock[${PYTHON_USEDEP}]
52 dev-python/nose[${PYTHON_USEDEP}]
53 )
54 "
55 RDEPEND="${CDEPEND}"
56
57 python_compile_all() {
58 use doc && emake -C docs html
59 }
60
61 python_test() {
62 nosetests tests/unit || die "tests failed under ${EPYTHON}"
63 }
64
65 python_install_all() {
66 use doc && local HTML_DOCS=( docs/build/html/. )
67
68 distutils-r1_python_install_all
69 }
70
71
72
73 1.1 dev-python/botocore/metadata.xml
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/botocore/metadata.xml?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/botocore/metadata.xml?rev=1.1&content-type=text/plain
77
78 Index: metadata.xml
79 ===================================================================
80 <?xml version="1.0" encoding="UTF-8"?>
81 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
82 <pkgmetadata>
83 <maintainer>
84 <email>alunduil@g.o</email>
85 <name>Alex Brandt</name>
86 </maintainer>
87 <longdescription lang="en">
88 </longdescription>
89 </pkgmetadata>
90
91
92
93 1.1 dev-python/botocore/ChangeLog
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/botocore/ChangeLog?rev=1.1&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/botocore/ChangeLog?rev=1.1&content-type=text/plain
97
98 Index: ChangeLog
99 ===================================================================
100 # ChangeLog for dev-python/botocore
101 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
102 # $Header: /var/cvsroot/gentoo-x86/dev-python/botocore/ChangeLog,v 1.1 2015/07/29 18:51:40 alunduil Exp $
103
104 *botocore-1.1.3 (29 Jul 2015)
105
106 29 Jul 2015; Alex Brandt <alunduil@g.o> +botocore-1.1.3.ebuild,
107 +metadata.xml:
108 add version 1.1.3