summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/pyDes/pyDes-2.0.1-r2.ebuild (renamed from dev-python/pyDes/pyDes-2.0.1-r1.ebuild)7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/pyDes/pyDes-2.0.1-r1.ebuild b/dev-python/pyDes/pyDes-2.0.1-r2.ebuild
index effc9b0..a9aec03 100644
--- a/dev-python/pyDes/pyDes-2.0.1-r1.ebuild
+++ b/dev-python/pyDes/pyDes-2.0.1-r2.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=7
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
DESCRIPTION="Python implementation of DES an Triple-DES algorithms"