diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-19 19:28:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-19 19:44:20 +0100 |
commit | dbd7582b3d4a9ecfb89a38e8493d718cf831b9d8 (patch) | |
tree | 89e03c3139a4d7afab6fee247d95cea7122c82cb /dev-python/authres | |
parent | dev-util/bsdiff: security cleanup (bug #701848) (diff) | |
download | gentoo-dbd7582b3d4a9ecfb89a38e8493d718cf831b9d8.tar.gz gentoo-dbd7582b3d4a9ecfb89a38e8493d718cf831b9d8.tar.bz2 gentoo-dbd7582b3d4a9ecfb89a38e8493d718cf831b9d8.zip |
dev-python/authres: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/authres')
-rw-r--r-- | dev-python/authres/authres-0.800.ebuild | 2 | ||||
-rw-r--r-- | dev-python/authres/authres-1.1.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/authres/authres-0.800.ebuild b/dev-python/authres/authres-0.800.ebuild index a2824ec8e273..b3a088be0c34 100644 --- a/dev-python/authres/authres-0.800.ebuild +++ b/dev-python/authres/authres-0.800.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/authres/authres-1.1.1.ebuild b/dev-python/authres/authres-1.1.1.ebuild index 26a7340c6387..494482fe4413 100644 --- a/dev-python/authres/authres-1.1.1.ebuild +++ b/dev-python/authres/authres-1.1.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 ) +PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) inherit distutils-r1 |