Gentoo Archives: gentoo-commits

From: Rui Huang <vowstar@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gevent-websocket/
Date: Fri, 24 Jun 2022 12:24:30
Message-Id: 1656073284.33fb9a1e69a37758d18ab2d0701ff0a022f54c5d.vowstar@gentoo
1 commit: 33fb9a1e69a37758d18ab2d0701ff0a022f54c5d
2 Author: Huang Rui <vowstar <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 24 12:21:24 2022 +0000
4 Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
5 CommitDate: Fri Jun 24 12:21:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33fb9a1e
7
8 dev-python/gevent-websocket: update EAPI 7 -> 8
9
10 Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
11
12 dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild b/dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild
16 index 3b206084a..0904d440d 100644
17 --- a/dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild
18 +++ b/dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 PYTHON_COMPAT=( python3_{7..10} )