Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-ssl-match-hostname/
Date: Sun, 16 Jul 2017 12:32:59
Message-Id: 1500208367.a95c48303cf38ae1b19ee261785fea7a713c5123.monsieurp@gentoo
1 commit: a95c48303cf38ae1b19ee261785fea7a713c5123
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 16 12:32:25 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 16 12:32:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95c4830
7
8 dev-python/backports-ssl-match-hostname: remove python 3.5 and python 3.6 from PYTHON_COMPAT.
9
10 Gentoo-Bug: https://bugs.gentoo.org/622946
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 .../backports-ssl-match-hostname-3.5.0.1-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild b/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild
18 index e3884c33c56..013d567c0c1 100644
19 --- a/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild
20 +++ b/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
26 +PYTHON_COMPAT=( python{2_7,3_4} pypy )
27
28 inherit distutils-r1