diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-02 16:35:43 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-02 16:51:07 -0500 |
commit | 404790cb7d18f0e27fcdb8b5c6cf8df504e5fcd6 (patch) | |
tree | 38c57876b85e52629e45df7c0b6a8a520f93e98d /dev-python/PySensors | |
parent | sys-apps/usbutils: Stabilize 013 arm, #757915 (diff) | |
download | gentoo-404790cb7d18f0e27fcdb8b5c6cf8df504e5fcd6.tar.gz gentoo-404790cb7d18f0e27fcdb8b5c6cf8df504e5fcd6.tar.bz2 gentoo-404790cb7d18f0e27fcdb8b5c6cf8df504e5fcd6.zip |
dev-python/PySensors: add py3{8,9} and bump EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/PySensors')
-rw-r--r-- | dev-python/PySensors/PySensors-0.0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/PySensors/PySensors-0.0.4.ebuild b/dev-python/PySensors/PySensors-0.0.4.ebuild index 1ba53eaf6a5b..0a25d34c3153 100644 --- a/dev-python/PySensors/PySensors-0.0.4.ebuild +++ b/dev-python/PySensors/PySensors-0.0.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 |