emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#30211: closed (gnu: Add streamlink (program to ext


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30211: closed (gnu: Add streamlink (program to extract streams from various services).)
Date: Wed, 24 Jan 2018 21:59:03 +0000

Your message dated Thu, 25 Jan 2018 00:58:26 +0300
with message-id <address@hidden>
and subject line Re: [bug#30211] [PATCH 4/4] gnu: Add streamlink.
has caused the debbugs.gnu.org bug report #30211,
regarding gnu: Add streamlink (program to extract streams from various 
services).
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30211: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30211
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: gnu: Add streamlink (program to extract streams from various services). Date: Mon, 22 Jan 2018 22:33:53 +0300
>From 12f249e717b023a7de3c34763a9a0d7889bbf481 Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <address@hidden>
Date: Fri, 19 Jan 2018 22:58:01 +0300
Subject: [PATCH 1/4] gnu: Add python-iso639.

* gnu/packages/iso-codes.scm (python-iso639): New public variable.
---
 gnu/packages/iso-codes.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/iso-codes.scm b/gnu/packages/iso-codes.scm
index ccd07706c..7ffcea871 100644
--- a/gnu/packages/iso-codes.scm
+++ b/gnu/packages/iso-codes.scm
@@ -23,6 +23,7 @@
   #:use-module (guix packages)
   #:use-module (guix download)
   #:use-module (guix build-system gnu)
+  #:use-module (guix build-system python)
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages python))
@@ -64,3 +65,24 @@ infrastructure.  Moreover, the programmer does not need to 
follow
 changes in the ISO standard and will not work with outdated
 information.")
     (license license:gpl2+)))           ; some bits use the lgpl2
+
+(define-public python-iso639
+  (package
+    (name "python-iso639")
+    (version "0.4.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "iso-639" version))
+       (sha256
+        (base32
+         "0jffmh4m20q8j27xb2fqbnlghjj0cx8pgsbzqisdg65qh2wd976w"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/noumar/iso639";)
+    (synopsis "Python library for ISO 639 standard")
+    (description "This package provides a Python library for ISO 639
+standard.")
+    (license license:agpl3+)))
+
+(define-public python2-iso639
+  (package-with-python2 python-iso639))
-- 
2.15.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#30211] [PATCH 4/4] gnu: Add streamlink. Date: Thu, 25 Jan 2018 00:58:26 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Leo Famulari <address@hidden> writes:

> On Tue, Jan 23, 2018 at 02:05:44PM +0300, Oleg Pykhalov wrote:
>> Leo Famulari <address@hidden> writes:
>> 
>> [...]
>> 
>> > It would be helpful to mention some of the services that it can be used
>> > with.
>> 
>> Or do you mean to list those services as an example?
>> 
>> The issue is I don't know what are free and non-free.
>> 
>> From streamlink source 'plugins/' directory:
>
> Wow, long list! I would just mention a few major ones so that people
> searching with `guix package --search` might get a useful result.

Thank you for the quote and reference to Richard's article!  Well, I'll
add Twitch.tv in the description.  :-\

Also a new version of streamlink was published (thanks guix lint for
notice).  I'll bump a version and add python-requests-mock to
native-inputs as a new test dependency.

Pushed as f48feaa2848d999e100f27301680a01dc3bd7733

Oleg.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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