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/peewee/
Date: Sat, 04 Jun 2022 07:42:09
Message-Id: 1654328516.7bc20a6f014504339621e9eff480d1c866e897fb.mgorny@gentoo
1 commit: 7bc20a6f014504339621e9eff480d1c866e897fb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 07:07:16 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 07:41:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc20a6f
7
8 dev-python/peewee: Use slot for dev-python/psycopg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/peewee/{peewee-3.14.10.ebuild => peewee-3.14.10-r1.ebuild} | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/peewee/peewee-3.14.10.ebuild b/dev-python/peewee/peewee-3.14.10-r1.ebuild
16 similarity index 93%
17 rename from dev-python/peewee/peewee-3.14.10.ebuild
18 rename to dev-python/peewee/peewee-3.14.10-r1.ebuild
19 index 669cead817b3..b13a469ca0d8 100644
20 --- a/dev-python/peewee/peewee-3.14.10.ebuild
21 +++ b/dev-python/peewee/peewee-3.14.10-r1.ebuild
22 @@ -21,7 +21,9 @@ RESTRICT="!test? ( test )"
23
24 BDEPEND="
25 dev-python/cython[${PYTHON_USEDEP}]
26 - test? ( dev-python/psycopg[${PYTHON_USEDEP}] )
27 + test? (
28 + dev-python/psycopg:2[${PYTHON_USEDEP}]
29 + )
30 "
31
32 distutils_enable_sphinx docs