diff options
author | 2019-12-28 17:12:57 +0100 | |
---|---|---|
committer | 2019-12-28 17:12:57 +0100 | |
commit | 470f8e0cef8dc9dad8106d45f80c26ff96af68da (patch) | |
tree | 510128048ff6399ed20b4c64c588e0a8bab00ce8 /dev-python/indexed_gzip | |
parent | dev-python/imexam: Remove Py2 (diff) | |
download | gentoo-470f8e0cef8dc9dad8106d45f80c26ff96af68da.tar.gz gentoo-470f8e0cef8dc9dad8106d45f80c26ff96af68da.tar.bz2 gentoo-470f8e0cef8dc9dad8106d45f80c26ff96af68da.zip |
dev-python/indexed_gzip: 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/indexed_gzip')
-rw-r--r-- | dev-python/indexed_gzip/indexed_gzip-0.8.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/indexed_gzip/indexed_gzip-0.8.7.ebuild b/dev-python/indexed_gzip/indexed_gzip-0.8.7.ebuild index 3533fde36c98..5ef47cfa8e37 100644 --- a/dev-python/indexed_gzip/indexed_gzip-0.8.7.ebuild +++ b/dev-python/indexed_gzip/indexed_gzip-0.8.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 virtualx |