summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:11:49 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:11:49 +0100
commitf1ad410f04f4c86081ef92c24ef946af9753c6c6 (patch)
tree4cee9be2b23e3ee75cd04a92c6f4a81320b93f12 /dev-python/construct
parentdev-python/common: Remove Py2 (diff)
downloadgentoo-f1ad410f04f4c86081ef92c24ef946af9753c6c6.tar.gz
gentoo-f1ad410f04f4c86081ef92c24ef946af9753c6c6.tar.bz2
gentoo-f1ad410f04f4c86081ef92c24ef946af9753c6c6.zip
dev-python/construct: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/construct')
-rw-r--r--dev-python/construct/construct-2.8.21.ebuild2
-rw-r--r--dev-python/construct/construct-2.9.45.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/construct/construct-2.8.21.ebuild b/dev-python/construct/construct-2.8.21.ebuild
index 7004e7042c5a..ead1af207a20 100644
--- a/dev-python/construct/construct-2.8.21.ebuild
+++ b/dev-python/construct/construct-2.8.21.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1
diff --git a/dev-python/construct/construct-2.9.45.ebuild b/dev-python/construct/construct-2.9.45.ebuild
index 4547aa73be86..78eaccff2163 100644
--- a/dev-python/construct/construct-2.9.45.ebuild
+++ b/dev-python/construct/construct-2.9.45.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1