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 14B8359CB2 for ; Mon, 18 Apr 2016 03:25:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC35F21C01B; Mon, 18 Apr 2016 03:25:47 +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 4969521C01B for ; Mon, 18 Apr 2016 03:25:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 91B5E3408F9 for ; Mon, 18 Apr 2016 03:25:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A9887B for ; Mon, 18 Apr 2016 03:25:41 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1460949917.0f2116c673c47f98aaa6c7bb20f71d2bd816f20d.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/urwid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/urwid/urwid-1.3.1.ebuild X-VCS-Directories: dev-python/urwid/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 0f2116c673c47f98aaa6c7bb20f71d2bd816f20d X-VCS-Branch: master Date: Mon, 18 Apr 2016 03:25:41 +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: e55e0547-0c02-4fbc-a839-eccf41e0d071 X-Archives-Hash: 76a29990b87157ac2030b7b7bdebc8fd commit: 0f2116c673c47f98aaa6c7bb20f71d2bd816f20d Author: Ming Dai gmail com> AuthorDate: Sun Apr 17 14:51:44 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Mon Apr 18 03:25:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2116c6 dev-python/urwid: add Python 3.5 support Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1291 Signed-off-by: Ian Delaney gentoo.org> dev-python/urwid/urwid-1.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/urwid/urwid-1.3.1.ebuild b/dev-python/urwid/urwid-1.3.1.ebuild index 9c50621..892d508 100644 --- a/dev-python/urwid/urwid-1.3.1.ebuild +++ b/dev-python/urwid/urwid-1.3.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1