commit:     457165a7bc7c9dd1e5b0f1cf946a5f21ed755846
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 19:20:09 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 20:26:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457165a7

dev-python/funcy: add python3_9 support

Bug: https://bugs.gentoo.org/766992
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-python/funcy/funcy-1.15.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-python/funcy/funcy-1.15.ebuild 
b/dev-python/funcy/funcy-1.15.ebuild
index c6242b5bfe8..204c3872a0d 100644
--- a/dev-python/funcy/funcy-1.15.ebuild
+++ b/dev-python/funcy/funcy-1.15.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+PYTHON_COMPAT=( python3_{7..9} )
 inherit distutils-r1
 
 DESCRIPTION="A collection of fancy functional tools focused on practicality"
@@ -16,14 +16,12 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-DEPEND=""
-RDEPEND="${DEPEND}"
 BDEPEND="
-       ${RDEPEND}
        test? (
-               dev-python/whatever[${PYTHON_USEDEP}]
                dev-python/pytest[${PYTHON_USEDEP}]
-       )"
+               dev-python/whatever[${PYTHON_USEDEP}]
+       )
+"
 
 python_test() {
        distutils_install_for_testing --via-root

Reply via email to