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 A97551396D0 for ; Mon, 25 Sep 2017 13:37:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EEC6E0F16; Mon, 25 Sep 2017 13:37:05 +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 E462BE0F16 for ; Mon, 25 Sep 2017 13:37:04 +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 B222E341687 for ; Mon, 25 Sep 2017 13:37:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B9F89091 for ; Mon, 25 Sep 2017 13:37:02 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1506346617.78af9a2c6e5ea6fd000e5f60f7c7b95f3f5b7e00.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stormpath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/stormpath/stormpath-2.4.5.ebuild X-VCS-Directories: dev-python/stormpath/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 78af9a2c6e5ea6fd000e5f60f7c7b95f3f5b7e00 X-VCS-Branch: master Date: Mon, 25 Sep 2017 13:37:02 +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: 7096ed95-73d9-484e-9116-bd57441d5d96 X-Archives-Hash: 221e2f5e7e7a62514279674d0a8e57d2 commit: 78af9a2c6e5ea6fd000e5f60f7c7b95f3f5b7e00 Author: Pacho Ramos gentoo org> AuthorDate: Mon Sep 25 13:35:31 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Sep 25 13:36:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78af9a2c dev-python/stormpath: Support newer python Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-python/stormpath/stormpath-2.4.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/stormpath/stormpath-2.4.5.ebuild b/dev-python/stormpath/stormpath-2.4.5.ebuild index b470140f20b..506294b5f5a 100644 --- a/dev-python/stormpath/stormpath-2.4.5.ebuild +++ b/dev-python/stormpath/stormpath-2.4.5.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 ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit distutils-r1 vcs-snapshot