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 0F9BA139695 for ; Wed, 26 Apr 2017 15:26:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AE26E0D0B; Wed, 26 Apr 2017 15:26:41 +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 547ECE0D0B for ; Wed, 26 Apr 2017 15:26:41 +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 33046341690 for ; Wed, 26 Apr 2017 15:26:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 333857441 for ; Wed, 26 Apr 2017 15:26:38 +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: <1493220389.95b8fc31aa30bbdbab5c70293e158b7cbdf0429c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyspf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyspf/pyspf-2.0.12.ebuild X-VCS-Directories: dev-python/pyspf/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 95b8fc31aa30bbdbab5c70293e158b7cbdf0429c X-VCS-Branch: master Date: Wed, 26 Apr 2017 15:26:38 +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: da4c6377-721e-4c23-a992-9788cfaa27c8 X-Archives-Hash: 4e3e6d812ec4970d930407a29c9f1a88 commit: 95b8fc31aa30bbdbab5c70293e158b7cbdf0429c Author: Michał Górny gentoo org> AuthorDate: Wed Apr 26 14:18:17 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 26 15:26:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b8fc31 dev-python/pyspf: Tested on py3.5 & py3.6 dev-python/pyspf/pyspf-2.0.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyspf/pyspf-2.0.12.ebuild b/dev-python/pyspf/pyspf-2.0.12.ebuild index 7c6e13292c3..98ead590823 100644 --- a/dev-python/pyspf/pyspf-2.0.12.ebuild +++ b/dev-python/pyspf/pyspf-2.0.12.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=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE="ipv6?" inherit distutils-r1