diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2018-12-02 20:28:48 -0500 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2018-12-02 21:18:13 -0500 |
commit | 58ec217b1c86aeeb71b75d1a38e66033826d235a (patch) | |
tree | 766d5282631ac722ae96539ee6fcdb90d1affc8e /dev-python/ssl-fetch | |
parent | dev-python/PySDL2: add python3_7 (diff) | |
download | gentoo-58ec217b1c86aeeb71b75d1a38e66033826d235a.tar.gz gentoo-58ec217b1c86aeeb71b75d1a38e66033826d235a.tar.bz2 gentoo-58ec217b1c86aeeb71b75d1a38e66033826d235a.zip |
dev-python/ssl-fetch: add python3_7
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jonathan Callen <jcallen@gentoo.org>
Diffstat (limited to 'dev-python/ssl-fetch')
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-0.4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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" |