guix-patches
[Top][All Lists]
Advanced

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

bug#25878: [PATCH] gnu: Add speedtest-cli.


From: Efraim Flashner
Subject: bug#25878: [PATCH] gnu: Add speedtest-cli.
Date: Thu, 2 Mar 2017 11:16:10 +0200
User-agent: Mutt/1.7.2 (2016-11-26)

On Sun, Feb 26, 2017 at 10:52:21AM +0000, address@hidden wrote:
> From: Pjotr Prins <address@hidden>
> 
> * gnu/packages/networking.scm (speedtest-cli): New variable.
> ---
>  gnu/packages/networking.scm | 24 +++++++++++++++++++++++-
>  1 file changed, 23 insertions(+), 1 deletion(-)
> 
> diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
> index a10fbfe..942ed39 100644
> --- a/gnu/packages/networking.scm
> +++ b/gnu/packages/networking.scm
> @@ -11,6 +11,7 @@
>  ;;; Copyright © 2016, 2017 ng0 <address@hidden>
>  ;;; Copyright © 2016 Arun Isaac <address@hidden>
>  ;;; Copyright © 2016 Benz Schenk <address@hidden>
> +;;; Copyright © 2016 Pjotr Prins <address@hidden>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -80,7 +81,7 @@
>      (description "GNU MAC Changer is a utility for viewing and changing MAC
>  addresses of networking devices.  New addresses may be set explicitly or
>  randomly.  They can include MAC addresses of the same or other hardware 
> vendors
> -or, more generally, MAC addresses of the same category of hardware.") 
> +or, more generally, MAC addresses of the same category of hardware.")
>      (license license:gpl2+)))
>  
>  (define-public miredo
> @@ -1119,3 +1120,24 @@ IPFIX, RSPAN, CLI, LACP, 802.1ag).")
>             license:gpl2                 ; datapath
>             license:bsd-2 license:bsd-3
>             license:asl2.0))))           ; all other
> +
> +(define-public speedtest-cli
> +  (package
> +    (name "speedtest-cli")
> +    (version "1.0.2")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append
> +             "https://github.com/sivel/speedtest-cli/archive/v"; version 
> ".tar.gz"))
> +       (file-name (string-append name "-" version ".tar.gz"))

for my local copy I have it as (uri (pypi-uri "speedtest-cli" version))

> +       (sha256
> +        (base32
> +         "1ir9fqwr7cl9kfq7dgh9vkydkwf59wsx0cwbzbffw8i313xhzxa1"))))
> +    (build-system python-build-system)
> +    (home-page "https://github.com/sivel/speedtest-cli";)
> +    (synopsis "Internet bandwidth tester")
> +    (description
> +     "Command line interface for testing internet bandwidth using
> +speedtest.net.")
> +    (license license:asl2.0)))
> -- 
> 2.8.4
> 
> 
> 
> 

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

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