Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/
Date: Mon, 03 Jul 2017 17:09:36
Message-Id: 1499101765.1aea4bd853f0d2b98610fde72b9a49581f918422.zmedico@gentoo
1 commit: 1aea4bd853f0d2b98610fde72b9a49581f918422
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 3 17:08:22 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 3 17:09:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aea4bd8
7
8 dev-python/oslo-concurrency: Add python3.6 to PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild
16 index c434cc9a21b..7e3dda1e031 100644
17 --- a/dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild
18 +++ b/dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
24 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
25
26 inherit distutils-r1
27
28 @@ -48,5 +48,5 @@ python_prepare_all() {
29 }
30
31 python_test() {
32 - nosetests tests/ || die "test failed under ${EPYTHON}"
33 + nosetests ${PN/-/_}/tests/ || die "test failed under ${EPYTHON}"
34 }