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 A2DA5138350 for ; Mon, 17 Feb 2020 08:57:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1346E08B0; Mon, 17 Feb 2020 08:57:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BD12FE08B0 for ; Mon, 17 Feb 2020 08:57:51 +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 4A0F434EC08 for ; Mon, 17 Feb 2020 08:57:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFD5F145 for ; Mon, 17 Feb 2020 08:57:48 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1581929850.99745f2bf07eb45234fbf5de9e36383641ec207b.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electron-cash/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/electron-cash/electron-cash-4.0.2-r1.ebuild net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild X-VCS-Directories: net-misc/electron-cash/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 99745f2bf07eb45234fbf5de9e36383641ec207b X-VCS-Branch: master Date: Mon, 17 Feb 2020 08:57:48 +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: ee95393f-51c6-44b5-842a-f48536d77ff8 X-Archives-Hash: 6d071a7881e2d54a5aca6e3fc69e72a0 commit: 99745f2bf07eb45234fbf5de9e36383641ec207b Author: Zac Medico gentoo org> AuthorDate: Mon Feb 17 08:48:20 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Feb 17 08:57:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99745f2b net-misc/electron-cash: Drop tlslite dependency Closes: https://bugs.gentoo.org/709922 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Zac Medico gentoo.org> ...electron-cash-4.0.2-r1.ebuild => electron-cash-4.0.2-r2.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net-misc/electron-cash/electron-cash-4.0.2-r1.ebuild b/net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild similarity index 96% rename from net-misc/electron-cash/electron-cash-4.0.2-r1.ebuild rename to net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild index 39e50d7d405..87c2b57dd7c 100644 --- a/net-misc/electron-cash/electron-cash-4.0.2-r1.ebuild +++ b/net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_6 python3_7 ) PYTHON_REQ_USE="ncurses?" inherit distutils-r1 gnome2-utils xdg-utils @@ -41,7 +41,6 @@ RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] - dev-python/tlslite[${PYTHON_USEDEP}] dev-python/protobuf-python[${PYTHON_USEDEP}] qrcode? ( media-gfx/zbar[v4l] ) qt5? (