guix-patches
[Top][All Lists]
Advanced

[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.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]