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 AF86F138350 for ; Sun, 19 Jan 2020 18:17:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD0CBE096F; Sun, 19 Jan 2020 18:17:02 +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 B0A10E096F for ; Sun, 19 Jan 2020 18:17:02 +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 ACA3734E2A5 for ; Sun, 19 Jan 2020 18:17:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79254E7 for ; Sun, 19 Jan 2020 18:16:58 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1579457797.ed2fca4fb05d646c267706abc9a298143e44c844.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/streamlink/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/streamlink/streamlink-9999.ebuild X-VCS-Directories: net-misc/streamlink/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: ed2fca4fb05d646c267706abc9a298143e44c844 X-VCS-Branch: master Date: Sun, 19 Jan 2020 18:16:58 +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: c97ca3ca-8de2-4e0b-ad82-fb491a2233e9 X-Archives-Hash: 01f612f4172fd7ded367cf8249360fa0 commit: ed2fca4fb05d646c267706abc9a298143e44c844 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jan 19 18:11:13 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jan 19 18:16:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2fca4f net-misc/streamlink: port to EAPI-7 Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> net-misc/streamlink/streamlink-9999.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/net-misc/streamlink/streamlink-9999.ebuild b/net-misc/streamlink/streamlink-9999.ebuild index c11c5094f8c..3460a867236 100644 --- a/net-misc/streamlink/streamlink-9999.ebuild +++ b/net-misc/streamlink/streamlink-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="https://github.com/streamlink/${PN}.git" @@ -28,7 +28,7 @@ IUSE="doc test" RESTRICT="!test? ( test )" # >=urllib3-1.23 only needed for python2, but requests pulls some version anyways, so we might as well guarantee at least that ver for py3 too -RDEPEND=" +DEPEND=" virtual/python-futures[${PYTHON_USEDEP}] virtual/python-singledispatch[${PYTHON_USEDEP}] >dev-python/requests-2.21.0[${PYTHON_USEDEP}] @@ -38,7 +38,11 @@ RDEPEND=" dev-python/pycountry[${PYTHON_USEDEP}] >=dev-python/pycryptodome-3.4.3[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND} +RDEPEND="${DEPEND} + media-video/rtmpdump + virtual/ffmpeg +" +BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] @@ -51,10 +55,6 @@ DEPEND="${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] dev-python/freezegun[${PYTHON_USEDEP}] )" -RDEPEND="${RDEPEND} - media-video/rtmpdump - virtual/ffmpeg -" python_configure_all() { # Avoid iso-639, iso3166 dependencies since we use pycountry.