dev-python/ssl-fetch: add python3_7
authorJonathan Callen <jcallen@gentoo.org>
Mon, 3 Dec 2018 01:28:48 +0000 (20:28 -0500)
committerJonathan Callen <jcallen@gentoo.org>
Mon, 3 Dec 2018 02:18:13 +0000 (21:18 -0500)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jonathan Callen <jcallen@gentoo.org>
dev-python/ssl-fetch/ssl-fetch-0.4.ebuild
dev-python/ssl-fetch/ssl-fetch-9999.ebuild

index c951dc93b14d2fdc1eacdaf1431df041d7fff3b1..a7fc32de6985512cc1b40fcd525e664fee3dde86 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
 
 inherit distutils-r1
 
index e9649601bc6ec7fe09e0c4b980027b480e877aca..b7eb08d79d1961f52ceefa250a4feddd9164d4ff 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
 
 EGIT_BRANCH="master"