From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B38581388C1 for ; Wed, 9 Dec 2015 15:10:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41CA721C0AA; Wed, 9 Dec 2015 15:10:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F64D21C0A8 for ; Wed, 9 Dec 2015 15:10:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 582B934070A for ; Wed, 9 Dec 2015 15:10:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7DE9E5B for ; Wed, 9 Dec 2015 15:10:27 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1449673802.b3e759e905b577811c189409f33d8eaa31394d22.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/itsdangerous/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/itsdangerous/itsdangerous-0.24.ebuild X-VCS-Directories: dev-python/itsdangerous/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b3e759e905b577811c189409f33d8eaa31394d22 X-VCS-Branch: master Date: Wed, 9 Dec 2015 15:10:27 +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: c16b62a6-5973-46ff-b1db-a454275705a4 X-Archives-Hash: 9cc0d76918f270c9d87abb6dab5316d1 commit: b3e759e905b577811c189409f33d8eaa31394d22 Author: Justin Lecher gentoo org> AuthorDate: Wed Dec 9 14:52:29 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 9 15:10:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e759e9 dev-python/itsdangerous: Add python3.5 support Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/itsdangerous/itsdangerous-0.24.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/itsdangerous/itsdangerous-0.24.ebuild b/dev-python/itsdangerous/itsdangerous-0.24.ebuild index fed0221..bf684ca 100644 --- a/dev-python/itsdangerous/itsdangerous-0.24.ebuild +++ b/dev-python/itsdangerous/itsdangerous-0.24.ebuild @@ -2,8 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1