Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cssutils/
Date: Thu, 24 Dec 2020 08:48:54
Message-Id: 1608799679.98f60afc731cb88126aee1b47cb6ddbef6c05d5c.mgorny@gentoo
1 commit: 98f60afc731cb88126aee1b47cb6ddbef6c05d5c
2 Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com>
3 AuthorDate: Thu Dec 24 03:19:12 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 08:47:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f60afc
7
8 dev-python/cssutils: Add support python3.9
9
10 Closes: https://bugs.gentoo.org/761466
11 Package-Manager: Portage-3.0.9, Repoman-3.0.2
12 Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com>
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-python/cssutils/cssutils-1.0.2-r2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/cssutils/cssutils-1.0.2-r2.ebuild b/dev-python/cssutils/cssutils-1.0.2-r2.ebuild
19 index 7b4f6a4808c..36340754558 100644
20 --- a/dev-python/cssutils/cssutils-1.0.2-r2.ebuild
21 +++ b/dev-python/cssutils/cssutils-1.0.2-r2.ebuild
22 @@ -4,7 +4,7 @@
23 EAPI=7
24
25 DISTUTILS_USE_SETUPTOOLS=rdepend
26 -PYTHON_COMPAT=( python3_{6,7,8} )
27 +PYTHON_COMPAT=( python3_{6,7,8,9} )
28
29 inherit distutils-r1