Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/
Date: Wed, 23 Jun 2021 10:09:47
Message-Id: 1624442957.a0a47486c1756f3c68ca857f48e3806da133ba2f.mgorny@gentoo
1 commit: a0a47486c1756f3c68ca857f48e3806da133ba2f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 23 10:01:55 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 23 10:09:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a47486
7
8 dev-python/keystoneauth: Enable py3.9
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild | 2 +-
13 dev-python/keystoneauth/keystoneauth-4.2.1.ebuild | 3 +--
14 2 files changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild b/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
17 index 9e4dfcbc879..905b712644b 100644
18 --- a/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
19 +++ b/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_8 )
25 +PYTHON_COMPAT=( python3_{8..9} )
26 inherit distutils-r1
27
28 DESCRIPTION="This package contains tools for authenticating to an OpenStack-based cloud."
29
30 diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
31 index 359f7c6b0ab..e16f73ab9d6 100644
32 --- a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
33 +++ b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
34 @@ -2,9 +2,8 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=7
38 -PYTHON_COMPAT=( python3_7 python3_8 )
39 -DISTUTILS_USE_SETUPTOOLS=bdepend
40
41 +PYTHON_COMPAT=( python3_{8..9} )
42 inherit distutils-r1
43
44 DESCRIPTION="This package contains tools for authenticating to an OpenStack-based cloud."