commit:     74e0f1489beaceed8f5bac87b75fb1ab9174a90a
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 23:16:10 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 23:40:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e0f148

dev-python/rsa: add Python 3.8 support

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-python/rsa/{rsa-3.4.2.ebuild => rsa-3.4.2-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/rsa/rsa-3.4.2.ebuild 
b/dev-python/rsa/rsa-3.4.2-r1.ebuild
similarity index 86%
rename from dev-python/rsa/rsa-3.4.2.ebuild
rename to dev-python/rsa/rsa-3.4.2-r1.ebuild
index 43599947175..54427c1aaa8 100644
--- a/dev-python/rsa/rsa-3.4.2.ebuild
+++ b/dev-python/rsa/rsa-3.4.2-r1.ebuild
@@ -1,9 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 
@@ -22,7 +23,6 @@ RDEPEND="
        dev-python/traceback2[${PYTHON_USEDEP}]
        "
 DEPEND="${RDEPEND}
-       >=dev-python/setuptools-0.6.10[${PYTHON_USEDEP}]
        test? (
                dev-python/nose[${PYTHON_USEDEP}]
                dev-python/unittest2[${PYTHON_USEDEP}]

Reply via email to