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

app-admin/pwman3: Use slot for dev-python/psycopg

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

 app-admin/pwman3/pwman3-0.10.0-r1.ebuild | 6 +++---
 app-admin/pwman3/pwman3-0.11.1.ebuild    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-admin/pwman3/pwman3-0.10.0-r1.ebuild 
b/app-admin/pwman3/pwman3-0.10.0-r1.ebuild
index a725bb6405be..2e7f722ba09a 100644
--- a/app-admin/pwman3/pwman3-0.10.0-r1.ebuild
+++ b/app-admin/pwman3/pwman3-0.10.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_8 )
 PYTHON_REQ_USE="sqlite"
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1 optfeature
@@ -27,6 +27,6 @@ distutils_enable_tests setup.py
 
 pkg_postinst() {
        optfeature "Support for mongodb" dev-python/pymongo
-       optfeature "Support for postgresql" dev-python/psycopg
+       optfeature "Support for postgresql" dev-python/psycopg:2
        optfeature "Support for mysql" dev-python/pymysql
 }

diff --git a/app-admin/pwman3/pwman3-0.11.1.ebuild 
b/app-admin/pwman3/pwman3-0.11.1.ebuild
index be7e32f50438..57f062d5fbe8 100644
--- a/app-admin/pwman3/pwman3-0.11.1.ebuild
+++ b/app-admin/pwman3/pwman3-0.11.1.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..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="sqlite"
 inherit distutils-r1 optfeature
 
@@ -26,6 +26,6 @@ distutils_enable_tests setup.py
 
 pkg_postinst() {
        optfeature "Support for mongodb" dev-python/pymongo
-       optfeature "Support for postgresql" dev-python/psycopg
+       optfeature "Support for postgresql" dev-python/psycopg:2
        optfeature "Support for mysql" dev-python/pymysql
 }

Reply via email to