dev-python/dulwich: upgrade to vn. 0.12.0
authorLouis Sautier <sautier.louis@gmail.com>
Tue, 12 Apr 2016 14:35:26 +0000 (16:35 +0200)
committerIan Delaney <idella4@gentoo.org>
Wed, 13 Apr 2016 02:14:12 +0000 (10:14 +0800)
add Python 3.5 support, EAPI=6
also add tag <bugs-to> in metadata.xml
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1247

Signed-off-by: Ian Delaney <idella4@gentoo.org>
dev-python/dulwich/dulwich-0.12.0.ebuild
dev-python/dulwich/metadata.xml

index 77b59d28f652c0209f7dc6ef62a8501ae61ca353..c4426b10f89c872e95e2aa076565fe4cf149855d 100644 (file)
@@ -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
 
index 4447ab4fc9f11bb6024bda8d06d51ffbcfdecc7b..989b825f14362ca3fd10b03094e48661c16073d1 100644 (file)
@@ -12,5 +12,6 @@
   <upstream>
     <remote-id type="pypi">dulwich</remote-id>
     <remote-id type="github">jelmer/dulwich</remote-id>
+    <bugs-to>https://github.com/jelmer/dulwich/issues</bugs-to>
   </upstream>
 </pkgmetadata>