summaryrefslogtreecommitdiff
path: root/dev-python/socketpool
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-31 01:38:18 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-31 01:38:18 +0000
commit73d7ab23b492b0f258147211056df2f846345072 (patch)
treedaad7282c0bc41b8b49a41643790dfb65752f24a /dev-python/socketpool
parentdbeff5c12c4f07f751b70f93c82772750db63394 (diff)
downloadbaldeagleos-repo-73d7ab23b492b0f258147211056df2f846345072.tar.gz
baldeagleos-repo-73d7ab23b492b0f258147211056df2f846345072.tar.xz
baldeagleos-repo-73d7ab23b492b0f258147211056df2f846345072.zip
Adding metadata
Diffstat (limited to 'dev-python/socketpool')
-rw-r--r--dev-python/socketpool/socketpool-0.5.3-r3.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/socketpool/socketpool-0.5.3-r3.ebuild b/dev-python/socketpool/socketpool-0.5.3-r3.ebuild
index 5a745d8e3568..41f494c92590 100644
--- a/dev-python/socketpool/socketpool-0.5.3-r3.ebuild
+++ b/dev-python/socketpool/socketpool-0.5.3-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,12 +20,12 @@ RDEPEND="
eventlet? (
$(python_gen_cond_dep '
dev-python/eventlet[${PYTHON_USEDEP}]
- ' 'python3*')
+ ' python3_{7..9})
)
gevent? (
$(python_gen_cond_dep '
dev-python/gevent[${PYTHON_USEDEP}]
- ' 'python*')
+ ' python3_{7..9})
)"
BDEPEND="
@@ -33,10 +33,10 @@ BDEPEND="
!alpha? ( !hppa? ( !ia64? (
$(python_gen_cond_dep '
dev-python/eventlet[${PYTHON_USEDEP}]
- ' 'python3*')
+ ' python3_{7..9})
$(python_gen_cond_dep '
dev-python/gevent[${PYTHON_USEDEP}]
- ' 'python*')
+ ' python3_{7..9})
) ) )
)"
@@ -55,7 +55,7 @@ python_test() {
cp -r examples tests "${BUILD_DIR}" || die
pushd "${BUILD_DIR}" >/dev/null || die
- pytest -vv tests || die "Tests fail with ${EPYTHON}"
+ epytest tests
popd >/dev/null || die
}