streamlink: update to 7.0.0

This commit is contained in:
Tom Strausbaugh 2024-11-07 10:11:41 -05:00 committed by cinerea0
parent d8578466cd
commit 056d127799
1 changed files with 3 additions and 5 deletions

View File

@ -1,23 +1,21 @@
# Template file for 'streamlink' # Template file for 'streamlink'
pkgname=streamlink pkgname=streamlink
version=6.11.0 version=7.0.0
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-wheel python3-versioningit" hostmakedepends="python3-wheel python3-versioningit"
depends="python3-lxml python3-pycryptodome python3-pycountry depends="python3-lxml python3-pycryptodome python3-pycountry
python3-pysocks python3-requests python3-websocket-client python3-isodate python3-pysocks python3-requests python3-websocket-client python3-isodate
python3-urllib3 python3-certifi python3-typing_extensions python3-trio python3-trio-websocket" python3-urllib3 python3-certifi python3-typing_extensions python3-trio python3-trio-websocket"
checkdepends="$depends python3-pytest python3-mock python3-requests-mock checkdepends="$depends python3-pytest python3-requests-mock python3-pytest-trio python3-freezegun"
python3-freezegun"
short_desc="Utility extracting streams from services, forked from livestreamer" short_desc="Utility extracting streams from services, forked from livestreamer"
maintainer="Tom Strausbaugh <tstrausbaugh@straustech.net>" maintainer="Tom Strausbaugh <tstrausbaugh@straustech.net>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://streamlink.github.io/" homepage="https://streamlink.github.io/"
changelog="https://raw.githubusercontent.com/streamlink/streamlink/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/streamlink/streamlink/master/CHANGELOG.md"
distfiles="https://github.com/streamlink/streamlink/releases/download/$version/streamlink-$version.tar.gz" distfiles="https://github.com/streamlink/streamlink/releases/download/$version/streamlink-$version.tar.gz"
checksum=562e5d753ca109e1956207de4ac27c337ce6b99fbe7ed7203b945105ed5b2f86 checksum=51a4062862e6795d694046ca6e70549d6d13583c640d1505966804b0e03feff2
make_check_pre="env PYTHONPATH=src" make_check_pre="env PYTHONPATH=src"
make_check=ci-skip # some tests fail when running as root
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE