dev-python/semantic_version: Support python 3.5
authorPacho Ramos <pacho@gentoo.org>
Sat, 8 Oct 2016 16:01:43 +0000 (18:01 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 8 Oct 2016 16:04:49 +0000 (18:04 +0200)
Package-Manager: portage-2.3.1

dev-python/semantic_version/semantic_version-2.4.2.ebuild

index 8ac1648695377ed36a0062156cc7f2c4403fe9c0..590cfed47c6185211023a99bc5a727bc606184c0 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 
 inherit distutils-r1