dev-python/rsa: add Python 3.8 support
authorThomas Deutschmann <whissi@gentoo.org>
Wed, 22 Jan 2020 23:16:10 +0000 (00:16 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Wed, 22 Jan 2020 23:40:23 +0000 (00:40 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-python/rsa/rsa-3.4.2-r1.ebuild [moved from dev-python/rsa/rsa-3.4.2.ebuild with 86% similarity]

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 43599947175f64e5b92e3ebe09d200d2aef2617f..54427c1aaa8ddb11b193d7a4a01e23b2fc2c93d0 100644 (file)
@@ -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}]