commit:     4744c9fb447adbc64d7bfc7219123b2b4a00e958
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  4 07:05:44 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 07:41:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4744c9fb

dev-db/barman: Use slot for dev-python/psycopg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-db/barman/{barman-2.12.ebuild => barman-2.12-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-db/barman/barman-2.12.ebuild 
b/dev-db/barman/barman-2.12-r1.ebuild
similarity index 89%
rename from dev-db/barman/barman-2.12.ebuild
rename to dev-db/barman/barman-2.12-r1.ebuild
index ce74beef1454..44e095f92d0f 100644
--- a/dev-db/barman/barman-2.12.ebuild
+++ b/dev-db/barman/barman-2.12-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="
        dev-python/boto3[${PYTHON_USEDEP}]
        dev-python/argh[${PYTHON_USEDEP}]
-       >=dev-python/psycopg-2[${PYTHON_USEDEP}]
+       dev-python/psycopg:2[${PYTHON_USEDEP}]
        dev-python/python-dateutil[${PYTHON_USEDEP}]
        dev-python/argcomplete[${PYTHON_USEDEP}]
        net-misc/rsync

Reply via email to