*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / dev-python / python-gnupg / python-gnupg-0.4.5.ebuild
index f507743f0ffedea2596c5fd44906b4300f0dc652..7d18793f2bc1bc4a97dce7071088fb9dc9ca9936 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS="no"
-PYTHON_COMPAT=( pypy{,3} python2_7 python3_{5,6,7,8} )
+PYTHON_COMPAT=( pypy3 python2_7 python3_{6,7,8} )
 
 inherit distutils-r1