[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30211] [PATCH 4/4] gnu: Add streamlink.
From: |
Leo Famulari |
Subject: |
[bug#30211] [PATCH 4/4] gnu: Add streamlink. |
Date: |
Mon, 22 Jan 2018 15:35:49 -0500 |
User-agent: |
Mutt/1.9.2 (2017-12-15) |
On Mon, Jan 22, 2018 at 11:05:25PM +0300, Oleg Pykhalov wrote:
> * gnu/packages/video.scm (streamlink): New public variable.
> +(define-public streamlink
> + (inputs
> + `(("python-pysocks" ,python-pysocks)
> + ("python-websocket-client" ,python-websocket-client)
> + ("python-iso3166" ,python-iso3166)
> + ("python-iso639" ,python-iso639)
> + ("python-pycryptodome" ,python-pycryptodome)
> + ("python-requests" ,python-requests)
> + ("python-pytest" ,python-pytest)
> + ("python-mock" ,python-mock)))
In general, run-time Python dependencies need to be propagated-inputs.
However, some of these are probably only used while building and can be
native-inputs; I'd guess that pytest and mock are in that category.
> + (synopsis "Extract streams from various services")
> + (description "Streamlink is command-line utility that extracts streams
> +from various services and pipes them into a video player of choice.")
It would be helpful to mention some of the services that it can be used
with.
signature.asc
Description: PGP signature
[bug#30211] [PATCH 4/4] gnu: Add streamlink., Oleg Pykhalov, 2018/01/22
[bug#30211] [PATCH 2/4] gnu: Add python-iso3166., Leo Famulari, 2018/01/22
[bug#30211] gnu: Add streamlink (program to extract streams from various services)., Leo Famulari, 2018/01/22