Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httpauth/
Date: Fri, 04 Sep 2020 23:11:35
Message-Id: 1599260715.9541ecb5c6f18f30726708b12a566cf7ced6bb03.sbraz@gentoo
1 commit: 9541ecb5c6f18f30726708b12a566cf7ced6bb03
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 4 23:05:15 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 23:05:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9541ecb5
7
8 dev-python/httpauth: add Python 3.9 support
9
10 Package-Manager: Portage-3.0.3, Repoman-2.3.23
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 dev-python/httpauth/httpauth-0.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/httpauth/httpauth-0.3.ebuild b/dev-python/httpauth/httpauth-0.3.ebuild
17 index 5bff2d38252..79917f96a9c 100644
18 --- a/dev-python/httpauth/httpauth-0.3.ebuild
19 +++ b/dev-python/httpauth/httpauth-0.3.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
25 +PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
26 DISTUTILS_USE_SETUPTOOLS=no
27
28 inherit distutils-r1