commit: e59357f1742b8910d6942f342472197475c69b2a
Author: Michael Seifert <m.seifert <AT> digitalernachschub <DOT> de>
AuthorDate: Fri Oct 29 07:36:17 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 15:30:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59357f1
dev-python/passlib: Updated to EAPI 8
Signed-off-by: Michael Seifert <m.seifert <AT> digitalernachschub.de>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/passlib/passlib-1.7.4-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/passlib/passlib-1.7.4-r1.ebuild
b/dev-python/passlib/passlib-1.7.4-r1.ebuild
index 4828653f670..5ed95834819 100644
--- a/dev-python/passlib/passlib-1.7.4-r1.ebuild
+++ b/dev-python/passlib/passlib-1.7.4-r1.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+
PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1