diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:14:09 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:14:09 +0100 |
commit | a651427f15364356d8e5ef264aea69e8a6a17abf (patch) | |
tree | 15ca4b618ece604b2be13e7499b66d54dccf179f /dev-python/pudb | |
parent | dev-python/ptvsd: Remove Py2 (diff) | |
download | gentoo-a651427f15364356d8e5ef264aea69e8a6a17abf.tar.gz gentoo-a651427f15364356d8e5ef264aea69e8a6a17abf.tar.bz2 gentoo-a651427f15364356d8e5ef264aea69e8a6a17abf.zip |
dev-python/pudb: 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/pudb')
-rw-r--r-- | dev-python/pudb/pudb-2017.1.4.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pudb/pudb-2018.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pudb/pudb-2017.1.4.ebuild b/dev-python/pudb/pudb-2017.1.4.ebuild index a8099641554b..821b72b6a448 100644 --- a/dev-python/pudb/pudb-2017.1.4.ebuild +++ b/dev-python/pudb/pudb-2017.1.4.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,6}} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 diff --git a/dev-python/pudb/pudb-2018.1.ebuild b/dev-python/pudb/pudb-2018.1.ebuild index e61e96c17885..63c1638ccce0 100644 --- a/dev-python/pudb/pudb-2018.1.ebuild +++ b/dev-python/pudb/pudb-2018.1.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,6,7}} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 |