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/pycountry/
Date: Thu, 20 Sep 2018 08:43:17
Message-Id: 1537432988.cfaefe2d4517ccc4bc37e99a19c9300f144ffb41.mgorny@gentoo
1 commit: cfaefe2d4517ccc4bc37e99a19c9300f144ffb41
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 20 08:05:41 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 20 08:43:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfaefe2d
7
8 dev-python/pycountry: Tested on py3.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pycountry/pycountry-18.5.26.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pycountry/pycountry-18.5.26.ebuild b/dev-python/pycountry/pycountry-18.5.26.ebuild
16 index 4ceff4ecf3e..4f2beccae58 100644
17 --- a/dev-python/pycountry/pycountry-18.5.26.ebuild
18 +++ b/dev-python/pycountry/pycountry-18.5.26.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 )
24 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy pypy3 )
25
26 inherit distutils-r1