Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nototools/
Date: Tue, 23 Feb 2021 15:32:23
Message-Id: 1614094333.f96e572e6011cc80f5654bb34d7a11432f22db68.pacho@gentoo
1 commit: f96e572e6011cc80f5654bb34d7a11432f22db68
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 23 15:30:19 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 23 15:32:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96e572e
7
8 dev-python/nototools: Support python 3.9
9
10 Closes: https://bugs.gentoo.org/761909
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
13
14 dev-python/nototools/nototools-0.2.13.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/nototools/nototools-0.2.13.ebuild b/dev-python/nototools/nototools-0.2.13.ebuild
18 index 96ed035ed2c..eef113000fc 100644
19 --- a/dev-python/nototools/nototools-0.2.13.ebuild
20 +++ b/dev-python/nototools/nototools-0.2.13.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{7..8} )
26 +PYTHON_COMPAT=( python3_{7..9} )
27 DISTUTILS_USE_SETUPTOOLS=rdepend
28
29 inherit distutils-r1