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/requestsexceptions/
Date: Sat, 10 Oct 2020 20:34:07
Message-Id: 1602361659.2f3f705718dbf762ad95ce8b2c2abd6d4b7df57f.prometheanfire@gentoo
1 commit: 2f3f705718dbf762ad95ce8b2c2abd6d4b7df57f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 20:27:39 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 20:27:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3f7057
7
8 dev-python/requestsexceptions: adding py38 and DISTUTILS_USE_SETUPTOOLS
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild | 11 +++++------
14 1 file changed, 5 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
17 index 5c3d976f6a4..10c18dd2024 100644
18 --- a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
19 +++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
20 @@ -1,8 +1,9 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 -PYTHON_COMPAT=( python3_{6,7} )
26 +EAPI=7
27 +PYTHON_COMPAT=( python3_{6,7,8} )
28 +DISTUTILS_USE_SETUPTOOLS=bdepend
29
30 inherit distutils-r1
31
32 @@ -15,7 +16,5 @@ SLOT="0"
33 KEYWORDS="amd64 ~arm arm64 x86"
34 IUSE=""
35
36 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
37 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
38 - ${CDEPEND}"
39 -RDEPEND="${CDEPEND}"
40 +DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
41 +RDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"