From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4AAC139085 for ; Thu, 26 Jan 2017 22:35:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C6EE2340D5; Thu, 26 Jan 2017 22:35:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 184932340D5 for ; Thu, 26 Jan 2017 22:35:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 552D7340C97 for ; Thu, 26 Jan 2017 22:35:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90E7030D8 for ; Thu, 26 Jan 2017 22:35:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1485470130.bd95fdf0914e0ee4f08eff5a09302cf6973d213e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-funcsigs/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/python-funcsigs/python-funcsigs-0-r1.ebuild virtual/python-funcsigs/python-funcsigs-1.ebuild X-VCS-Directories: virtual/python-funcsigs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bd95fdf0914e0ee4f08eff5a09302cf6973d213e X-VCS-Branch: master Date: Thu, 26 Jan 2017 22:35:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c6bc5ed1-2249-43bb-92c9-0f3d7767195d X-Archives-Hash: 1b6b0109dc0f5ca63c901ccbc3d24a52 commit: bd95fdf0914e0ee4f08eff5a09302cf6973d213e Author: Michał Górny gentoo org> AuthorDate: Thu Jan 26 22:27:29 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 26 22:35:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd95fdf0 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(-) diff --git a/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild b/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild index df46802..857e542 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 fd061f7..26fefe0 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=""