summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:14:33 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:14:33 +0100
commit1aaec03b36cc2fd96f8e832144d59ae16d4ba17e (patch)
tree58282b44702e6340c7dcc6904b68aa3044a26c4c /dev-python/pyformance
parentdev-python/pyflann: Remove Py2 (diff)
downloadgentoo-1aaec03b36cc2fd96f8e832144d59ae16d4ba17e.tar.gz
gentoo-1aaec03b36cc2fd96f8e832144d59ae16d4ba17e.tar.bz2
gentoo-1aaec03b36cc2fd96f8e832144d59ae16d4ba17e.zip
dev-python/pyformance: 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/pyformance')
-rw-r--r--dev-python/pyformance/pyformance-0.3.4.ebuild2
-rw-r--r--dev-python/pyformance/pyformance-0.4.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyformance/pyformance-0.3.4.ebuild b/dev-python/pyformance/pyformance-0.3.4.ebuild
index 0c351c0fccd7..483ac5dd04fa 100644
--- a/dev-python/pyformance/pyformance-0.3.4.ebuild
+++ b/dev-python/pyformance/pyformance-0.3.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1
diff --git a/dev-python/pyformance/pyformance-0.4.ebuild b/dev-python/pyformance/pyformance-0.4.ebuild
index 8aa6f2b08058..5ea1ed1d0d31 100644
--- a/dev-python/pyformance/pyformance-0.4.ebuild
+++ b/dev-python/pyformance/pyformance-0.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1