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/stevedore/
Date: Sat, 02 May 2020 04:31:06
Message-Id: 1588393856.782da4d106c7926225b36533345fdae7bf4cc8e9.prometheanfire@gentoo
1 commit: 782da4d106c7926225b36533345fdae7bf4cc8e9
2 Author: Andrew Udvare <audvare <AT> gmail <DOT> com>
3 AuthorDate: Fri May 1 21:57:48 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat May 2 04:30:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782da4d1
7
8 dev-python/stevedore: add python3_8 to PYTHON_COMPAT
9
10 Signed-off-by: Andrew Udvare <audvare <AT> gmail.com>
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 .../stevedore/{stevedore-1.31.0.ebuild => stevedore-1.31.0-r1.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/stevedore/stevedore-1.31.0.ebuild b/dev-python/stevedore/stevedore-1.31.0-r1.ebuild
17 similarity index 97%
18 rename from dev-python/stevedore/stevedore-1.31.0.ebuild
19 rename to dev-python/stevedore/stevedore-1.31.0-r1.ebuild
20 index f2a882dd938..aa18f4f9bd9 100644
21 --- a/dev-python/stevedore/stevedore-1.31.0.ebuild
22 +++ b/dev-python/stevedore/stevedore-1.31.0-r1.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{6,7} )
28 +PYTHON_COMPAT=( python3_{6,7,8} )
29 DISTUTILS_USE_SETUPTOOLS=rdepend
30 # entry_points is added via setup.cfg as just [entry_points]
31 _DISTUTILS_SETUPTOOLS_WARNED=1