From bd95fdf0914e0ee4f08eff5a09302cf6973d213e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 26 Jan 2017 23:27:29 +0100 Subject: virtual/python-funcsigs: Enable python3.6 --- virtual/python-funcsigs/python-funcsigs-0-r1.ebuild | 6 +++--- virtual/python-funcsigs/python-funcsigs-1.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'virtual/python-funcsigs') 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="" -- cgit v1.2.3-65-gdbad