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/oslo-config: oslo-config-1.4.0.ebuild ChangeLog
Date: Sat, 27 Sep 2014 20:09:32
Message-Id: 20140927200928.3FA986708@oystercatcher.gentoo.org
1 alunduil 14/09/27 20:09:28
2
3 Modified: oslo-config-1.4.0.ebuild ChangeLog
4 Log:
5 fix testsuite by removing .testrepository between runs
6
7 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 92FEA28B)
8
9 Revision Changes Path
10 1.3 dev-python/oslo-config/oslo-config-1.4.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.4.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.4.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.4.0.ebuild?r1=1.2&r2=1.3
15
16 Index: oslo-config-1.4.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.4.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- oslo-config-1.4.0.ebuild 27 Sep 2014 12:35:43 -0000 1.2
23 +++ oslo-config-1.4.0.ebuild 27 Sep 2014 20:09:28 -0000 1.3
24 @@ -1,50 +1,50 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.4.0.ebuild,v 1.2 2014/09/27 12:35:43 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.4.0.ebuild,v 1.3 2014/09/27 20:09:28 alunduil Exp $
29
30 EAPI=5
31 -PYTHON_COMPAT=( python{2_7,3_3} )
32 +PYTHON_COMPAT=( python2_7 python3_3 )
33
34 inherit distutils-r1
35
36 -DESCRIPTION="The Oslo configuration API supports parsing command line arguments
37 -and ini style configuration files"
38 -HOMEPAGE="https://pypi.python.org/pypi/oslo.config"
39 +DESCRIPTION="Oslo Configuration API"
40 +HOMEPAGE="https://launchpad.net/oslo"
41 SRC_URI="mirror://pypi/${PN:0:1}/oslo.config/oslo.config-${PV}.tar.gz"
42 S="${WORKDIR}/oslo.config-${PV}"
43
44 LICENSE="Apache-2.0"
45 SLOT="0"
46 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
47 +KEYWORDS="~amd64 ~amd64-linux ~x86 ~x86-linux"
48 IUSE="test"
49
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
51 - >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}]
52 - <dev-python/pbr-1.0[${PYTHON_USEDEP}]
53 - test? (
54 - >=dev-python/hacking-0.9.2[${PYTHON_USEDEP}]
55 - <dev-python/hacking-0.10[${PYTHON_USEDEP}]
56 - >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
57 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
58 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
59 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
60 - >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
61 - >=dev-python/oslotest-1.1[${PYTHON_USEDEP}]
62 - >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
63 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
64 - !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
65 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
66 - >=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
67 - >=dev-python/mock-1.0[${PYTHON_USEDEP}]
68 - )"
69 -# mock appears to be hard imported in test files and keeps this form
70 -# upstream should arguably be poked to re-write the tests accordingly
71 -RDEPEND=">=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
72 - >=dev-python/six-1.7.0[${PYTHON_USEDEP}]
73 - >=dev-python/stevedore-0.14[${PYTHON_USEDEP}]"
74 +DEPEND="
75 + dev-python/setuptools[${PYTHON_USEDEP}]
76 + dev-python/pbr[${PYTHON_USEDEP}]
77 + test? (
78 + >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
79 + <dev-python/hacking-0.10[${PYTHON_USEDEP}]
80 + >=dev-python/hacking-0.9.2[${PYTHON_USEDEP}]
81 + >=dev-python/mock-1.0[${PYTHON_USEDEP}]
82 + >=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
83 + >=dev-python/oslotest-1.1[${PYTHON_USEDEP}]
84 + >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
85 + !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
86 + <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
87 + >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
88 + >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
89 + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
90 + >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
91 + )
92 +"
93 +RDEPEND="
94 + >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
95 + >=dev-python/six-1.7.0[${PYTHON_USEDEP}]
96 + >=dev-python/stevedore-0.14[${PYTHON_USEDEP}]
97 +"
98
99 python_test() {
100 - # https://bugs.launchpad.net/oslo.config/+bug/1374741
101 - testr init || die "test failed under ${EPYTHON}"
102 - testr run || die "test failed under ${EPYTHON}"
103 + rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPTYHON}"
104 +
105 + testr init || die "testr init failed under ${EPYTHON}"
106 + testr run || die "testr run failed under ${EPYTHON}"
107 }
108
109
110
111 1.11 dev-python/oslo-config/ChangeLog
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/ChangeLog?rev=1.11&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/ChangeLog?rev=1.11&content-type=text/plain
115 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/ChangeLog?r1=1.10&r2=1.11
116
117 Index: ChangeLog
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v
120 retrieving revision 1.10
121 retrieving revision 1.11
122 diff -u -r1.10 -r1.11
123 --- ChangeLog 27 Sep 2014 12:35:43 -0000 1.10
124 +++ ChangeLog 27 Sep 2014 20:09:28 -0000 1.11
125 @@ -1,6 +1,9 @@
126 # ChangeLog for dev-python/oslo-config
127 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
128 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v 1.10 2014/09/27 12:35:43 idella4 Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v 1.11 2014/09/27 20:09:28 alunduil Exp $
130 +
131 + 27 Sep 2014; Alex Brandt <alunduil@g.o> oslo-config-1.4.0.ebuild:
132 + fix testsuite—requires removal of .testrepostory between runs
133
134 27 Sep 2014; Ian Delaney <idella4@g.o> oslo-config-1.4.0.ebuild:
135 add py3.3 support, correction and update to test phase, add commented text,