Gentoo Archives: gentoo-commits

From: Jonathan Callen <jcallen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipaddr/
Date: Mon, 03 Dec 2018 02:43:26
Message-Id: 1543803493.b22de923305b152a9d26acaf5778ba1e0167db00.jcallen@gentoo
1 commit: b22de923305b152a9d26acaf5778ba1e0167db00
2 Author: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 3 01:23:22 2018 +0000
4 Commit: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 3 02:18:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22de923
7
8 dev-python/ipaddr: add python3_7
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Jonathan Callen <jcallen <AT> gentoo.org>
12
13 dev-python/ipaddr/ipaddr-2.2.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/ipaddr/ipaddr-2.2.0.ebuild b/dev-python/ipaddr/ipaddr-2.2.0.ebuild
17 index ed6a948969e..beb88e66cad 100644
18 --- a/dev-python/ipaddr/ipaddr-2.2.0.ebuild
19 +++ b/dev-python/ipaddr/ipaddr-2.2.0.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
28 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
29
30 inherit distutils-r1