Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyvirtualdisplay/
Date: Tue, 14 Sep 2021 13:59:19
Message-Id: 1631627899.2f5bd08736816c8edecfa87d57112932f1eb0e05.arthurzam@gentoo
1 commit: 2f5bd08736816c8edecfa87d57112932f1eb0e05
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 13 20:12:22 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 14 13:58:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5bd087
7
8 dev-python/pyvirtualdisplay: enable py3.10
9
10 Tested by deselecting tests/test_smart.py::test_empty
11
12 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
13
14 dev-python/pyvirtualdisplay/pyvirtualdisplay-2.2.ebuild | 7 ++++---
15 1 file changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/pyvirtualdisplay/pyvirtualdisplay-2.2.ebuild b/dev-python/pyvirtualdisplay/pyvirtualdisplay-2.2.ebuild
18 index 96aa8f86201..d7ba582ae83 100644
19 --- a/dev-python/pyvirtualdisplay/pyvirtualdisplay-2.2.ebuild
20 +++ b/dev-python/pyvirtualdisplay/pyvirtualdisplay-2.2.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{7..9} )
26 +PYTHON_COMPAT=( python3_{8..10} )
27
28 inherit distutils-r1
29
30 @@ -26,8 +26,9 @@ RESTRICT="test"
31 RDEPEND="dev-python/easyprocess[${PYTHON_USEDEP}]"
32 BDEPEND="
33 test? (
34 - $(python_gen_cond_dep \
35 - 'dev-python/backports-tempfile[${PYTHON_USEDEP}]' python3_7 python3_8 )
36 + $(python_gen_cond_dep '
37 + dev-python/backports-tempfile[${PYTHON_USEDEP}]
38 + ' python3_8 )
39 dev-python/entrypoint2[${PYTHON_USEDEP}]
40 dev-python/path-py[${PYTHON_USEDEP}]
41 dev-python/pillow[${PYTHON_USEDEP}]