Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyspf/
Date: Wed, 26 Apr 2017 15:26:44
Message-Id: 1493220389.95b8fc31aa30bbdbab5c70293e158b7cbdf0429c.mgorny@gentoo
1 commit: 95b8fc31aa30bbdbab5c70293e158b7cbdf0429c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 26 14:18:17 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 26 15:26:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b8fc31
7
8 dev-python/pyspf: Tested on py3.5 & py3.6
9
10 dev-python/pyspf/pyspf-2.0.12.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/pyspf/pyspf-2.0.12.ebuild b/dev-python/pyspf/pyspf-2.0.12.ebuild
14 index 7c6e13292c3..98ead590823 100644
15 --- a/dev-python/pyspf/pyspf-2.0.12.ebuild
16 +++ b/dev-python/pyspf/pyspf-2.0.12.ebuild
17 @@ -1,9 +1,9 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="5"
23
24 -PYTHON_COMPAT=( python{2_7,3_4} )
25 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
26 PYTHON_REQ_USE="ipv6?"
27 inherit distutils-r1