summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Seifert <m.seifert@digitalernachschub.de>2021-10-29 09:36:17 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-29 18:30:08 +0300
commite59357f1742b8910d6942f342472197475c69b2a (patch)
treeb05e60083a116c660a3562836580a6737402e832 /dev-python/passlib
parentdev-python/passlib: Bumped to 1.7.4-r1 (diff)
downloadgentoo-e59357f1742b8910d6942f342472197475c69b2a.tar.gz
gentoo-e59357f1742b8910d6942f342472197475c69b2a.tar.bz2
gentoo-e59357f1742b8910d6942f342472197475c69b2a.zip
dev-python/passlib: Updated to EAPI 8
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/passlib')
-rw-r--r--dev-python/passlib/passlib-1.7.4-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/passlib/passlib-1.7.4-r1.ebuild b/dev-python/passlib/passlib-1.7.4-r1.ebuild
index 4828653f6705..5ed95834819e 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