diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-21 17:23:43 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-22 12:52:22 +0200 |
commit | 2ce96407101ac5b1c0ad61b1b7f1ad38c811f83b (patch) | |
tree | 91c573d5c4452fb2163a0de7c6d701addff5177e /dev-python | |
parent | dev-python/zipp: bump to python 3.10 (diff) | |
download | gentoo-2ce96407101ac5b1c0ad61b1b7f1ad38c811f83b.tar.gz gentoo-2ce96407101ac5b1c0ad61b1b7f1ad38c811f83b.tar.bz2 gentoo-2ce96407101ac5b1c0ad61b1b7f1ad38c811f83b.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20909
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/testpath/testpath-0.5.0.ebuild | 10 |
1 files 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 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 |