From: Michał Górny Date: Thu, 16 Jan 2020 20:41:53 +0000 (+0100) Subject: dev-python/xarray: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6040a9c4310454a76789b8631e6c3e17dd2249e7;p=gentoo.git dev-python/xarray: Remove Python 2 Signed-off-by: Michał Górny --- diff --git a/dev-python/xarray/xarray-0.10.8.ebuild b/dev-python/xarray/xarray-0.10.8.ebuild index 71388345bd94..750b2c63e93f 100644 --- a/dev-python/xarray/xarray-0.10.8.ebuild +++ b/dev-python/xarray/xarray-0.10.8.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,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1