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/python3-openid/
Date: Sat, 04 Jun 2022 07:42:10
Message-Id: 1654328518.a1f31b15f630a703c5ecf6f22633fb9ccc71dee4.mgorny@gentoo
1 commit: a1f31b15f630a703c5ecf6f22633fb9ccc71dee4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 07:07:51 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 07:41:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f31b15
7
8 dev-python/python3-openid: Use slot for dev-python/psycopg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...on3-openid-3.2.0.ebuild => python3-openid-3.2.0-r1.ebuild} | 11 +++++++----
13 1 file changed, 7 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/python3-openid/python3-openid-3.2.0.ebuild b/dev-python/python3-openid/python3-openid-3.2.0-r1.ebuild
16 similarity index 79%
17 rename from dev-python/python3-openid/python3-openid-3.2.0.ebuild
18 rename to dev-python/python3-openid/python3-openid-3.2.0-r1.ebuild
19 index 6066e6b63193..6e6b0b70cf2c 100644
20 --- a/dev-python/python3-openid/python3-openid-3.2.0.ebuild
21 +++ b/dev-python/python3-openid/python3-openid-3.2.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -17,11 +17,14 @@ KEYWORDS="~amd64"
29 IUSE="test"
30 RESTRICT="!test? ( test )"
31
32 -RDEPEND="dev-python/defusedxml[${PYTHON_USEDEP}]"
33 +RDEPEND="
34 + dev-python/defusedxml[${PYTHON_USEDEP}]
35 +"
36 BDEPEND="
37 - test? ( ${RDEPEND}
38 + test? (
39 + ${RDEPEND}
40 dev-python/django[${PYTHON_USEDEP}]
41 - dev-python/psycopg[${PYTHON_USEDEP}]
42 + dev-python/psycopg:2[${PYTHON_USEDEP}]
43 )
44 "