Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PySensors/
Date: Wed, 02 Dec 2020 21:52:14
Message-Id: 1606945867.404790cb7d18f0e27fcdb8b5c6cf8df504e5fcd6.bman@gentoo
1 commit: 404790cb7d18f0e27fcdb8b5c6cf8df504e5fcd6
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 21:35:43 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 21:51:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404790cb
7
8 dev-python/PySensors: add py3{8,9} and bump EAPI
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-python/PySensors/PySensors-0.0.4.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/PySensors/PySensors-0.0.4.ebuild b/dev-python/PySensors/PySensors-0.0.4.ebuild
16 index 1ba53eaf6a5..0a25d34c315 100644
17 --- a/dev-python/PySensors/PySensors-0.0.4.ebuild
18 +++ b/dev-python/PySensors/PySensors-0.0.4.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 -PYTHON_COMPAT=( python3_{6,7} )
28 +PYTHON_COMPAT=( python3_{6..9} )
29
30 inherit distutils-r1