From: Jonathan Callen Date: Mon, 3 Dec 2018 01:28:48 +0000 (-0500) Subject: dev-python/ssl-fetch: add python3_7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=58ec217b1c86aeeb71b75d1a38e66033826d235a;p=gentoo.git dev-python/ssl-fetch: add python3_7 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Jonathan Callen --- diff --git a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild index c951dc93b14d..a7fc32de6985 100644 --- a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild @@ -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 diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild index e9649601bc6e..b7eb08d79d19 100644 --- a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild @@ -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"