Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/yle-dl/
Date: Fri, 02 Sep 2022 07:32:38
Message-Id: 1662103952.c076f1b7efd64f4f9bc05e54cf3df3eb69a888a0.juippis@gentoo
1 commit: c076f1b7efd64f4f9bc05e54cf3df3eb69a888a0
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 07:23:23 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 07:32:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c076f1b7
7
8 media-video/yle-dl: add 20220830
9
10 - skip some non-working tests,
11 - update license to GPL-3+.
12
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 media-video/yle-dl/Manifest | 1 +
16 media-video/yle-dl/yle-dl-20220830.ebuild | 66 +++++++++++++++++++++++++++++++
17 2 files changed, 67 insertions(+)
18
19 diff --git a/media-video/yle-dl/Manifest b/media-video/yle-dl/Manifest
20 index 92aa77ec9e84..a305c355c874 100644
21 --- a/media-video/yle-dl/Manifest
22 +++ b/media-video/yle-dl/Manifest
23 @@ -1 +1,2 @@
24 DIST yle-dl-20220704.tar.gz 69784 BLAKE2B 4eed09f2531693a45683958f245df7251fe1df6736443b16b4b6079c25b656fcc53d92147456b80e4144766965b5147bf17c5db0b1c73a8d4c3f519c4639d8f2 SHA512 2aba4ef471b487d174d32762d12f8d6da0f40d0709a4f894dbf7f3d0717e347929dee9f620f795b298b8c714f6d433bb8f8321eeba61648a4684eacc0796711f
25 +DIST yle-dl-20220830.tar.gz 72087 BLAKE2B 1ee31b399daca34ed1ec5bb51fcb38ce439249a4b205e2f0f7219ddd3a438e3a8719c92836ad165112acb7506a5501bb53bb8073960bc2a26635d8eff90dfa8f SHA512 e3ec7c81259901a243f19689666eef415a23f264a04b7f281be11e200f914a0fddea871637afa1e85169bc565f01cbcc0ff91dd800bb07af5b0e6e577041b940
26
27 diff --git a/media-video/yle-dl/yle-dl-20220830.ebuild b/media-video/yle-dl/yle-dl-20220830.ebuild
28 new file mode 100644
29 index 000000000000..c721a6b525a6
30 --- /dev/null
31 +++ b/media-video/yle-dl/yle-dl-20220830.ebuild
32 @@ -0,0 +1,66 @@
33 +# Copyright 1999-2022 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +
38 +PYTHON_COMPAT=( python3_{8..11} )
39 +
40 +inherit distutils-r1 optfeature
41 +
42 +DESCRIPTION="Download media files from Yle Areena"
43 +HOMEPAGE="https://aajanki.github.io/yle-dl/ https://github.com/aajanki/yle-dl"
44 +SRC_URI="https://github.com/aajanki/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 +
46 +LICENSE="GPL-3+"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~x86"
49 +
50 +IUSE="test"
51 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
52 +
53 +# Requires an active internet connection during tests,
54 +PROPERTIES="test_network"
55 +RESTRICT="test"
56 +
57 +RDEPEND="media-video/ffmpeg
58 + net-misc/wget
59 + >=dev-python/attrs-18.1.0[${PYTHON_USEDEP}]
60 + >=dev-python/ConfigArgParse-0.13.0[${PYTHON_USEDEP}]
61 + dev-python/lxml[${PYTHON_USEDEP}]
62 + dev-python/progress[${PYTHON_USEDEP}]
63 + dev-python/requests[${PYTHON_USEDEP}]"
64 +BDEPEND="test? (
65 + ${RDEPEND}
66 + media-video/ffmpeg[gnutls]
67 + dev-python/pip[${PYTHON_USEDEP}]
68 + dev-python/pytest[${PYTHON_USEDEP}]
69 + dev-python/wheel[${PYTHON_USEDEP}]
70 + )"
71 +
72 +distutils_enable_tests pytest
73 +
74 +DOCS=( COPYING ChangeLog README.fi README.md yledl.conf.sample )
75 +
76 +src_prepare() {
77 + distutils-r1_src_prepare
78 +
79 + # Skip 404'd files.
80 + sed -i -e "/def test_radio_series_redirect():/i@×××××××××××.xfail(reason='Video expired.')" \
81 + -e "/def test_radio_metadata_2020():/i@×××××××××××.xfail(reason='Video expired.')" \
82 + -e "/def test_radio_episodes_sort_order_latest_last_source():/i@×××××××××××.xfail(reason='Video expired.')" \
83 + -e "/def test_radio_episodes_sort_order_latest_first_source():/i@×××××××××××.xfail(reason='Video expired.')" \
84 + -e "/def test_radio_latest():/i@×××××××××××.xfail(reason='Video expired.')" \
85 + tests/integration/test_areena_radio_it.py || die
86 +}
87 +
88 +src_install() {
89 + docompress -x "/usr/share/doc/${PF}/yledl.conf.sample"
90 + distutils-r1_src_install
91 +}
92 +
93 +pkg_postinst() {
94 + elog "Sample configuration file has been installed to "
95 + elog " /usr/share/doc/yle-dl-${PVR}/yledl.conf.sample"
96 + elog
97 + optfeature "youtube-dl download engine" net-misc/youtube-dl net-misc/yt-dlp
98 +}