Gentoo Archives: gentoo-commits

From: "Hanno Böck" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/atpublic/
Date: Sun, 27 Sep 2020 15:08:23
Message-Id: 1601219288.9e0e1f2228ba2b6d16d48c31656a91547770fe25.hanno@gentoo
1 commit: 9e0e1f2228ba2b6d16d48c31656a91547770fe25
2 Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 27 15:08:08 2020 +0000
4 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 15:08:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e0e1f22
7
8 dev-python/atpublic: Support python 3.8
9
10 Bug: https://bugs.gentoo.org/744352
11 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13
14 dev-python/atpublic/atpublic-1.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/atpublic/atpublic-1.0.ebuild b/dev-python/atpublic/atpublic-1.0.ebuild
18 index 6cdb26be63a..0b3d317de13 100644
19 --- a/dev-python/atpublic/atpublic-1.0.ebuild
20 +++ b/dev-python/atpublic/atpublic-1.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_6 python3_7 )
26 +PYTHON_COMPAT=( python3_{6,7,8} )
27 inherit distutils-r1
28
29 DESCRIPTION="A decorator and function to polulate a module's __all__ and the module globals."