From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A415158091 for ; Sat, 4 Jun 2022 07:42:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C45CDE088B; Sat, 4 Jun 2022 07:42:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A77A4E088B for ; Sat, 4 Jun 2022 07:42:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB9983422B9 for ; Sat, 4 Jun 2022 07:42:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84E0B4F5 for ; Sat, 4 Jun 2022 07:42:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1654328518.09c5ece62c0bca2fbcb4f39162b25862f4c10d83.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopython/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/biopython/biopython-1.79.ebuild X-VCS-Directories: sci-biology/biopython/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 09c5ece62c0bca2fbcb4f39162b25862f4c10d83 X-VCS-Branch: master Date: Sat, 4 Jun 2022 07:42:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 20e38e69-31df-4a41-a34c-47ce5074f771 X-Archives-Hash: a3750d627fad10879f72053d20e3593b commit: 09c5ece62c0bca2fbcb4f39162b25862f4c10d83 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 4 07:08:05 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 4 07:41:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c5ece6 sci-biology/biopython: Use slot for dev-python/psycopg Signed-off-by: Michał Górny gentoo.org> sci-biology/biopython/biopython-1.79.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/biopython/biopython-1.79.ebuild b/sci-biology/biopython/biopython-1.79.ebuild index cef9a670130a..a2939330806e 100644 --- a/sci-biology/biopython/biopython-1.79.ebuild +++ b/sci-biology/biopython/biopython-1.79.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -55,7 +55,7 @@ python_install_all() { pkg_postinst() { optfeature_header "For database support you need to install:" optfeature "MySQL database support" dev-python/mysqlclient - optfeature "PostgreSQL database support" dev-python/psycopg + optfeature "PostgreSQL database support" dev-python/psycopg:2 optfeature_header "Some applications need extra packages:" optfeature "EMBOSS (The European Molecular Biology Open Software Suite)" sci-biology/emboss