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 81930138334 for ; Sun, 30 Dec 2018 20:34:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B521E08BB; Sun, 30 Dec 2018 20:34:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F39FE08BB for ; Sun, 30 Dec 2018 20:34:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD0A1335C78 for ; Sun, 30 Dec 2018 20:34:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A65644F2 for ; Sun, 30 Dec 2018 20:34:16 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1546201905.c341df8256c345d3aff999824f8682ee624b53f9.floppym@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-2.ebuild X-VCS-Directories: virtual/python-funcsigs/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c341df8256c345d3aff999824f8682ee624b53f9 X-VCS-Branch: master Date: Sun, 30 Dec 2018 20:34:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 34d32a6a-e66b-444c-90e2-f7b098851fc7 X-Archives-Hash: b3436780613f8f85abe026bd5bf7be90 commit: c341df8256c345d3aff999824f8682ee624b53f9 Author: Alexey Sokolov google com> AuthorDate: Mon Dec 10 08:43:26 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Dec 30 20:31:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c341df82 virtual/python-funcsigs: require correct USE flags of python/funcsigs Closes: https://bugs.gentoo.org/672890 Closes: https://github.com/gentoo/gentoo/pull/10603 Signed-off-by: Alexey Sokolov google.com> Signed-off-by: Mike Gilbert gentoo.org> virtual/python-funcsigs/python-funcsigs-2.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/virtual/python-funcsigs/python-funcsigs-2.ebuild b/virtual/python-funcsigs/python-funcsigs-2.ebuild new file mode 100644 index 00000000000..a5104ac0ae5 --- /dev/null +++ b/virtual/python-funcsigs/python-funcsigs-2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) + +inherit python-r1 + +DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.6 variant)" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + ${PYTHON_DEPS} + $(python_gen_cond_dep '>=dev-python/funcsigs-1[${PYTHON_USEDEP}]' python2_7 python3_{3,4,5} pypy{,3} )"