summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-19 18:31:09 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-19 18:48:50 +0100
commit92ce601c1d6618d33749305c7fe30f124d59de87 (patch)
treeccb7a4311755aa9bde8041ed9bfce8ee0840df02 /dev-python/apsw
parentapp-text/calibre: Remove py2 (diff)
downloadgentoo-92ce601c1d6618d33749305c7fe30f124d59de87.tar.gz
gentoo-92ce601c1d6618d33749305c7fe30f124d59de87.tar.bz2
gentoo-92ce601c1d6618d33749305c7fe30f124d59de87.zip
dev-python/apsw: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/apsw')
-rw-r--r--dev-python/apsw/apsw-3.23.1_p1.ebuild2
-rw-r--r--dev-python/apsw/apsw-3.25.2_p1.ebuild2
2 files changed, 2 insertions, 2 deletions
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