commit:     69805cac14c2126c1564fee101ccf8cc7acd5763
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  8 06:14:10 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Aug  8 11:19:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69805cac

media-video/yle-dl: add 20240806

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

 media-video/yle-dl/Manifest               |  1 +
 media-video/yle-dl/yle-dl-20240806.ebuild | 57 +++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/media-video/yle-dl/Manifest b/media-video/yle-dl/Manifest
index 7af50726cdfc..a813ba3a5331 100644
--- a/media-video/yle-dl/Manifest
+++ b/media-video/yle-dl/Manifest
@@ -1 +1,2 @@
 DIST yle-dl-20240706.tar.gz 78964 BLAKE2B 
5ed0a9ba391853566c3abbbd88d6fcce33c7f7e88183e89f3c272f6cae6c519ff272f648934e8fa58e0a7d59f87677189e14f1532cbadbbd6f73312810b4994e
 SHA512 
c54a99bfa1ff71296e4ae40cb62408338942144e60f8df25fa8e7a9d53ff8d3c61e0b3c85e8404c716a18f54986e242b72dd4424c65ffe24f2ea4b128f7cf27a
+DIST yle-dl-20240806.tar.gz 79725 BLAKE2B 
c09d8ee7ca7f9db30433fb1cfa2ecf7ea2d791a56661341d059c917a498b9a60d7db277a4a186523eb841f0543d07d8caeb8c1adcf4804051e3196cbba4e2e4a
 SHA512 
21b3cbddbdf058b75a5bb1afca0a2ca3573b99a18a85185458227d82f291028c4796e27f53a7a72b07cdd96ef1606ddac6dd467ebe8d1004ad4e9f4e0e62f17e

diff --git a/media-video/yle-dl/yle-dl-20240806.ebuild 
b/media-video/yle-dl/yle-dl-20240806.ebuild
new file mode 100644
index 000000000000..d718c96adb4a
--- /dev/null
+++ b/media-video/yle-dl/yle-dl-20240806.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+DISTUTILS_USE_PEP517=flit
+
+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/yle-dl/archive/refs/tags/${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.md README.sv.md 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 "automatically detect filesystems that require restricted 
character sets" dev-python/psutil
+       optfeature "store metadata as extended file attributes" 
dev-python/pyxattr
+       optfeature "youtube-dl download engine" net-misc/yt-dlp
+}

Reply via email to