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-db/barman/
Date: Sat, 04 Jun 2022 07:42:08
Message-Id: 1654328515.4744c9fb447adbc64d7bfc7219123b2b4a00e958.mgorny@gentoo
1 commit: 4744c9fb447adbc64d7bfc7219123b2b4a00e958
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 07:05:44 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 07:41:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4744c9fb
7
8 dev-db/barman: Use slot for dev-python/psycopg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-db/barman/{barman-2.12.ebuild => barman-2.12-r1.ebuild} | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-db/barman/barman-2.12.ebuild b/dev-db/barman/barman-2.12-r1.ebuild
16 similarity index 89%
17 rename from dev-db/barman/barman-2.12.ebuild
18 rename to dev-db/barman/barman-2.12-r1.ebuild
19 index ce74beef1454..44e095f92d0f 100644
20 --- a/dev-db/barman/barman-2.12.ebuild
21 +++ b/dev-db/barman/barman-2.12-r1.ebuild
22 @@ -1,9 +1,9 @@
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
29 -PYTHON_COMPAT=( python3_{7..9} )
30 +PYTHON_COMPAT=( python3_{8..9} )
31
32 inherit distutils-r1
33
34 @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
35 RDEPEND="
36 dev-python/boto3[${PYTHON_USEDEP}]
37 dev-python/argh[${PYTHON_USEDEP}]
38 - >=dev-python/psycopg-2[${PYTHON_USEDEP}]
39 + dev-python/psycopg:2[${PYTHON_USEDEP}]
40 dev-python/python-dateutil[${PYTHON_USEDEP}]
41 dev-python/argcomplete[${PYTHON_USEDEP}]
42 net-misc/rsync