From: Thomas Deutschmann Date: Wed, 22 Jan 2020 23:16:10 +0000 (+0100) Subject: dev-python/rsa: add Python 3.8 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=74e0f1489beaceed8f5bac87b75fb1ab9174a90a;p=gentoo.git dev-python/rsa: add Python 3.8 support Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann --- 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 43599947175f..54427c1aaa8d 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}]