virtual/python-funcsigs: Enable python3.6
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Jan 2017 22:27:29 +0000 (23:27 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 26 Jan 2017 22:35:30 +0000 (23:35 +0100)
virtual/python-funcsigs/python-funcsigs-0-r1.ebuild
virtual/python-funcsigs/python-funcsigs-1.ebuild

index df4680219d8be1585913319116ac1974cf593965..857e54246b0dbbd9129296e629a0b6f71279b920 100644 (file)
@@ -1,14 +1,14 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit python-r1
 
-DESCRIPTION="A Virtual for Python function signatures from PEP362"
+DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.3 variant)"
 HOMEPAGE=""
 SRC_URI=""
 
index fd061f78ada1e859daa163fae1b2cd6494f119a4..26fefe0a050aaeb42dfb6434d70faadf7d0bb627 100644 (file)
@@ -1,14 +1,14 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit python-r1
 
-DESCRIPTION="A Virtual for Python function signatures from PEP362"
+DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.6 variant)"
 HOMEPAGE=""
 SRC_URI=""