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: app-admin/pwman3/
Date: Sat, 04 Jun 2022 07:42:07
Message-Id: 1654328514.c5002ae1f16ae63e79dc8eac00809933f143e29d.mgorny@gentoo
1 commit: c5002ae1f16ae63e79dc8eac00809933f143e29d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 07:05:30 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 07:41:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5002ae1
7
8 app-admin/pwman3: Use slot for dev-python/psycopg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-admin/pwman3/pwman3-0.10.0-r1.ebuild | 6 +++---
13 app-admin/pwman3/pwman3-0.11.1.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/app-admin/pwman3/pwman3-0.10.0-r1.ebuild b/app-admin/pwman3/pwman3-0.10.0-r1.ebuild
17 index a725bb6405be..2e7f722ba09a 100644
18 --- a/app-admin/pwman3/pwman3-0.10.0-r1.ebuild
19 +++ b/app-admin/pwman3/pwman3-0.10.0-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7,8} )
28 +PYTHON_COMPAT=( python3_8 )
29 PYTHON_REQ_USE="sqlite"
30 DISTUTILS_USE_SETUPTOOLS=rdepend
31 inherit distutils-r1 optfeature
32 @@ -27,6 +27,6 @@ distutils_enable_tests setup.py
33
34 pkg_postinst() {
35 optfeature "Support for mongodb" dev-python/pymongo
36 - optfeature "Support for postgresql" dev-python/psycopg
37 + optfeature "Support for postgresql" dev-python/psycopg:2
38 optfeature "Support for mysql" dev-python/pymysql
39 }
40
41 diff --git a/app-admin/pwman3/pwman3-0.11.1.ebuild b/app-admin/pwman3/pwman3-0.11.1.ebuild
42 index be7e32f50438..57f062d5fbe8 100644
43 --- a/app-admin/pwman3/pwman3-0.11.1.ebuild
44 +++ b/app-admin/pwman3/pwman3-0.11.1.ebuild
45 @@ -1,9 +1,9 @@
46 -# Copyright 1999-2021 Gentoo Authors
47 +# Copyright 1999-2022 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=7
51
52 -PYTHON_COMPAT=( python3_{7..10} )
53 +PYTHON_COMPAT=( python3_{8..10} )
54 PYTHON_REQ_USE="sqlite"
55 inherit distutils-r1 optfeature
56
57 @@ -26,6 +26,6 @@ distutils_enable_tests setup.py
58
59 pkg_postinst() {
60 optfeature "Support for mongodb" dev-python/pymongo
61 - optfeature "Support for postgresql" dev-python/psycopg
62 + optfeature "Support for postgresql" dev-python/psycopg:2
63 optfeature "Support for mysql" dev-python/pymysql
64 }