summaryrefslogtreecommitdiff
path: root/dev-python/setuptools
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-06-10 13:39:12 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-06-10 13:39:12 +0000
commit1f81933683efd5b2bf82ee88eaa0be9bd0b58330 (patch)
tree11c3ab6af7782c04d26566116fc8d4f6453d28be /dev-python/setuptools
parentc4a445bb27dec293afdaa6aef479b3ad3880dc48 (diff)
downloadbaldeagleos-repo-1f81933683efd5b2bf82ee88eaa0be9bd0b58330.tar.gz
baldeagleos-repo-1f81933683efd5b2bf82ee88eaa0be9bd0b58330.tar.xz
baldeagleos-repo-1f81933683efd5b2bf82ee88eaa0be9bd0b58330.zip
Adding metadata
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r--dev-python/setuptools/setuptools-57.0.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/setuptools/setuptools-57.0.0.ebuild b/dev-python/setuptools/setuptools-57.0.0.ebuild
index dd468691ca32..414079fbf134 100644
--- a/dev-python/setuptools/setuptools-57.0.0.ebuild
+++ b/dev-python/setuptools/setuptools-57.0.0.ebuild
@@ -33,7 +33,7 @@ BDEPEND="
dev-python/pytest-xdist[${PYTHON_USEDEP}]
>=dev-python/virtualenv-20[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
- ' python3_{7..9} pypy3)
+ ' python3_{7..10} pypy3)
)
"
PDEPEND="
@@ -46,10 +46,10 @@ DISTUTILS_IN_SOURCE_BUILD=1
DOCS=( {CHANGES,README}.rst )
python_test() {
- # temporarily skipped, until we port all test deps
- [[ ${EPYTHON} == python3.10 ]] && continue
+ # keep in sync with python_gen_cond_dep above!
+ has "${EPYTHON}" python3.{7..10} pypy3 || continue
- distutils_install_for_testing --via-root
+ distutils_install_for_testing
local deselect=(
# network
'setuptools/tests/test_virtualenv.py::test_pip_upgrade_from_source[None]'