Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/atpublic/
Date: Sun, 12 Jan 2020 19:58:40
Message-Id: 1578859106.ec9a3cf5c8f6f2ab8f2748bb6a8910747ef9ddd1.prometheanfire@gentoo
1 commit: ec9a3cf5c8f6f2ab8f2748bb6a8910747ef9ddd1
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 19:57:21 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 19:58:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9a3cf5
7
8 dev-python/atpublic: add support for python3_7
9
10 Fixes: https://bugs.gentoo.org/691532
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-python/atpublic/atpublic-1.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/atpublic/atpublic-1.0.ebuild b/dev-python/atpublic/atpublic-1.0.ebuild
18 index 4d157fe6a86..6cdb26be63a 100644
19 --- a/dev-python/atpublic/atpublic-1.0.ebuild
20 +++ b/dev-python/atpublic/atpublic-1.0.ebuild
21 @@ -1,9 +1,9 @@
22 # Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 -PYTHON_COMPAT=( python3_6 )
29 +PYTHON_COMPAT=( python3_6 python3_7 )
30 inherit distutils-r1
31
32 DESCRIPTION="A decorator and function to polulate a module's __all__ and the module globals."