diff options
author | 2019-12-28 17:15:59 +0100 | |
---|---|---|
committer | 2019-12-28 17:15:59 +0100 | |
commit | 9dd2d806908b1fdadcb6ffddc5c62a3e1d112c57 (patch) | |
tree | 969b1b148227cd63694564edcab284396f142ebf /dev-python/spectral-cube | |
parent | dev-python/socketio-client-nexus: Remove Py2 (diff) | |
download | gentoo-9dd2d806908b1fdadcb6ffddc5c62a3e1d112c57.tar.gz gentoo-9dd2d806908b1fdadcb6ffddc5c62a3e1d112c57.tar.bz2 gentoo-9dd2d806908b1fdadcb6ffddc5c62a3e1d112c57.zip |
dev-python/spectral-cube: 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/spectral-cube')
-rw-r--r-- | dev-python/spectral-cube/spectral-cube-0.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/spectral-cube/spectral-cube-0.4.0.ebuild b/dev-python/spectral-cube/spectral-cube-0.4.0.ebuild index 858ca8c5b280..b5ae97f1c121 100644 --- a/dev-python/spectral-cube/spectral-cube-0.4.0.ebuild +++ b/dev-python/spectral-cube/spectral-cube-0.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Manipulate astronomical data cubes with Python" |