Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pychroot/
Date: Wed, 02 Jan 2019 21:29:22
Message-Id: 1546464423.97142c6e2a787450d96a0c05dadfca1e42bc421c.radhermit@gentoo
1 commit: 97142c6e2a787450d96a0c05dadfca1e42bc421c
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 2 21:27:03 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 2 21:27:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97142c6e
7
8 dev-python/pychroot: add py37 support
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 dev-python/pychroot/pychroot-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild
16 index 57a2af631a2..a59532024a5 100644
17 --- a/dev-python/pychroot/pychroot-9999.ebuild
18 +++ b/dev-python/pychroot/pychroot-9999.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -PYTHON_COMPAT=( python{3_4,3_5,3_6} )
26 +PYTHON_COMPAT=( python3_{4,5,6,7} )
27 inherit distutils-r1
28
29 if [[ ${PV} == *9999 ]] ; then
30 @@ -21,7 +21,7 @@ SLOT="0"
31 IUSE="test"
32
33 if [[ ${PV} == *9999 ]]; then
34 - RDEPEND="=dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
35 + RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
36 else
37 RDEPEND=">=dev-python/snakeoil-0.8.0[${PYTHON_USEDEP}]"
38 fi