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 9726E138350 for ; Sat, 18 Jan 2020 18:48:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04FBEE08F6; Sat, 18 Jan 2020 18:48:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DA448E08F5 for ; Sat, 18 Jan 2020 18:48:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CED7C34E1D4 for ; Sat, 18 Jan 2020 18:48:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63784E5 for ; Sat, 18 Jan 2020 18:48: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: <1579373265.412dc1d0cf5afab5d932053caa549e836cffb106.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygresql/pygresql-5.0.4.ebuild dev-python/pygresql/pygresql-5.0.6.ebuild dev-python/pygresql/pygresql-5.1.ebuild X-VCS-Directories: dev-python/pygresql/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 412dc1d0cf5afab5d932053caa549e836cffb106 X-VCS-Branch: master Date: Sat, 18 Jan 2020 18:48: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: 99b82997-3f95-493d-84cd-066c851ba9fe X-Archives-Hash: 39003b5824932adc69867055454a4080 commit: 412dc1d0cf5afab5d932053caa549e836cffb106 Author: Michał Górny gentoo org> AuthorDate: Sat Jan 18 18:27:45 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 18 18:47:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=412dc1d0 dev-python/pygresql: Remove Python 2 support Signed-off-by: Michał Górny gentoo.org> dev-python/pygresql/pygresql-5.0.4.ebuild | 2 +- dev-python/pygresql/pygresql-5.0.6.ebuild | 2 +- dev-python/pygresql/pygresql-5.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pygresql/pygresql-5.0.4.ebuild b/dev-python/pygresql/pygresql-5.0.4.ebuild index 3dba0c81be5..da8b3e3a9b6 100644 --- a/dev-python/pygresql/pygresql-5.0.4.ebuild +++ b/dev-python/pygresql/pygresql-5.0.4.ebuild @@ -4,7 +4,7 @@ EAPI=6 POSTGRES_COMPAT=( 9.{4..6} 10 ) -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 postgres diff --git a/dev-python/pygresql/pygresql-5.0.6.ebuild b/dev-python/pygresql/pygresql-5.0.6.ebuild index ab6199669c5..000a8dd9ff1 100644 --- a/dev-python/pygresql/pygresql-5.0.6.ebuild +++ b/dev-python/pygresql/pygresql-5.0.6.ebuild @@ -4,7 +4,7 @@ EAPI=6 POSTGRES_COMPAT=( 9.{4..6} 10 ) -PYTHON_COMPAT=( python2_7 python3_{6..7} ) +PYTHON_COMPAT=( python3_{6..7} ) inherit distutils-r1 postgres diff --git a/dev-python/pygresql/pygresql-5.1.ebuild b/dev-python/pygresql/pygresql-5.1.ebuild index 656803bec11..277389679d7 100644 --- a/dev-python/pygresql/pygresql-5.1.ebuild +++ b/dev-python/pygresql/pygresql-5.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 POSTGRES_COMPAT=( 9.{4..6} {10..11} ) -PYTHON_COMPAT=( python2_7 python3_{6..7} ) +PYTHON_COMPAT=( python3_{6..7} ) inherit distutils-r1 postgres