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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 294BC138334 for ; Tue, 3 Dec 2019 04:18:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F295EE0825; Tue, 3 Dec 2019 04:18:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8834FE0826 for ; Tue, 3 Dec 2019 04:18:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CBAC34D700 for ; Tue, 3 Dec 2019 04:18:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C079C8CC for ; Tue, 3 Dec 2019 04:18:14 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1575346671.c83a26ec74a34122b7184bc15d5b1712a9c066f0.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/psycopg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/psycopg/psycopg-2.8.3.ebuild X-VCS-Directories: dev-python/psycopg/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: c83a26ec74a34122b7184bc15d5b1712a9c066f0 X-VCS-Branch: master Date: Tue, 3 Dec 2019 04:18:14 +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: 8e223f46-b6ba-4e0f-a5cc-2207edf5b62c X-Archives-Hash: b566d1af98056bb6e52c44a533ce172a commit: c83a26ec74a34122b7184bc15d5b1712a9c066f0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 1 20:41:36 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Dec 3 04:17:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83a26ec dev-python/psycopg: python3_8 Package-Manager: Portage-2.3.80, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> Signed-off-by: Aaron Bauman gentoo.org> dev-python/psycopg/psycopg-2.8.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/psycopg/psycopg-2.8.3.ebuild b/dev-python/psycopg/psycopg-2.8.3.ebuild index 4dcde6dd50e..96a3b6619ef 100644 --- a/dev-python/psycopg/psycopg-2.8.3.ebuild +++ b/dev-python/psycopg/psycopg-2.8.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) inherit distutils-r1 flag-o-matic @@ -23,7 +23,7 @@ RDEPEND=">=dev-db/postgresql-8.1:*" DEPEND="${RDEPEND} doc? ( >=dev-python/pygments-2.2[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.6[${PYTHON_USEDEP}] + >=dev-python/sphinx-1.6 )" RESTRICT="test"