commit:     e6b1ad76823e7c55437d59a86b8bbfbff68028ce
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 05:53:08 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu May 19 05:53:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b1ad76

media-video/yle-dl: add 20220518

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-video/yle-dl/Manifest               |  1 +
 media-video/yle-dl/yle-dl-20220518.ebuild | 54 +++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/media-video/yle-dl/Manifest b/media-video/yle-dl/Manifest
index 46bab9fb7eee..fb07be024658 100644
--- a/media-video/yle-dl/Manifest
+++ b/media-video/yle-dl/Manifest
@@ -1 +1,2 @@
 DIST yle-dl-20220425.tar.gz 67993 BLAKE2B 
907a14d3588c6d2ea0ba5c89955062e160f648e5149f798ab3e719a32355441a39b6d2c15e6be51f17f2fb170c7cd8150c3cf2aa63367184e638f547f55a975b
 SHA512 
62931f076236407a193eec56a6e446bfe8472ae6d33e0f6a72dfa5b87e45a744432f154c402ad5e43f966f334c8b4e57e356a7435031c16ce26c9440cf5a9ded
+DIST yle-dl-20220518.tar.gz 68619 BLAKE2B 
f6c06541a2a86b2151123c087e2479c2baab06722e0412dfd2254432667298516266392e7e02751bd25e2e1dc2a477cb086b69bbb80b4b6927d75449d8eef231
 SHA512 
3e0a4fb456bcbae242384269918b4a98cd6a3351b6c6d85d350c312b29406ed15537e6bb57f351b80dfe57618c956d1d7eea149b30ea6f80572048e0828b9e20

diff --git a/media-video/yle-dl/yle-dl-20220518.ebuild 
b/media-video/yle-dl/yle-dl-20220518.ebuild
new file mode 100644
index 000000000000..d1410579baf6
--- /dev/null
+++ b/media-video/yle-dl/yle-dl-20220518.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Download media files from Yle Areena"
+HOMEPAGE="https://aajanki.github.io/yle-dl/ https://github.com/aajanki/yle-dl";
+SRC_URI="https://github.com/aajanki/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# Requires an active internet connection during tests,
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND="media-video/ffmpeg
+       net-misc/wget
+       >=dev-python/attrs-18.1.0[${PYTHON_USEDEP}]
+       >=dev-python/configargparse-0.13.0[${PYTHON_USEDEP}]
+       dev-python/lxml[${PYTHON_USEDEP}]
+       dev-python/progress[${PYTHON_USEDEP}]
+       dev-python/requests[${PYTHON_USEDEP}]"
+BDEPEND="test? (
+               ${RDEPEND}
+               media-video/ffmpeg[gnutls]
+               dev-python/pip[${PYTHON_USEDEP}]
+               dev-python/pytest[${PYTHON_USEDEP}]
+               dev-python/wheel[${PYTHON_USEDEP}]
+       )"
+
+distutils_enable_tests pytest
+
+DOCS=( COPYING ChangeLog README.fi README.md yledl.conf.sample )
+
+src_install() {
+       docompress -x "/usr/share/doc/${PF}/yledl.conf.sample"
+       distutils-r1_src_install
+}
+
+pkg_postinst() {
+       elog "Sample configuration file has been installed to "
+       elog " /usr/share/doc/yle-dl-${PVR}/yledl.conf.sample"
+       elog
+       optfeature "youtube-dl download engine" net-misc/youtube-dl 
net-misc/yt-dlp
+}

Reply via email to