commit:     2b4485e575403d9f1e1c7db7a1a496d79605f81a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  9 06:35:01 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun  9 06:35:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4485e5

net-misc/streamlink: drop 7.1.3, 7.2.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/streamlink/Manifest                |  2 -
 net-misc/streamlink/streamlink-7.1.3.ebuild | 76 -----------------------------
 net-misc/streamlink/streamlink-7.2.0.ebuild | 76 -----------------------------
 3 files changed, 154 deletions(-)

diff --git a/net-misc/streamlink/Manifest b/net-misc/streamlink/Manifest
index 42630fd3bdf9..d05d69a1722b 100644
--- a/net-misc/streamlink/Manifest
+++ b/net-misc/streamlink/Manifest
@@ -1,3 +1 @@
-DIST streamlink-7.1.3.tar.gz 772024 BLAKE2B 
8635302f316b3988010aab4aad2a7becd2b0b92e34357510da783681b54c34eb859ba065c65d4904c294275df0ceaf11e5440c196e62d09400592f4a2a63d8b7
 SHA512 
77ec1f4fb00c3ba708593060c980d6a1bda0dcf7ca8b5583dd97025b5a48cba540ced776f3d146818daa7f1fa16d8d72854c14b2ca039680d9a16a039fdba268
-DIST streamlink-7.2.0.tar.gz 781653 BLAKE2B 
eeb9230b3c2cd6595407f45224148e470d8424542c5e11b5f1aa278086bcbe115f3d1ff5d55d0ac058a322fb3191ebea3926d06f88eee095188c0397bb0f6147
 SHA512 
b7465e017d72235e1eb5cd03ec4c262a90578517d62b5ba64f741263147a7c2d3f30472b8474f62d6c11ef83c2c18268ee36d5127d6e8de24b65adac10cf0880
 DIST streamlink-7.3.0.tar.gz 790002 BLAKE2B 
9d92594a3ad6d9ea6310eb32465160217f3b1368923cbdf40d6582685810a9897fe2d9a17640df79bbd7b9c2e9d31cd4ec0b61a891f2ad4166e0b83726d98ff5
 SHA512 
08f09752a4987f2509bc83ac66220369fd1fd45e8a05cc1641fca56afe2e6fecff5a48a84486f2ab1144af606a26ab9d4b37e62ace0d86087acfe99d803396c1

diff --git a/net-misc/streamlink/streamlink-7.1.3.ebuild 
b/net-misc/streamlink/streamlink-7.1.3.ebuild
deleted file mode 100644
index e615c3a5b5a1..000000000000
--- a/net-misc/streamlink/streamlink-7.1.3.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} = 9999* ]]; then
-       EGIT_REPO_URI="https://github.com/streamlink/${PN}.git";
-       inherit git-r3
-fi
-
-DISTUTILS_SINGLE_IMPL=1
-# >= 6.2.1 uses a bunch of setuptools hooks instead of vanilla setuptools
-# 
https://github.com/streamlink/streamlink/commit/194d9bc193f5285bc1ba33af5fd89209a96ad3a7
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE='xml(+),threads(+)'
-inherit distutils-r1
-
-DESCRIPTION="CLI for extracting streams from websites to a video player of 
your choice"
-HOMEPAGE="https://streamlink.github.io/";
-
-if [[ ${PV} != 9999* ]]; then
-       
SRC_URI="https://github.com/streamlink/${PN}/releases/download/${PV}/${P}.tar.gz";
-fi
-
-LICENSE="BSD-2 Apache-2.0"
-SLOT="0"
-if [[ ${PV} != 9999* ]]; then
-       KEYWORDS="amd64 ~arm ~arm64 ~x86"
-fi
-
-# See 
https://github.com/streamlink/streamlink/commit/9d8156dd794ee0919297cd90d85bcc11b8a28358
 for chardet/charset-normalizer dep
-RDEPEND="
-       media-video/ffmpeg
-       $(python_gen_cond_dep '
-               dev-python/exceptiongroup[${PYTHON_USEDEP}]
-       ' 3.10)
-       $(python_gen_cond_dep '
-               dev-python/certifi[${PYTHON_USEDEP}]
-               || (
-                       dev-python/chardet[${PYTHON_USEDEP}]
-                       dev-python/charset-normalizer[${PYTHON_USEDEP}]
-               )
-               >=dev-python/requests-2.26.0[${PYTHON_USEDEP}]
-               dev-python/isodate[${PYTHON_USEDEP}]
-               >=dev-python/lxml-4.6.4[${PYTHON_USEDEP}]
-               >=dev-python/websocket-client-1.2.1[${PYTHON_USEDEP}]
-               dev-python/pycountry[${PYTHON_USEDEP}]
-               >=dev-python/pycryptodome-3.4.3[${PYTHON_USEDEP}]
-               >dev-python/pysocks-1.5.7[${PYTHON_USEDEP}]
-               >=dev-python/trio-0.22.0[${PYTHON_USEDEP}]
-               >=dev-python/trio-websocket-0.9.0[${PYTHON_USEDEP}]
-               >=dev-python/urllib3-1.26.0[${PYTHON_USEDEP}]
-       ')
-"
-BDEPEND="
-       $(python_gen_cond_dep '
-               >=dev-python/setuptools-64[${PYTHON_USEDEP}]
-               >=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}]
-               test? (
-                       >=dev-python/freezegun-1.5.0[${PYTHON_USEDEP}]
-                       dev-python/pytest-trio[${PYTHON_USEDEP}]
-                       dev-python/requests-mock[${PYTHON_USEDEP}]
-               )
-       ')
-"
-
-if [[ ${PV} == 9999* ]]; then
-       RDEPEND+="
-               $(python_gen_cond_dep '
-                       >=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}]
-               ')
-       "
-fi
-
-distutils_enable_tests pytest

diff --git a/net-misc/streamlink/streamlink-7.2.0.ebuild 
b/net-misc/streamlink/streamlink-7.2.0.ebuild
deleted file mode 100644
index e615c3a5b5a1..000000000000
--- a/net-misc/streamlink/streamlink-7.2.0.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} = 9999* ]]; then
-       EGIT_REPO_URI="https://github.com/streamlink/${PN}.git";
-       inherit git-r3
-fi
-
-DISTUTILS_SINGLE_IMPL=1
-# >= 6.2.1 uses a bunch of setuptools hooks instead of vanilla setuptools
-# 
https://github.com/streamlink/streamlink/commit/194d9bc193f5285bc1ba33af5fd89209a96ad3a7
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE='xml(+),threads(+)'
-inherit distutils-r1
-
-DESCRIPTION="CLI for extracting streams from websites to a video player of 
your choice"
-HOMEPAGE="https://streamlink.github.io/";
-
-if [[ ${PV} != 9999* ]]; then
-       
SRC_URI="https://github.com/streamlink/${PN}/releases/download/${PV}/${P}.tar.gz";
-fi
-
-LICENSE="BSD-2 Apache-2.0"
-SLOT="0"
-if [[ ${PV} != 9999* ]]; then
-       KEYWORDS="amd64 ~arm ~arm64 ~x86"
-fi
-
-# See 
https://github.com/streamlink/streamlink/commit/9d8156dd794ee0919297cd90d85bcc11b8a28358
 for chardet/charset-normalizer dep
-RDEPEND="
-       media-video/ffmpeg
-       $(python_gen_cond_dep '
-               dev-python/exceptiongroup[${PYTHON_USEDEP}]
-       ' 3.10)
-       $(python_gen_cond_dep '
-               dev-python/certifi[${PYTHON_USEDEP}]
-               || (
-                       dev-python/chardet[${PYTHON_USEDEP}]
-                       dev-python/charset-normalizer[${PYTHON_USEDEP}]
-               )
-               >=dev-python/requests-2.26.0[${PYTHON_USEDEP}]
-               dev-python/isodate[${PYTHON_USEDEP}]
-               >=dev-python/lxml-4.6.4[${PYTHON_USEDEP}]
-               >=dev-python/websocket-client-1.2.1[${PYTHON_USEDEP}]
-               dev-python/pycountry[${PYTHON_USEDEP}]
-               >=dev-python/pycryptodome-3.4.3[${PYTHON_USEDEP}]
-               >dev-python/pysocks-1.5.7[${PYTHON_USEDEP}]
-               >=dev-python/trio-0.22.0[${PYTHON_USEDEP}]
-               >=dev-python/trio-websocket-0.9.0[${PYTHON_USEDEP}]
-               >=dev-python/urllib3-1.26.0[${PYTHON_USEDEP}]
-       ')
-"
-BDEPEND="
-       $(python_gen_cond_dep '
-               >=dev-python/setuptools-64[${PYTHON_USEDEP}]
-               >=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}]
-               test? (
-                       >=dev-python/freezegun-1.5.0[${PYTHON_USEDEP}]
-                       dev-python/pytest-trio[${PYTHON_USEDEP}]
-                       dev-python/requests-mock[${PYTHON_USEDEP}]
-               )
-       ')
-"
-
-if [[ ${PV} == 9999* ]]; then
-       RDEPEND+="
-               $(python_gen_cond_dep '
-                       >=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}]
-               ')
-       "
-fi
-
-distutils_enable_tests pytest

Reply via email to