commit: 759094315c51de28b1e7b424a26a04c094f35f67
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 8 20:52:09 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 8 20:52:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75909431
net-misc/streamlink: add 7.5.0
Switch to EPYTEST_PLUGINS just anyway but also because noseofyeti
broke tests for me as I happened to have it installed:
> file
> /var/tmp/portage/net-misc/streamlink-7.5.0/work/streamlink-7.5.0/tests/cli/test_argparser.py,
> line 355
> @pytest.fixture()
> def session(self, session: Streamlink, console: Mock, parser:
> ArgumentParser, plugin: type[Plugin]):
> E fixture 'self' not found
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/streamlink/Manifest | 1 +
net-misc/streamlink/{streamlink-9999.ebuild => streamlink-7.5.0.ebuild} | 2 ++
net-misc/streamlink/streamlink-9999.ebuild | 2 ++
3 files changed, 5 insertions(+)
diff --git a/net-misc/streamlink/Manifest b/net-misc/streamlink/Manifest
index d56be9372205..aeec561c9fa6 100644
--- a/net-misc/streamlink/Manifest
+++ b/net-misc/streamlink/Manifest
@@ -1,2 +1,3 @@
DIST streamlink-7.3.0.tar.gz 790002 BLAKE2B
9d92594a3ad6d9ea6310eb32465160217f3b1368923cbdf40d6582685810a9897fe2d9a17640df79bbd7b9c2e9d31cd4ec0b61a891f2ad4166e0b83726d98ff5
SHA512
08f09752a4987f2509bc83ac66220369fd1fd45e8a05cc1641fca56afe2e6fecff5a48a84486f2ab1144af606a26ab9d4b37e62ace0d86087acfe99d803396c1
DIST streamlink-7.4.0.tar.gz 792377 BLAKE2B
fe5b995fee0c72f1d5d54506740ce8cc5f6de1844f2469e96c51cfefd816286f770656bde13a03483a6dbe04eb17a5726ab7837525edb5eb476ac39c2b1f7fde
SHA512
c70035a43e254138ea2e38fdadebd1b441912dde4a09d7f1d3997c2fdc91692cebec0916e63929cca3ccf5bf658c7586d5fee9c24584fbc848d903f912e011c7
+DIST streamlink-7.5.0.tar.gz 797855 BLAKE2B
1840d157bf0f5d40f089763d08b3758b5f6828df7079a0fbc1d9ce6a9d202f176461e1eed241b747c5720ed94c97f14487cace0455d58c840326288ac57d2d7f
SHA512
00a2d801eb9afafa1fd9a1a79f87bfd0feb0fbeb70be28962dbe1e1212eabc8cdf60048cc994d686a5ee46a0658b34a5a583417da40e26e6eb41ae83a796b782
diff --git a/net-misc/streamlink/streamlink-9999.ebuild
b/net-misc/streamlink/streamlink-7.5.0.ebuild
similarity index 97%
copy from net-misc/streamlink/streamlink-9999.ebuild
copy to net-misc/streamlink/streamlink-7.5.0.ebuild
index 9b65a3f38651..e5d19830e31f 100644
--- a/net-misc/streamlink/streamlink-9999.ebuild
+++ b/net-misc/streamlink/streamlink-7.5.0.ebuild
@@ -68,4 +68,6 @@ if [[ ${PV} == 9999* ]]; then
"
fi
+EPYTEST_PLUGINS=( pytest-trio freezegun requests-mock )
+
distutils_enable_tests pytest
diff --git a/net-misc/streamlink/streamlink-9999.ebuild
b/net-misc/streamlink/streamlink-9999.ebuild
index 9b65a3f38651..e5d19830e31f 100644
--- a/net-misc/streamlink/streamlink-9999.ebuild
+++ b/net-misc/streamlink/streamlink-9999.ebuild
@@ -68,4 +68,6 @@ if [[ ${PV} == 9999* ]]; then
"
fi
+EPYTEST_PLUGINS=( pytest-trio freezegun requests-mock )
+
distutils_enable_tests pytest