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: sci-biology/biopython/
Date: Sat, 04 Jun 2022 07:42:09
Message-Id: 1654328518.09c5ece62c0bca2fbcb4f39162b25862f4c10d83.mgorny@gentoo
1 commit: 09c5ece62c0bca2fbcb4f39162b25862f4c10d83
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 07:08:05 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 07:41:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c5ece6
7
8 sci-biology/biopython: Use slot for dev-python/psycopg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-biology/biopython/biopython-1.79.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-biology/biopython/biopython-1.79.ebuild b/sci-biology/biopython/biopython-1.79.ebuild
16 index cef9a670130a..a2939330806e 100644
17 --- a/sci-biology/biopython/biopython-1.79.ebuild
18 +++ b/sci-biology/biopython/biopython-1.79.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -55,7 +55,7 @@ python_install_all() {
26 pkg_postinst() {
27 optfeature_header "For database support you need to install:"
28 optfeature "MySQL database support" dev-python/mysqlclient
29 - optfeature "PostgreSQL database support" dev-python/psycopg
30 + optfeature "PostgreSQL database support" dev-python/psycopg:2
31
32 optfeature_header "Some applications need extra packages:"
33 optfeature "EMBOSS (The European Molecular Biology Open Software Suite)" sci-biology/emboss