From: Michał Górny Date: Thu, 26 Jan 2017 22:27:29 +0000 (+0100) Subject: virtual/python-funcsigs: Enable python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bd95fdf0914e0ee4f08eff5a09302cf6973d213e;p=gentoo.git virtual/python-funcsigs: Enable python3.6 --- diff --git a/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild b/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild index df4680219d8b..857e54246b0d 100644 --- a/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild +++ b/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild @@ -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="" diff --git a/virtual/python-funcsigs/python-funcsigs-1.ebuild b/virtual/python-funcsigs/python-funcsigs-1.ebuild index fd061f78ada1..26fefe0a050a 100644 --- a/virtual/python-funcsigs/python-funcsigs-1.ebuild +++ b/virtual/python-funcsigs/python-funcsigs-1.ebuild @@ -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=""