From 2ce96407101ac5b1c0ad61b1b7f1ad38c811f83b Mon Sep 17 00:00:00 2001 From: Zamarin Arthur Date: Fri, 21 May 2021 17:23:43 +0300 Subject: dev-python/testpath: clean deps, bump to python 3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit passes tests, tested on pypy3, python 3.{8,9,10} cleanup BDEPEND Signed-off-by: Zamarin Arthur Closes: https://github.com/gentoo/gentoo/pull/20909 Signed-off-by: Michał Górny --- dev-python/testpath/testpath-0.5.0.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'dev-python/testpath') diff --git a/dev-python/testpath/testpath-0.5.0.ebuild b/dev-python/testpath/testpath-0.5.0.ebuild index 44cf89905b50..dcda183aff88 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 -- cgit v1.2.3-65-gdbad