diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-23 13:09:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-23 13:35:30 +0200 |
commit | aca606b45165af1614b030e933e17758d52d2c0e (patch) | |
tree | 03fa5ea4f5d9a1ac10e56f58fb8cf67f5b8e3196 /dev-python/pymdstat | |
parent | dev-python/plyr: Enable py3.9 & py3.10 (diff) | |
download | gentoo-aca606b45165af1614b030e933e17758d52d2c0e.tar.gz gentoo-aca606b45165af1614b030e933e17758d52d2c0e.tar.bz2 gentoo-aca606b45165af1614b030e933e17758d52d2c0e.zip |
dev-python/pymdstat: Enable py3.9 & py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pymdstat')
-rw-r--r-- | dev-python/pymdstat/pymdstat-0.4.2-r1.ebuild | 5 |
1 files 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 922b5a782c2e..4db810357637 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" |