diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2020-12-19 11:13:18 +0100 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2020-12-19 11:15:19 +0100 |
commit | 083057744bb6181705793a4832f677539c3b4282 (patch) | |
tree | 61779fc720776ca70a2d3c375aae15376fe9edab /sci-visualization | |
parent | sci-visualization/pythonprop: Drop old (diff) | |
download | gentoo-083057744bb6181705793a4832f677539c3b4282.tar.gz gentoo-083057744bb6181705793a4832f677539c3b4282.tar.bz2 gentoo-083057744bb6181705793a4832f677539c3b4282.zip |
sci-visualization/pythonprop: Drop python3_6 support
Dropping it is a prerequisite for moving sci-libs/cartopy to
python3_{7..9} only.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/pythonprop/pythonprop-0.30.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-visualization/pythonprop/pythonprop-0.30.ebuild b/sci-visualization/pythonprop/pythonprop-0.30.ebuild index 38ac7c2ed83e..b87092b1dd05 100644 --- a/sci-visualization/pythonprop/pythonprop-0.30.ebuild +++ b/sci-visualization/pythonprop/pythonprop-0.30.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit autotools python-single-r1 |