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/snakeoil/
Date: Wed, 02 Jan 2019 21:29:18
Message-Id: 1546464330.1af900cf5b2273ba809824ba33ebfaa54fff0eea.radhermit@gentoo
1 commit: 1af900cf5b2273ba809824ba33ebfaa54fff0eea
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 2 21:14:19 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 2 21:25:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af900cf
7
8 dev-python/snakeoil: add py37 support
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 dev-python/snakeoil/snakeoil-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild
16 index 431ad815edf..e0674ca106e 100644
17 --- a/dev-python/snakeoil/snakeoil-9999.ebuild
18 +++ b/dev-python/snakeoil/snakeoil-9999.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2019 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 PYTHON_REQ_USE="threads(+)"
28 inherit distutils-r1