commit:     0228a5296be97158cfeeebcd2eed79740f6d40fc
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 28 01:07:08 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Mar 28 01:10:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0228a529

net-misc/yt-dlp: drop 2025.02.19, 2025.03.21, 2025.03.25

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-misc/yt-dlp/Manifest                 |  3 --
 net-misc/yt-dlp/yt-dlp-2025.02.19.ebuild | 74 --------------------------------
 net-misc/yt-dlp/yt-dlp-2025.03.21.ebuild | 73 -------------------------------
 net-misc/yt-dlp/yt-dlp-2025.03.25.ebuild | 73 -------------------------------
 4 files changed, 223 deletions(-)

diff --git a/net-misc/yt-dlp/Manifest b/net-misc/yt-dlp/Manifest
index 19b9d23f5499..746ead30c38f 100644
--- a/net-misc/yt-dlp/Manifest
+++ b/net-misc/yt-dlp/Manifest
@@ -1,4 +1 @@
-DIST yt-dlp-2025.02.19.tar.gz 5842393 BLAKE2B 
e35716ceb51739668ed1b9f263d643ef33de3fd4ed38d21cc02971f3f454484814b57f370730a91ea8e2c21995027b8f2e13caf6a41bbdfd0798f8856416d124
 SHA512 
91179c08f6d3eafc8b796671f513b7908a53632b2c926293bbe887cbb3843c6dc80c80de90a7f892b98e6dd5b77daeea10f02e5a2ee078855ce78227e4c9be4a
-DIST yt-dlp-2025.03.21.tar.gz 5903140 BLAKE2B 
b7108973f27d9755155f47a0c5646a8d150a8c7c3a007dd21b3b5892349ebc0a6661e89678b3f62f7594e8574b7758283a2de3edfb2a5232cb477128e01e077f
 SHA512 
782e35170c4f581bd5e26589dd42cc022d37365bfcec13340456badd0213dc7ea59530e716731181306082fe3494f9238a5c396ad9655ea7a26dbb19162e7b52
-DIST yt-dlp-2025.03.25.tar.gz 5907595 BLAKE2B 
548b239de2aea5fcafe2d938e478d88356cd6fe76902e8a579523f5304915ec8743d019c46642d59c1a354f8b75e398a90e1149b3814b110a804b90fbc13b075
 SHA512 
8537e2d20ad17273407b97ccfca3dbb7f1efadb4d93fad94eac3878daf9773372fc8e4c08f0efc7cd6811a453de140f4845deec157a96e53fd14422e9257830f
 DIST yt-dlp-2025.03.26.tar.gz 5908282 BLAKE2B 
bb14fb170a8be5b544dc3be3102a459d8ed33f6ffa41f3ffe987f129d89320d359cb29e53c4c10fc7e7969d8445728f6f98e49fa513f927a659dbec66a7fabc4
 SHA512 
c10380b738a44d2345b5e4b872dafd6272f00c2e5122117e35ed08c5488dbd697bf92c20da6f62dd6db81baf7acd4b321adff323c065cb7839645cfeaf63648c

diff --git a/net-misc/yt-dlp/yt-dlp-2025.02.19.ebuild 
b/net-misc/yt-dlp/yt-dlp-2025.02.19.ebuild
deleted file mode 100644
index 9b9eb962a869..000000000000
--- a/net-misc/yt-dlp/yt-dlp-2025.02.19.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
-inherit bash-completion-r1 distutils-r1 optfeature wrapper
-
-DESCRIPTION="youtube-dl fork with additional features and fixes"
-HOMEPAGE="https://github.com/yt-dlp/yt-dlp/";
-SRC_URI="
-       https://github.com/yt-dlp/yt-dlp/releases/download/${PV}/${PN}.tar.gz
-               -> ${P}.tar.gz
-"
-S=${WORKDIR}/${PN}
-
-LICENSE="Unlicense"
-SLOT="0"
-# note that yt-dlp bumps are typically done straight-to-stable (unless there
-# was major/breaking changes) given website changes breaks it on a whim
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86 ~arm64-macos ~x64-macos"
-
-RDEPEND="
-       dev-python/pycryptodome[${PYTHON_USEDEP}]
-       !net-misc/youtube-dl[-yt-dlp(-)]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # fails with FEATURES=network-sandbox
-               
test/test_networking.py::TestHTTPRequestHandler::test_connect_timeout
-               # fails with FEATURES=distcc, bug #915614
-               
test/test_networking.py::TestYoutubeDLNetworking::test_proxy\[None-expected2\]
-               # websockets tests break easily depending on 
dev-python/websockets
-               # version and, as far as I know, most users do not use/need it 
--
-               # thus being neither in RDEPEND nor optfeature (bug 
#940630,#950030)
-               test/test_websockets.py
-       )
-
-       epytest -m 'not download'
-}
-
-python_install_all() {
-       dodoc README.md Changelog.md supportedsites.md
-       doman yt-dlp.1
-
-       dobashcomp completions/bash/yt-dlp
-
-       insinto /usr/share/fish/vendor_completions.d
-       doins completions/fish/yt-dlp.fish
-
-       insinto /usr/share/zsh/site-functions
-       doins completions/zsh/_yt-dlp
-
-       rm -r "${ED}"/usr/share/doc/yt_dlp || die
-
-       make_wrapper youtube-dl "yt-dlp --compat-options youtube-dl"
-}
-
-pkg_postinst() {
-       optfeature "various features (merging tracks, streamed content)" 
media-video/ffmpeg
-       has_version media-video/atomicparsley || # allow fallback but don't 
advertise
-               optfeature "embedding metadata thumbnails in MP4/M4A files" 
media-libs/mutagen
-       optfeature "decrypting cookies from Chromium-based browsers" 
dev-python/secretstorage
-
-       if [[ ! ${REPLACING_VERSIONS} ]]; then
-               elog 'A wrapper using "yt-dlp --compat-options youtube-dl" was 
installed'
-               elog 'as "youtube-dl". This is strictly for compatibility and 
it is'
-               elog 'recommended to use "yt-dlp" directly, it may be removed 
in the future.'
-       fi
-}

diff --git a/net-misc/yt-dlp/yt-dlp-2025.03.21.ebuild 
b/net-misc/yt-dlp/yt-dlp-2025.03.21.ebuild
deleted file mode 100644
index a57a8f5167a7..000000000000
--- a/net-misc/yt-dlp/yt-dlp-2025.03.21.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
-inherit bash-completion-r1 distutils-r1 optfeature wrapper
-
-DESCRIPTION="youtube-dl fork with additional features and fixes"
-HOMEPAGE="https://github.com/yt-dlp/yt-dlp/";
-SRC_URI="
-       https://github.com/yt-dlp/yt-dlp/releases/download/${PV}/${PN}.tar.gz
-               -> ${P}.tar.gz
-"
-S=${WORKDIR}/${PN}
-
-LICENSE="Unlicense"
-SLOT="0"
-# note that yt-dlp bumps are typically done straight-to-stable (unless there
-# was major/breaking changes) given website changes breaks it on a whim
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86 ~arm64-macos ~x64-macos"
-
-RDEPEND="
-       dev-python/pycryptodome[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # fails with FEATURES=network-sandbox
-               
test/test_networking.py::TestHTTPRequestHandler::test_connect_timeout
-               # fails with FEATURES=distcc, bug #915614
-               
test/test_networking.py::TestYoutubeDLNetworking::test_proxy\[None-expected2\]
-               # websockets tests break easily depending on 
dev-python/websockets
-               # version and, as far as I know, most users do not use/need it 
--
-               # thus being neither in RDEPEND nor optfeature (bug 
#940630,#950030)
-               test/test_websockets.py
-       )
-
-       epytest -m 'not download'
-}
-
-python_install_all() {
-       dodoc README.md Changelog.md supportedsites.md
-       doman yt-dlp.1
-
-       dobashcomp completions/bash/yt-dlp
-
-       insinto /usr/share/fish/vendor_completions.d
-       doins completions/fish/yt-dlp.fish
-
-       insinto /usr/share/zsh/site-functions
-       doins completions/zsh/_yt-dlp
-
-       rm -r "${ED}"/usr/share/doc/yt_dlp || die
-
-       make_wrapper youtube-dl "yt-dlp --compat-options youtube-dl"
-}
-
-pkg_postinst() {
-       optfeature "various features (merging tracks, streamed content)" 
media-video/ffmpeg
-       has_version media-video/atomicparsley || # allow fallback but don't 
advertise
-               optfeature "embedding metadata thumbnails in MP4/M4A files" 
media-libs/mutagen
-       optfeature "decrypting cookies from Chromium-based browsers" 
dev-python/secretstorage
-
-       if [[ ! ${REPLACING_VERSIONS} ]]; then
-               elog 'A wrapper using "yt-dlp --compat-options youtube-dl" was 
installed'
-               elog 'as "youtube-dl". This is strictly for compatibility and 
it is'
-               elog 'recommended to use "yt-dlp" directly, it may be removed 
in the future.'
-       fi
-}

diff --git a/net-misc/yt-dlp/yt-dlp-2025.03.25.ebuild 
b/net-misc/yt-dlp/yt-dlp-2025.03.25.ebuild
deleted file mode 100644
index a57a8f5167a7..000000000000
--- a/net-misc/yt-dlp/yt-dlp-2025.03.25.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
-inherit bash-completion-r1 distutils-r1 optfeature wrapper
-
-DESCRIPTION="youtube-dl fork with additional features and fixes"
-HOMEPAGE="https://github.com/yt-dlp/yt-dlp/";
-SRC_URI="
-       https://github.com/yt-dlp/yt-dlp/releases/download/${PV}/${PN}.tar.gz
-               -> ${P}.tar.gz
-"
-S=${WORKDIR}/${PN}
-
-LICENSE="Unlicense"
-SLOT="0"
-# note that yt-dlp bumps are typically done straight-to-stable (unless there
-# was major/breaking changes) given website changes breaks it on a whim
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86 ~arm64-macos ~x64-macos"
-
-RDEPEND="
-       dev-python/pycryptodome[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # fails with FEATURES=network-sandbox
-               
test/test_networking.py::TestHTTPRequestHandler::test_connect_timeout
-               # fails with FEATURES=distcc, bug #915614
-               
test/test_networking.py::TestYoutubeDLNetworking::test_proxy\[None-expected2\]
-               # websockets tests break easily depending on 
dev-python/websockets
-               # version and, as far as I know, most users do not use/need it 
--
-               # thus being neither in RDEPEND nor optfeature (bug 
#940630,#950030)
-               test/test_websockets.py
-       )
-
-       epytest -m 'not download'
-}
-
-python_install_all() {
-       dodoc README.md Changelog.md supportedsites.md
-       doman yt-dlp.1
-
-       dobashcomp completions/bash/yt-dlp
-
-       insinto /usr/share/fish/vendor_completions.d
-       doins completions/fish/yt-dlp.fish
-
-       insinto /usr/share/zsh/site-functions
-       doins completions/zsh/_yt-dlp
-
-       rm -r "${ED}"/usr/share/doc/yt_dlp || die
-
-       make_wrapper youtube-dl "yt-dlp --compat-options youtube-dl"
-}
-
-pkg_postinst() {
-       optfeature "various features (merging tracks, streamed content)" 
media-video/ffmpeg
-       has_version media-video/atomicparsley || # allow fallback but don't 
advertise
-               optfeature "embedding metadata thumbnails in MP4/M4A files" 
media-libs/mutagen
-       optfeature "decrypting cookies from Chromium-based browsers" 
dev-python/secretstorage
-
-       if [[ ! ${REPLACING_VERSIONS} ]]; then
-               elog 'A wrapper using "yt-dlp --compat-options youtube-dl" was 
installed'
-               elog 'as "youtube-dl". This is strictly for compatibility and 
it is'
-               elog 'recommended to use "yt-dlp" directly, it may be removed 
in the future.'
-       fi
-}

Reply via email to