From: Louis Sautier Date: Sat, 16 Apr 2016 15:41:39 +0000 (+0200) Subject: dev-python/shortuuid: add Python 3.5 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1c69c7e264b8717aa1ef5f817cc269b1c12ee285;p=gentoo.git dev-python/shortuuid: add Python 3.5 support add sub tags "remote-id" & "bugs-to" under tag in metadata.xml Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1278 Signed-off-by: Ian Delaney --- diff --git a/dev-python/shortuuid/metadata.xml b/dev-python/shortuuid/metadata.xml index 3a8c0a321199..31825f366c26 100644 --- a/dev-python/shortuuid/metadata.xml +++ b/dev-python/shortuuid/metadata.xml @@ -8,5 +8,7 @@ A library that generates short, pretty, unambiguous unique IDs by using an extensive, case-sensitive alphabet and omitting similar-looking letters and numbers. shortuuid + stochastic-technologies/shortuuid + https://github.com/stochastic-technologies/shortuuid/issues diff --git a/dev-python/shortuuid/shortuuid-0.4.3.ebuild b/dev-python/shortuuid/shortuuid-0.4.3.ebuild index a746f39b1894..652f0fdbe237 100644 --- a/dev-python/shortuuid/shortuuid-0.4.3.ebuild +++ b/dev-python/shortuuid/shortuuid-0.4.3.ebuild @@ -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