Gentoo Archives: gentoo-commits

From: Abtin Matthew Bakhtiari <matthewabtin@××××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/i3ipc/
Date: Sat, 03 Jul 2021 09:34:39
Message-Id: 1625304868.a7a479316afbeac2bd824086740fd6bd0c360b05.matthewabtin@gentoo
1 commit: a7a479316afbeac2bd824086740fd6bd0c360b05
2 Author: Matthew Bakhtiari <dev <AT> mtbk <DOT> me>
3 AuthorDate: Sat Jul 3 09:34:28 2021 +0000
4 Commit: Abtin Matthew Bakhtiari <matthewabtin <AT> protonmail <DOT> com>
5 CommitDate: Sat Jul 3 09:34:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7a47931
7
8 dev-python/i3ipc: maintenance
9
10 Closes: https://bugs.gentoo.org/800145
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Matthew <dev <AT> mtbk.me>
13
14 dev-python/i3ipc/i3ipc-2.2.1.ebuild | 6 ++++--
15 1 file changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/i3ipc/i3ipc-2.2.1.ebuild b/dev-python/i3ipc/i3ipc-2.2.1.ebuild
18 index 0846853e5..9b1a21c26 100644
19 --- a/dev-python/i3ipc/i3ipc-2.2.1.ebuild
20 +++ b/dev-python/i3ipc/i3ipc-2.2.1.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -PYTHON_COMPAT=( python3_{7..9} )
29 +PYTHON_COMPAT=( python3_{8..10} )
30
31 inherit distutils-r1
32
33 @@ -17,3 +17,5 @@ KEYWORDS="~amd64 ~x86"
34
35 RDEPEND="dev-python/python-xlib"
36 DEPEND="${DEPEND}"
37 +
38 +distutils_enable_tests pytest