commit:     4ea700fe890854944f70c3cdfa37a435caaf3631
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 05:46:02 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 27 06:10:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea700fe

dev-python/pathlib2: Port to py39

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pathlib2/pathlib2-2.3.5.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pathlib2/pathlib2-2.3.5.ebuild 
b/dev-python/pathlib2/pathlib2-2.3.5.ebuild
index e080b52fd1a..fcfb7cdfd59 100644
--- a/dev-python/pathlib2/pathlib2-2.3.5.ebuild
+++ b/dev-python/pathlib2/pathlib2-2.3.5.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
 
 inherit distutils-r1
 
@@ -18,11 +19,10 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-       $(python_gen_cond_dep 'dev-python/scandir[${PYTHON_USEDEP}]' -2 )
+       $(python_gen_cond_dep 'dev-python/scandir[${PYTHON_USEDEP}]' -2)
        dev-python/six[${PYTHON_USEDEP}]
 "
 BDEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
        test? (
                ${RDEPEND}
                $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)

Reply via email to