dev-python/backports-ssl-match-hostname: Drop python3_5+ targets
authorManuel Rüger <mrueg@gentoo.org>
Mon, 25 Sep 2017 13:43:32 +0000 (15:43 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Mon, 25 Sep 2017 13:43:32 +0000 (15:43 +0200)
Package-Manager: Portage-2.3.10, Repoman-2.3.3

dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild

index 7952bafe9535be1e905ad8aa09707b020c2eeaee..fbc3b731ea549634d1ba968861afc26c42a8b5a4 100644 (file)
@@ -2,7 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+# This is a backport from python3.5+
+# Do not add python3.5 or later support here, there's no need for it.
+PYTHON_COMPAT=( python{2_7,3_4} pypy )
 
 inherit distutils-r1