commit:     aca606b45165af1614b030e933e17758d52d2c0e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 11:09:23 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 23 11:35:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca606b4

dev-python/pymdstat: Enable py3.9 & py3.10

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pymdstat/pymdstat-0.4.2-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/pymdstat/pymdstat-0.4.2-r1.ebuild 
b/dev-python/pymdstat/pymdstat-0.4.2-r1.ebuild
index 922b5a782c2..4db81035763 100644
--- a/dev-python/pymdstat/pymdstat-0.4.2-r1.ebuild
+++ b/dev-python/pymdstat/pymdstat-0.4.2-r1.ebuild
@@ -1,15 +1,14 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Python library to parse Linux /proc/mdstat"
 HOMEPAGE="https://github.com/nicolargo/pymdstat
        https://pypi.org/project/pymdstat/";
-
 # drop the ${PVR} if there is a version bump
 SRC_URI="https://github.com/nicolargo/${PN}/archive/v${PV}.tar.gz -> 
${PN}-${PVR}.tar.gz"
 

Reply via email to