Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/streamlink/
Date: Sun, 19 Jan 2020 18:17:04
Message-Id: 1579457797.ed2fca4fb05d646c267706abc9a298143e44c844.leio@gentoo
1 commit: ed2fca4fb05d646c267706abc9a298143e44c844
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 18:11:13 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 18:16:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2fca4f
7
8 net-misc/streamlink: port to EAPI-7
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 net-misc/streamlink/streamlink-9999.ebuild | 14 +++++++-------
14 1 file changed, 7 insertions(+), 7 deletions(-)
15
16 diff --git a/net-misc/streamlink/streamlink-9999.ebuild b/net-misc/streamlink/streamlink-9999.ebuild
17 index c11c5094f8c..3460a867236 100644
18 --- a/net-misc/streamlink/streamlink-9999.ebuild
19 +++ b/net-misc/streamlink/streamlink-9999.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 if [[ ${PV} = 9999* ]]; then
28 EGIT_REPO_URI="https://github.com/streamlink/${PN}.git"
29 @@ -28,7 +28,7 @@ IUSE="doc test"
30 RESTRICT="!test? ( test )"
31
32 # >=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
33 -RDEPEND="
34 +DEPEND="
35 virtual/python-futures[${PYTHON_USEDEP}]
36 virtual/python-singledispatch[${PYTHON_USEDEP}]
37 >dev-python/requests-2.21.0[${PYTHON_USEDEP}]
38 @@ -38,7 +38,11 @@ RDEPEND="
39 dev-python/pycountry[${PYTHON_USEDEP}]
40 >=dev-python/pycryptodome-3.4.3[${PYTHON_USEDEP}]
41 "
42 -DEPEND="${RDEPEND}
43 +RDEPEND="${DEPEND}
44 + media-video/rtmpdump
45 + virtual/ffmpeg
46 +"
47 +BDEPEND="
48 dev-python/setuptools[${PYTHON_USEDEP}]
49 doc? (
50 dev-python/sphinx[${PYTHON_USEDEP}]
51 @@ -51,10 +55,6 @@ DEPEND="${RDEPEND}
52 dev-python/pytest[${PYTHON_USEDEP}]
53 dev-python/freezegun[${PYTHON_USEDEP}]
54 )"
55 -RDEPEND="${RDEPEND}
56 - media-video/rtmpdump
57 - virtual/ffmpeg
58 -"
59
60 python_configure_all() {
61 # Avoid iso-639, iso3166 dependencies since we use pycountry.