summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2016-04-16 17:41:39 +0200
committerIan Delaney <idella4@gentoo.org>2016-04-17 00:56:25 +0800
commit1c69c7e264b8717aa1ef5f817cc269b1c12ee285 (patch)
tree85501001319852b3a51b467d966135518e0db6fc /dev-python/shortuuid/shortuuid-0.4.3.ebuild
parentnet-misc/openntpd: Bump to 5.9_p1 (diff)
downloadgentoo-1c69c7e264b8717aa1ef5f817cc269b1c12ee285.tar.gz
gentoo-1c69c7e264b8717aa1ef5f817cc269b1c12ee285.tar.bz2
gentoo-1c69c7e264b8717aa1ef5f817cc269b1c12ee285.zip
dev-python/shortuuid: add Python 3.5 support
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>
Diffstat (limited to 'dev-python/shortuuid/shortuuid-0.4.3.ebuild')
-rw-r--r--dev-python/shortuuid/shortuuid-0.4.3.ebuild4
1 files changed, 2 insertions, 2 deletions
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