commit:     9320ad28319122fa54745533724a793be777d3d3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 23:39:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 23:39:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9320ad28

net-misc/streamlink: add 6.0.0

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

 net-misc/streamlink/Manifest                                     | 1 +
 .../{streamlink-9999.ebuild => streamlink-6.0.0.ebuild}          | 9 ++++++---
 net-misc/streamlink/streamlink-9999.ebuild                       | 9 ++++++---
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/net-misc/streamlink/Manifest b/net-misc/streamlink/Manifest
index c1e57152edb1..27912aff3dce 100644
--- a/net-misc/streamlink/Manifest
+++ b/net-misc/streamlink/Manifest
@@ -1 +1,2 @@
 DIST streamlink-5.5.1.tar.gz 536064 BLAKE2B 
0a651c5dcf9fe0a70ee93505ad0a0ea6aaf10739edc763a796633ce34b8235e4aa6a5a45bd1f6dd2591ced9cd87141d4b89d34e9e399d6166d74c9c3ee12f5ea
 SHA512 
2d7fd75bbf356baaf91791930e74e361b37abf0ff1251fa3022ca216dc16a8610635089cb746506baec82c31f8bc569e3b8e538b17ba910389168e61dcdbbe0f
+DIST streamlink-6.0.0.tar.gz 681437 BLAKE2B 
32d8e334fd88efddf0532d459352d9a66276a69020d7be30632772636085e67b8dfc70606c9d5fb8b7ff14185c41774b4caa1a5a6b7dbbc698d4931739aeff1e
 SHA512 
6726cfc5c4cb1572e2e476ec097db6edaace2516efb9e01c52498cfac8cc3f319b9aa4475f6726f7b9a0a15ddc0a8a3de37e1cadc995acbfaba6a8e198051e2c

diff --git a/net-misc/streamlink/streamlink-9999.ebuild 
b/net-misc/streamlink/streamlink-6.0.0.ebuild
similarity index 83%
copy from net-misc/streamlink/streamlink-9999.ebuild
copy to net-misc/streamlink/streamlink-6.0.0.ebuild
index 6c6140e9a8da..7d0a43ab5bbb 100644
--- a/net-misc/streamlink/streamlink-9999.ebuild
+++ b/net-misc/streamlink/streamlink-6.0.0.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://streamlink.github.io/";
 
 if [[ ${PV} != 9999* ]]; then
        
SRC_URI="https://github.com/streamlink/${PN}/releases/download/${PV}/${P}.tar.gz";
-       KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+       KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 LICENSE="BSD-2 Apache-2.0"
@@ -28,13 +28,15 @@ SLOT="0"
 DEPEND="
        $(python_gen_cond_dep '
                dev-python/certifi[${PYTHON_USEDEP}]
-               >dev-python/requests-2.21.0[${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[${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}]
                >=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}]
        ')
@@ -50,6 +52,7 @@ BDEPEND="
                        dev-python/mock[${PYTHON_USEDEP}]
                        >=dev-python/freezegun-1.0.0[${PYTHON_USEDEP}]
                        dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+                       dev-python/pytest-trio[${PYTHON_USEDEP}]
                        dev-python/requests-mock[${PYTHON_USEDEP}]
                )
        ')

diff --git a/net-misc/streamlink/streamlink-9999.ebuild 
b/net-misc/streamlink/streamlink-9999.ebuild
index 6c6140e9a8da..7d0a43ab5bbb 100644
--- a/net-misc/streamlink/streamlink-9999.ebuild
+++ b/net-misc/streamlink/streamlink-9999.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://streamlink.github.io/";
 
 if [[ ${PV} != 9999* ]]; then
        
SRC_URI="https://github.com/streamlink/${PN}/releases/download/${PV}/${P}.tar.gz";
-       KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+       KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 LICENSE="BSD-2 Apache-2.0"
@@ -28,13 +28,15 @@ SLOT="0"
 DEPEND="
        $(python_gen_cond_dep '
                dev-python/certifi[${PYTHON_USEDEP}]
-               >dev-python/requests-2.21.0[${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[${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}]
                >=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}]
        ')
@@ -50,6 +52,7 @@ BDEPEND="
                        dev-python/mock[${PYTHON_USEDEP}]
                        >=dev-python/freezegun-1.0.0[${PYTHON_USEDEP}]
                        dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+                       dev-python/pytest-trio[${PYTHON_USEDEP}]
                        dev-python/requests-mock[${PYTHON_USEDEP}]
                )
        ')

Reply via email to