commit:     4d0c8ee8b28d6f24f28b527919fd744d751ee687
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  9 11:16:35 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  9 11:17:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0c8ee8

net-misc/streamlink: add 7.1.2

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

 net-misc/streamlink/Manifest                |  1 +
 net-misc/streamlink/streamlink-7.1.2.ebuild | 76 +++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)

diff --git a/net-misc/streamlink/Manifest b/net-misc/streamlink/Manifest
index e8bea8c2d5f5..6e20978fdac3 100644
--- a/net-misc/streamlink/Manifest
+++ b/net-misc/streamlink/Manifest
@@ -1,2 +1,3 @@
 DIST streamlink-6.11.0.tar.gz 763094 BLAKE2B 
7fb0a84088991bc5a7514e0a40d5c05d3a14da5cffbcb255c5e5767fcae8c745a6397cbe79b0b0fd5bebab32b0d8d6c015931af03e6eaa199b5ed9437d0f3a7e
 SHA512 
e6d6e49d2df0aa76ebca76c0b3ada085eac59553423a5ccaa3d5cb62f6be0a679da36c4f78a3e1fea48b22144e705b8de9e46fc146c1c93889ef0c056d59fc7b
 DIST streamlink-7.1.1.tar.gz 771209 BLAKE2B 
812e2ddfda1780b72c03c1aac1fb1ab4f0cc9d0b347d2a6a2ff8d2e6a627e51d3920a63b46d8074525a1003cd1a9e10f6f6e6b75423ba436a754e9bb97ce795e
 SHA512 
f379ecfb1aaf7962ee082b2526497678c8f10c0accba1aab72776ed5cd16a67e61ae52643028c5fb770bfc0a309e28d8dc88a8aec7e7e20c0f3388b103a4b71c
+DIST streamlink-7.1.2.tar.gz 772724 BLAKE2B 
0a5165e0ec33c127272e4f232fc0ee421bafc54147a1e99424bbbd45ebb41ee2d8bae4fa68e278c1ddf26e8bc9cfe401616e108a2a1fa93fa34d4561046028f4
 SHA512 
da552336700a0b7e391435aa3e369d0f8b2868a13e15dd5110869a67d164b6775f924fe09839c00bf9f5d9ce0935380ec8c0996fdc58b82c6bbe5e6c6f89ec04

diff --git a/net-misc/streamlink/streamlink-7.1.2.ebuild 
b/net-misc/streamlink/streamlink-7.1.2.ebuild
new file mode 100644
index 000000000000..1822f3313d84
--- /dev/null
+++ b/net-misc/streamlink/streamlink-7.1.2.ebuild
@@ -0,0 +1,76 @@
+# 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.0.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