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 4E1A0138359 for ; Wed, 26 Aug 2020 19:10:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6906CE0872; Wed, 26 Aug 2020 19:10:16 +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 4D9DDE0872 for ; Wed, 26 Aug 2020 19:10:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2417D33BE32 for ; Wed, 26 Aug 2020 19:10:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B33A2FC for ; Wed, 26 Aug 2020 19:10:07 +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: <1598469005.c2258dc0d06a29f065018094e40ccab03f20f5cd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gemato/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gemato/gemato-15.0.ebuild app-portage/gemato/gemato-9999.ebuild X-VCS-Directories: app-portage/gemato/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c2258dc0d06a29f065018094e40ccab03f20f5cd X-VCS-Branch: master Date: Wed, 26 Aug 2020 19:10:07 +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: db92c536-6a40-4f9e-a30f-bb89a6101ec5 X-Archives-Hash: c6c9a689f8079a98ea3bf2b2f4ff36d7 commit: c2258dc0d06a29f065018094e40ccab03f20f5cd Author: Michał Górny gentoo org> AuthorDate: Wed Aug 26 19:05:54 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Aug 26 19:10:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2258dc0 app-portage/gemato: Correct dependencies for 15.0+ Signed-off-by: Michał Górny gentoo.org> app-portage/gemato/gemato-15.0.ebuild | 13 +++++++++++-- app-portage/gemato/gemato-9999.ebuild | 15 ++++++++++++--- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/app-portage/gemato/gemato-15.0.ebuild b/app-portage/gemato/gemato-15.0.ebuild index a3227bbf179..20bbe456009 100644 --- a/app-portage/gemato/gemato-15.0.ebuild +++ b/app-portage/gemato/gemato-15.0.ebuild @@ -15,11 +15,20 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux" IUSE="+gpg tools" RDEPEND=" - gpg? ( >=app-crypt/gnupg-2.2.20-r1 )" + gpg? ( + >=app-crypt/gnupg-2.2.20-r1 + dev-python/requests[${PYTHON_USEDEP}] + )" +BDEPEND=" + test? ( + >=app-crypt/gnupg-2.2.20-r1 + dev-python/requests[${PYTHON_USEDEP}] + dev-python/responses[${PYTHON_USEDEP}] + )" distutils_enable_tests setup.py diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild index 9e747002e74..dbb32fd9839 100644 --- a/app-portage/gemato/gemato-9999.ebuild +++ b/app-portage/gemato/gemato-9999.ebuild @@ -20,9 +20,18 @@ KEYWORDS="" IUSE="+gpg tools" RDEPEND=" - gpg? ( >=app-crypt/gnupg-2.2.20-r1 )" - -distutils_enable_tests setup.py + gpg? ( + >=app-crypt/gnupg-2.2.20-r1 + dev-python/requests[${PYTHON_USEDEP}] + )" +BDEPEND=" + test? ( + >=app-crypt/gnupg-2.2.20-r1 + dev-python/requests[${PYTHON_USEDEP}] + dev-python/responses[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest python_install_all() { distutils-r1_python_install_all