commit:     2ce96407101ac5b1c0ad61b1b7f1ad38c811f83b
Author:     Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Fri May 21 14:23:43 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 22 10:52:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce96407

dev-python/testpath: clean deps, bump to python 3.10

passes tests, tested on pypy3, python 3.{8,9,10}
cleanup BDEPEND

Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20909
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/testpath/testpath-0.5.0.ebuild | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/dev-python/testpath/testpath-0.5.0.ebuild 
b/dev-python/testpath/testpath-0.5.0.ebuild
index 44cf89905b5..dcda183aff8 100644
--- a/dev-python/testpath/testpath-0.5.0.ebuild
+++ b/dev-python/testpath/testpath-0.5.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
 
 inherit distutils-r1
 
@@ -16,13 +16,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x64-macos"
 
-BDEPEND="
-       >=dev-python/pyproject2setuppy-15
-       test? (
-               dev-python/pathlib2[${PYTHON_USEDEP}]
-               dev-python/pytest[${PYTHON_USEDEP}]
-       )
-"
+BDEPEND=">=dev-python/pyproject2setuppy-15"
 
 distutils_enable_tests pytest
 distutils_enable_sphinx doc

Reply via email to