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 53AB359CA3 for ; Sat, 12 Mar 2016 18:15:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45F8521C04E; Sat, 12 Mar 2016 18:15:00 +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 9E4C521C04E for ; Sat, 12 Mar 2016 18:14:59 +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 D6F7D340A26 for ; Sat, 12 Mar 2016 18:14:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7F162331 for ; Sat, 12 Mar 2016 18:14:55 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1457806475.0ca00d3e3b93607a3dcd24553414e0603c8046fb.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild X-VCS-Directories: dev-python/defusedxml/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 0ca00d3e3b93607a3dcd24553414e0603c8046fb X-VCS-Branch: master Date: Sat, 12 Mar 2016 18:14:55 +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: 1f339e58-d1f6-4aa3-afee-5d22409e45fc X-Archives-Hash: 0507fd5d3d33a3a8ea3670f57a2162c3 commit: 0ca00d3e3b93607a3dcd24553414e0603c8046fb Author: Tim Harder gentoo org> AuthorDate: Sat Mar 12 18:03:41 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Mar 12 18:14:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca00d3e dev-python/defusedxml: add py35 support dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild index 60ef9f8..01cf099 100644 --- a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild +++ b/dev-python/defusedxml/defusedxml-0.4.1-r1.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=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1