diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-10 17:30:53 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-10 17:43:39 -0500 |
commit | 362e8d526c7bb6e12874ecfe8dd44c937ad186c7 (patch) | |
tree | 8254d63b728916acfb7fcfa6f6d9d3122b46424b /dev-python/rsa | |
parent | dev-python/tooz: add py37 support (diff) | |
download | gentoo-362e8d526c7bb6e12874ecfe8dd44c937ad186c7.tar.gz gentoo-362e8d526c7bb6e12874ecfe8dd44c937ad186c7.tar.bz2 gentoo-362e8d526c7bb6e12874ecfe8dd44c937ad186c7.zip |
dev-python/rsa: add py37 support
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/rsa')
-rw-r--r-- | dev-python/rsa/rsa-3.2.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/rsa/rsa-3.4.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/rsa/rsa-3.2.3-r1.ebuild b/dev-python/rsa/rsa-3.2.3-r1.ebuild index 01d4935db649..38c40d894329 100644 --- a/dev-python/rsa/rsa-3.2.3-r1.ebuild +++ b/dev-python/rsa/rsa-3.2.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 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/rsa/rsa-3.4.2.ebuild b/dev-python/rsa/rsa-3.4.2.ebuild index 06b84e4231d8..0425fca85f25 100644 --- a/dev-python/rsa/rsa-3.4.2.ebuild +++ b/dev-python/rsa/rsa-3.4.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 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 |