all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: Oleg Pykhalov <go.wigust@gmail.com>
Cc: 30211@debbugs.gnu.org
Subject: [bug#30211] [PATCH 4/4] gnu: Add streamlink.
Date: Mon, 22 Jan 2018 15:35:49 -0500	[thread overview]
Message-ID: <20180122203549.GD31770@jasmine.lan> (raw)
In-Reply-To: <20180122200525.561-3-go.wigust@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1054 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2018-01-22 20:36 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-22 19:33 [bug#30211] gnu: Add streamlink (program to extract streams from various services) Oleg Pykhalov
2018-01-22 20:05 ` [bug#30211] [PATCH 2/4] gnu: Add python-iso3166 Oleg Pykhalov
2018-01-22 20:05   ` [bug#30211] [PATCH 3/4] gnu: Add python-pycryptodome Oleg Pykhalov
2018-01-22 20:33     ` Leo Famulari
2018-01-23 10:23       ` Oleg Pykhalov
2018-01-23 21:25         ` Leo Famulari
2018-01-24 21:48           ` Oleg Pykhalov
2018-01-22 20:05   ` [bug#30211] [PATCH 4/4] gnu: Add streamlink Oleg Pykhalov
2018-01-22 20:35     ` Leo Famulari [this message]
2018-01-23 10:40       ` Oleg Pykhalov
2018-01-23 11:05       ` Oleg Pykhalov
2018-01-23 21:36         ` Leo Famulari
2018-01-24 21:58           ` bug#30211: " Oleg Pykhalov
2018-01-22 20:29   ` [bug#30211] [PATCH 2/4] gnu: Add python-iso3166 Leo Famulari
2018-01-23 11:25     ` Oleg Pykhalov
2018-01-24 21:50       ` Oleg Pykhalov
2018-01-22 20:28 ` [bug#30211] gnu: Add streamlink (program to extract streams from various services) Leo Famulari
2018-01-23 10:47   ` Oleg Pykhalov
2018-01-23 21:20     ` Leo Famulari
2018-01-24 21:50       ` Oleg Pykhalov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180122203549.GD31770@jasmine.lan \
    --to=leo@famulari.name \
    --cc=30211@debbugs.gnu.org \
    --cc=go.wigust@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.