commit: 404790cb7d18f0e27fcdb8b5c6cf8df504e5fcd6
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 2 21:35:43 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 2 21:51:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404790cb
dev-python/PySensors: add py3{8,9} and bump EAPI
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/PySensors/PySensors-0.0.4.ebuild | 6 +++---
1 file 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 1ba53eaf6a5..0a25d34c315 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