mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
streamlink: switch to pycryptodome
This commit is contained in:
parent
61129b39e5
commit
0a9396a547
1 changed files with 5 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'streamlink'
|
# Template file for 'streamlink'
|
||||||
pkgname=streamlink
|
pkgname=streamlink
|
||||||
version=0.12.1
|
version=0.12.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="streamlink streamlink_cli"
|
pycompile_module="streamlink streamlink_cli"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-crypto python3-pycountry python3-pysocks python3-requests
|
depends="python3-setuptools python3-pycryptodome python3-pycountry
|
||||||
python3-websocket-client"
|
python3-pysocks python3-requests python3-websocket-client"
|
||||||
checkdepends="python3-crypto python3-pycountry python3-pysocks python3-pytest
|
checkdepends="python3-pycryptodome python3-pycountry python3-pysocks
|
||||||
python3-requests python3-requests-mock python3-websocket-client"
|
python3-pytest python3-requests-mock python3-websocket-client"
|
||||||
short_desc="Utility extracting streams from services, forked from livestreamer"
|
short_desc="Utility extracting streams from services, forked from livestreamer"
|
||||||
maintainer="wkuipers <wietse@kuiprs.nl>"
|
maintainer="wkuipers <wietse@kuiprs.nl>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
|
@ -18,7 +18,6 @@ homepage="https://streamlink.github.io/"
|
||||||
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=b64b168b5fd655a9a2d355b17c13073dc6102b6084658691f048bf68f9b3c800
|
checksum=b64b168b5fd655a9a2d355b17c13073dc6102b6084658691f048bf68f9b3c800
|
||||||
|
|
||||||
export STREAMLINK_USE_PYCRYPTO=1
|
|
||||||
export STREAMLINK_USE_PYCOUNTRY=1
|
export STREAMLINK_USE_PYCOUNTRY=1
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue