dev-python/pycrypto: add py37 support
authorMatthew Thode <prometheanfire@gentoo.org>
Tue, 9 Apr 2019 06:45:43 +0000 (01:45 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Tue, 9 Apr 2019 07:05:35 +0000 (02:05 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild

index 2814f60fd810e38c5a321fd9a9cfd4fdba23e4f5..69800aafbcf3228a5ae6888e9834c1362c302625 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 flag-o-matic