dev-python/shortuuid: add Python 3.5 support
authorLouis Sautier <sautier.louis@gmail.com>
Sat, 16 Apr 2016 15:41:39 +0000 (17:41 +0200)
committerIan Delaney <idella4@gentoo.org>
Sat, 16 Apr 2016 16:56:25 +0000 (00:56 +0800)
add sub tags "remote-id" & "bugs-to" under tag <upstream> in metadata.xml
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1278

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

index 3a8c0a3211999fe12577a42792a1fd566d378475..31825f366c26756555bc3b7a49e3fb23838e82b0 100644 (file)
@@ -8,5 +8,7 @@
   <longdescription>A library that generates short, pretty, unambiguous unique IDs by using an extensive, case-sensitive alphabet and omitting similar-looking letters and numbers.</longdescription>
   <upstream>
     <remote-id type="pypi">shortuuid</remote-id>
+    <remote-id type="github">stochastic-technologies/shortuuid</remote-id>
+    <bugs-to>https://github.com/stochastic-technologies/shortuuid/issues</bugs-to>
   </upstream>
 </pkgmetadata>
index a746f39b18945926be9dc783f58ea7e97aa48723..652f0fdbe2371355c68d91afdf907a1d18c9a3da 100644 (file)
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit distutils-r1