From: Michał Górny Date: Thu, 19 Mar 2020 17:31:09 +0000 (+0100) Subject: dev-python/apsw: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=92ce601c1d6618d33749305c7fe30f124d59de87;p=gentoo.git dev-python/apsw: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/apsw/apsw-3.23.1_p1.ebuild b/dev-python/apsw/apsw-3.23.1_p1.ebuild index 81ea4e3a0d62..80080179b0fb 100644 --- a/dev-python/apsw/apsw-3.23.1_p1.ebuild +++ b/dev-python/apsw/apsw-3.23.1_p1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 flag-o-matic diff --git a/dev-python/apsw/apsw-3.25.2_p1.ebuild b/dev-python/apsw/apsw-3.25.2_p1.ebuild index 7246ac0d4521..1cf991929222 100644 --- a/dev-python/apsw/apsw-3.25.2_p1.ebuild +++ b/dev-python/apsw/apsw-3.25.2_p1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 flag-o-matic