Gentoo Archives: gentoo-commits

From: Julien Roy <julien@××××.ca>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/curio/
Date: Sun, 29 Jan 2023 19:36:23
Message-Id: 1675020969.b86145659d8a611c803c71f722f13b40810be35e.julien@gentoo
1 commit: b86145659d8a611c803c71f722f13b40810be35e
2 Author: Julien Roy <julien <AT> jroy <DOT> ca>
3 AuthorDate: Sun Jan 29 19:36:09 2023 +0000
4 Commit: Julien Roy <julien <AT> jroy <DOT> ca>
5 CommitDate: Sun Jan 29 19:36:09 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8614565
7
8 dev-python/curio: update EAPI 7 -> 8
9
10 Signed-off-by: Julien Roy <julien <AT> jroy.ca>
11
12 dev-python/curio/curio-1.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/curio/curio-1.6.ebuild b/dev-python/curio/curio-1.6.ebuild
16 index 8482fd334..0cf35ad54 100644
17 --- a/dev-python/curio/curio-1.6.ebuild
18 +++ b/dev-python/curio/curio-1.6.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2023 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_{9..11} )
27 DISTUTILS_USE_PEP517=setuptools