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 6F14459CB1 for ; Wed, 13 Apr 2016 02:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C913BE0897; Wed, 13 Apr 2016 02:14:35 +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 4E6E5E0896 for ; Wed, 13 Apr 2016 02:14:35 +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 69CDF340D0D for ; Wed, 13 Apr 2016 02:14:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E67EB23E for ; Wed, 13 Apr 2016 02:14:29 +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: <1460513652.c38e0ae6e597b46f5c608ac661b97080d3b91822.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dulwich/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dulwich/dulwich-0.12.0.ebuild dev-python/dulwich/metadata.xml X-VCS-Directories: dev-python/dulwich/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: c38e0ae6e597b46f5c608ac661b97080d3b91822 X-VCS-Branch: master Date: Wed, 13 Apr 2016 02:14:29 +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: 1ae25d76-487c-40da-8d1d-ffe0c7a32853 X-Archives-Hash: 2934591ea338e74088735d4e4f54ddaa commit: c38e0ae6e597b46f5c608ac661b97080d3b91822 Author: Louis Sautier gmail com> AuthorDate: Tue Apr 12 14:35:26 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Wed Apr 13 02:14:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38e0ae6 dev-python/dulwich: upgrade to vn. 0.12.0 add Python 3.5 support, EAPI=6 also add tag in metadata.xml Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1247 Signed-off-by: Ian Delaney gentoo.org> dev-python/dulwich/dulwich-0.12.0.ebuild | 6 +++--- dev-python/dulwich/metadata.xml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/dulwich/dulwich-0.12.0.ebuild b/dev-python/dulwich/dulwich-0.12.0.ebuild index 77b59d2..c4426b1 100644 --- a/dev-python/dulwich/dulwich-0.12.0.ebuild +++ b/dev-python/dulwich/dulwich-0.12.0.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 +EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 diff --git a/dev-python/dulwich/metadata.xml b/dev-python/dulwich/metadata.xml index 4447ab4..989b825 100644 --- a/dev-python/dulwich/metadata.xml +++ b/dev-python/dulwich/metadata.xml @@ -12,5 +12,6 @@ dulwich jelmer/dulwich + https://github.com/jelmer/dulwich/issues