summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-26 23:27:29 +0100
committerMichał Górny <mgorny@gentoo.org>2017-01-26 23:35:30 +0100
commitbd95fdf0914e0ee4f08eff5a09302cf6973d213e (patch)
tree27821eb3e7e0629adcf13d7d9ce95cca9e5883d6 /virtual
parentvirtual/python-enum34: Enable python3.6 (diff)
downloadgentoo-bd95fdf0914e0ee4f08eff5a09302cf6973d213e.tar.gz
gentoo-bd95fdf0914e0ee4f08eff5a09302cf6973d213e.tar.bz2
gentoo-bd95fdf0914e0ee4f08eff5a09302cf6973d213e.zip
virtual/python-funcsigs: Enable python3.6
Diffstat (limited to 'virtual')
-rw-r--r--virtual/python-funcsigs/python-funcsigs-0-r1.ebuild6
-rw-r--r--virtual/python-funcsigs/python-funcsigs-1.ebuild6
2 files changed, 6 insertions, 6 deletions
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=""