diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2019-03-24 13:41:24 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-03-26 17:45:31 +0100 |
commit | 9b6dd5bd5d17640384feb0a4fd414a210b8d1293 (patch) | |
tree | f440407f701475fe0d53eace0537a07b96bc8bfe /dev-python/python-sense-hat | |
parent | dev-python/python-axolotl-curve25519: drop python3.4. support (diff) | |
download | gentoo-9b6dd5bd5d17640384feb0a4fd414a210b8d1293.tar.gz gentoo-9b6dd5bd5d17640384feb0a4fd414a210b8d1293.tar.bz2 gentoo-9b6dd5bd5d17640384feb0a4fd414a210b8d1293.zip |
dev-python/python-sense-hat: drop python3.4 support.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-python/python-sense-hat')
-rw-r--r-- | dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild index fed87a383669..1a3996585835 100644 --- a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild +++ b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.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" +EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 |