diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:51:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:08:03 +0100 |
commit | 1e8c6150af15c6684c89071b8302064949f95b55 (patch) | |
tree | de5de6b8c487006eba314c43c4b28f3cebe8dc30 /dev-python/urwidtrees | |
parent | dev-python/URLObject: Remove py2 (diff) | |
download | gentoo-1e8c6150af15c6684c89071b8302064949f95b55.tar.gz gentoo-1e8c6150af15c6684c89071b8302064949f95b55.tar.bz2 gentoo-1e8c6150af15c6684c89071b8302064949f95b55.zip |
dev-python/urwidtrees: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/urwidtrees')
-rw-r--r-- | dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/urwidtrees/urwidtrees-1.0.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild b/dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild index a8dfefc6b359..68baa31a9881 100644 --- a/dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild +++ b/dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 diff --git a/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild b/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild index c9ce81489262..628ea5e2392a 100644 --- a/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild +++ b/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |