Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/oslo-config: oslo-config-1.3.0.ebuild ChangeLog oslo-config-1.2.0.ebuild oslo-config-1.2.1.ebuild oslo-config-1.1.0.ebuild oslo-config-1.1.1.ebuild
Date: Fri, 01 Aug 2014 05:23:30
Message-Id: 20140801052327.024A32004E@flycatcher.gentoo.org
1 prometheanfire 14/08/01 05:23:26
2
3 Modified: ChangeLog
4 Added: oslo-config-1.3.0.ebuild
5 Removed: oslo-config-1.2.0.ebuild oslo-config-1.2.1.ebuild
6 oslo-config-1.1.0.ebuild oslo-config-1.1.1.ebuild
7 Log:
8 bup
9
10 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
11
12 Revision Changes Path
13 1.8 dev-python/oslo-config/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/ChangeLog?rev=1.8&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/ChangeLog?rev=1.8&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/ChangeLog?r1=1.7&r2=1.8
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v
22 retrieving revision 1.7
23 retrieving revision 1.8
24 diff -u -r1.7 -r1.8
25 --- ChangeLog 6 Jul 2014 12:44:18 -0000 1.7
26 +++ ChangeLog 1 Aug 2014 05:23:26 -0000 1.8
27 @@ -1,6 +1,14 @@
28 # ChangeLog for dev-python/oslo-config
29 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v 1.7 2014/07/06 12:44:18 mgorny Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v 1.8 2014/08/01 05:23:26 prometheanfire Exp $
32 +
33 +*oslo-config-1.3.0 (01 Aug 2014)
34 +
35 + 01 Aug 2014; Matthew Thode <prometheanfire@g.o>
36 + +oslo-config-1.3.0.ebuild, -oslo-config-1.1.0.ebuild,
37 + -oslo-config-1.1.1.ebuild, -oslo-config-1.2.0.ebuild,
38 + -oslo-config-1.2.1.ebuild:
39 + bup
40
41 06 Jul 2014; Michał Górny <mgorny@g.o> oslo-config-1.1.0.ebuild,
42 oslo-config-1.1.1.ebuild, oslo-config-1.2.0.ebuild, oslo-config-1.2.1.ebuild:
43
44
45
46 1.1 dev-python/oslo-config/oslo-config-1.3.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.3.0.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.3.0.ebuild?rev=1.1&content-type=text/plain
50
51 Index: oslo-config-1.3.0.ebuild
52 ===================================================================
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.3.0.ebuild,v 1.1 2014/08/01 05:23:26 prometheanfire Exp $
56
57 EAPI=5
58 PYTHON_COMPAT=( python2_7 )
59
60 inherit distutils-r1
61
62 DESCRIPTION="The Oslo configuration API supports parsing command line arguments
63 and ini style configuration files"
64 HOMEPAGE="https://pypi.python.org/pypi/oslo.config"
65 SRC_URI="mirror://pypi/${PN:0:1}/oslo.config/oslo.config-${PV}.tar.gz"
66 S="${WORKDIR}/oslo.config-${PV}"
67
68 LICENSE="Apache-2.0"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
71 IUSE="test"
72
73 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
74 >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}]
75 <dev-python/pbr-1.0[${PYTHON_USEDEP}]
76 test? (
77 >=dev-python/hacking-0.8.0[${PYTHON_USEDEP}]
78 <dev-python/hacking-0.9[${PYTHON_USEDEP}]
79 >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
80 >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
81 >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
82 >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
83 >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
84 >=dev-python/oslotest-1.0[${PYTHON_USEDEP}]
85 >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
86 >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
87 <dev-python/sphinx-1.2[${PYTHON_USEDEP}]
88 dev-python/oslo-sphinx[${PYTHON_USEDEP}]
89 >=dev-python/mock-1.0[${PYTHON_USEDEP}]
90 )"
91 RDEPEND=">=dev-python/six-1.5.2[${PYTHON_USEDEP}]"
92
93 # This time half the doc files are missing; Do you want them?
94
95 python_test() {
96 nosetests tests/ || die "test failed under ${EPYTHON}"
97 }