From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-931052-garchives=archives.gentoo.org@lists.gentoo.org> 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 DD0F1139694 for <garchives@archives.gentoo.org>; Mon, 13 Feb 2017 07:27:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF6F8E0C24; Mon, 13 Feb 2017 07:27:28 +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 AFB0CE0C24 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Feb 2017 07:27:28 +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 AAF16340A23 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Feb 2017 07:27:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B91D4625 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Feb 2017 07:27:26 +0000 (UTC) From: "Zac Medico" <zmedico@gentoo.org> 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" <zmedico@gentoo.org> Message-ID: <1486970784.4494982a11da21da48ac2b95f9571a4fbf71a3ad.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/psutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/psutil/psutil-2.1.3.ebuild dev-python/psutil/psutil-4.4.2.ebuild dev-python/psutil/psutil-5.0.1.ebuild dev-python/psutil/psutil-5.1.1.ebuild dev-python/psutil/psutil-5.1.3.ebuild X-VCS-Directories: dev-python/psutil/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 4494982a11da21da48ac2b95f9571a4fbf71a3ad X-VCS-Branch: master Date: Mon, 13 Feb 2017 07:27:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 117022cf-ea9f-494e-817f-290f1c383115 X-Archives-Hash: cbd46a15839c9f5839ca090ec7d582b4 commit: 4494982a11da21da48ac2b95f9571a4fbf71a3ad Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Mon Feb 13 07:26:24 2017 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Mon Feb 13 07:26:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4494982a dev-python/psutil: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/psutil/psutil-2.1.3.ebuild | 2 +- dev-python/psutil/psutil-4.4.2.ebuild | 4 ++-- dev-python/psutil/psutil-5.0.1.ebuild | 4 ++-- dev-python/psutil/psutil-5.1.1.ebuild | 2 +- dev-python/psutil/psutil-5.1.3.ebuild | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-python/psutil/psutil-2.1.3.ebuild b/dev-python/psutil/psutil-2.1.3.ebuild index f28c98ea5b..cb06a2d562 100644 --- a/dev-python/psutil/psutil-2.1.3.ebuild +++ b/dev-python/psutil/psutil-2.1.3.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 diff --git a/dev-python/psutil/psutil-4.4.2.ebuild b/dev-python/psutil/psutil-4.4.2.ebuild index 29e36612ae..a433cc09f6 100644 --- a/dev-python/psutil/psutil-4.4.2.ebuild +++ b/dev-python/psutil/psutil-4.4.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/psutil/psutil-5.0.1.ebuild b/dev-python/psutil/psutil-5.0.1.ebuild index a1a88c037c..e1079d7d01 100644 --- a/dev-python/psutil/psutil-5.0.1.ebuild +++ b/dev-python/psutil/psutil-5.0.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/psutil/psutil-5.1.1.ebuild b/dev-python/psutil/psutil-5.1.1.ebuild index 1257abadc5..e1079d7d01 100644 --- a/dev-python/psutil/psutil-5.1.1.ebuild +++ b/dev-python/psutil/psutil-5.1.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/psutil/psutil-5.1.3.ebuild b/dev-python/psutil/psutil-5.1.3.ebuild index 1257abadc5..e1079d7d01 100644 --- a/dev-python/psutil/psutil-5.1.3.ebuild +++ b/dev-python/psutil/psutil-5.1.3.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1