Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dnspython/
Date: Wed, 10 Oct 2018 15:49:10
Message-Id: 1539186532.28a2455ce620ba2a31b2ff951070405789bffde6.prometheanfire@gentoo
1 commit: 28a2455ce620ba2a31b2ff951070405789bffde6
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 10 15:41:27 2018 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 10 15:48:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a2455c
7
8 dev-python/dnspython: adding py37 support
9
10 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-python/dnspython/dnspython-1.16.0_pre20180731.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/dnspython/dnspython-1.16.0_pre20180731.ebuild b/dev-python/dnspython/dnspython-1.16.0_pre20180731.ebuild
17 index 1d9163245a6..c488c69b30d 100644
18 --- a/dev-python/dnspython/dnspython-1.16.0_pre20180731.ebuild
19 +++ b/dev-python/dnspython/dnspython-1.16.0_pre20180731.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=( python2_7 python3_{4,5,6} )
28 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
29
30 inherit distutils-r1 vcs-snapshot