Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dacite/
Date: Sun, 11 Jul 2021 22:28:57
Message-Id: 1626041676.e7e8ef43b39de39292a6b36577c580a42e54ea79.Alessandro-Barbieri@gentoo
1 commit: e7e8ef43b39de39292a6b36577c580a42e54ea79
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 11 22:14:36 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Jul 11 22:14:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7e8ef43
7
8 dev-python/dacite: update EAPI 7 -> 8
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/dacite/dacite-1.6.0.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/dacite/dacite-1.6.0.ebuild b/dev-python/dacite/dacite-1.6.0.ebuild
16 index d0eb336c6..2b59016e9 100644
17 --- a/dev-python/dacite/dacite-1.6.0.ebuild
18 +++ b/dev-python/dacite/dacite-1.6.0.ebuild
19 @@ -1,8 +1,9 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 -PYTHON_COMPAT=( python3_{7,8,9} )
25 +EAPI=8
26 +
27 +PYTHON_COMPAT=( python3_{8..10} )
28
29 inherit distutils-r1