Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cgroup-utils/
Date: Tue, 01 Jun 2021 10:45:55
Message-Id: 1622544337.d420dd118f7a3a8ca2fb71f0da8562359bd4c662.sam@gentoo
1 commit: d420dd118f7a3a8ca2fb71f0da8562359bd4c662
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 10:45:37 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 10:45:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d420dd11
7
8 dev-python/cgroup-utils: add Python 3.9
9
10 Closes: https://bugs.gentoo.org/793695
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/cgroup-utils/cgroup-utils-0.8.ebuild | 7 ++-----
14 1 file changed, 2 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-python/cgroup-utils/cgroup-utils-0.8.ebuild b/dev-python/cgroup-utils/cgroup-utils-0.8.ebuild
17 index 8f12d7ffccb..86b5672a275 100644
18 --- a/dev-python/cgroup-utils/cgroup-utils-0.8.ebuild
19 +++ b/dev-python/cgroup-utils/cgroup-utils-0.8.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( python3_{7,8} )
27
28 +PYTHON_COMPAT=( python3_{7,8,9} )
29 inherit distutils-r1
30
31 DESCRIPTION="Tools and libraries for control groups of Linux"
32 @@ -14,9 +14,6 @@ LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35
36 -DEPEND=""
37 -RDEPEND=""
38 -
39 PATCHES=(
40 "${FILESDIR}"/${PN}-0.8-tests-builddir.patch