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 CC5FB139694 for ; Fri, 10 Mar 2017 22:35:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC627E0C33; Fri, 10 Mar 2017 22:35:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B251EE0C33 for ; Fri, 10 Mar 2017 22:35:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5774134106E for ; Fri, 10 Mar 2017 22:35:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B603F63CD for ; Fri, 10 Mar 2017 22:35:55 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1489185081.5b8cef5c90285972f247cbba91566c1ef20d8daa.zmedico@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.5.3.ebuild dev-python/psycopg/psycopg-2.5.4.ebuild dev-python/psycopg/psycopg-2.6.1.ebuild dev-python/psycopg/psycopg-2.6.2.ebuild dev-python/psycopg/psycopg-2.6.ebuild X-VCS-Directories: dev-python/psycopg/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 5b8cef5c90285972f247cbba91566c1ef20d8daa X-VCS-Branch: master Date: Fri, 10 Mar 2017 22:35:55 +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-Archives-Salt: cc4ad8cd-67a1-4092-ac13-9557c226728d X-Archives-Hash: 3a941ecd6f2f3091d96a9aed4ac55107 commit: 5b8cef5c90285972f247cbba91566c1ef20d8daa Author: Zac Medico gentoo org> AuthorDate: Fri Mar 10 22:31:21 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Mar 10 22:31:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8cef5c dev-python/psycopg: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-python/psycopg/psycopg-2.5.3.ebuild | 4 ++-- dev-python/psycopg/psycopg-2.5.4.ebuild | 4 ++-- dev-python/psycopg/psycopg-2.6.1.ebuild | 4 ++-- dev-python/psycopg/psycopg-2.6.2.ebuild | 4 ++-- dev-python/psycopg/psycopg-2.6.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-python/psycopg/psycopg-2.5.3.ebuild b/dev-python/psycopg/psycopg-2.5.3.ebuild index 98f3d4d8948..c0bcdb56c97 100644 --- a/dev-python/psycopg/psycopg-2.5.3.ebuild +++ b/dev-python/psycopg/psycopg-2.5.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 flag-o-matic diff --git a/dev-python/psycopg/psycopg-2.5.4.ebuild b/dev-python/psycopg/psycopg-2.5.4.ebuild index 0eff8dff5b2..f59c768e08a 100644 --- a/dev-python/psycopg/psycopg-2.5.4.ebuild +++ b/dev-python/psycopg/psycopg-2.5.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 flag-o-matic diff --git a/dev-python/psycopg/psycopg-2.6.1.ebuild b/dev-python/psycopg/psycopg-2.6.1.ebuild index dd8fc51ea3a..a7208e2854b 100644 --- a/dev-python/psycopg/psycopg-2.6.1.ebuild +++ b/dev-python/psycopg/psycopg-2.6.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 flag-o-matic diff --git a/dev-python/psycopg/psycopg-2.6.2.ebuild b/dev-python/psycopg/psycopg-2.6.2.ebuild index 11b5ae4f093..3b6c6f95fae 100644 --- a/dev-python/psycopg/psycopg-2.6.2.ebuild +++ b/dev-python/psycopg/psycopg-2.6.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 flag-o-matic diff --git a/dev-python/psycopg/psycopg-2.6.ebuild b/dev-python/psycopg/psycopg-2.6.ebuild index 4b4418f94b1..4a2c3c7d8a0 100644 --- a/dev-python/psycopg/psycopg-2.6.ebuild +++ b/dev-python/psycopg/psycopg-2.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 flag-o-matic