Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stevedore/
Date: Thu, 30 Jan 2020 02:22:59
Message-Id: 1580350965.38b24b0d6047567d38133bf0d63562b3a6372c45.chutzpah@gentoo
1 commit: 38b24b0d6047567d38133bf0d63562b3a6372c45
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Thu Jan 30 02:22:30 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 02:22:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b24b0d
7
8 dev-python/stevedore-1.31.0: Drop py38 for now
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.86, Repoman-2.3.20
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-python/stevedore/stevedore-1.31.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/stevedore/stevedore-1.31.0.ebuild b/dev-python/stevedore/stevedore-1.31.0.ebuild
18 index 0cda104424e..c78b9d2fcc8 100644
19 --- a/dev-python/stevedore/stevedore-1.31.0.ebuild
20 +++ b/dev-python/stevedore/stevedore-1.31.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{6,7,8} )
26 +PYTHON_COMPAT=( python3_{6,7} )
27 DISTUTILS_USE_SETUPTOOLS=rdepend
28 # entry_points is added via setup.cfg as just [entry_points]
29 _DISTUTILS_SETUPTOOLS_WARNED=1