guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add py3status.


From: Efraim Flashner
Subject: Re: [PATCH] gnu: Add py3status.
Date: Tue, 31 May 2016 18:28:48 +0300
User-agent: Mutt/1.6.1 (2016-04-27)

On Mon, May 30, 2016 at 10:01:21PM +0200, Tomáš Čech wrote:
> * gnu/packages/python.scm (python-py3status): New variable.
> ---
>  gnu/packages/python.scm | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
> 
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index dc54bff..d139dbc 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -8788,3 +8788,25 @@ the renaming, moving and extracting of attributes, 
> functions, modules, fields
>  and parameters in Python 2 source code.  These refactorings can also be 
> applied
>  to occurences in strings and comments.")
>      (license gpl2)))
> +
> +(define-public python-py3status
> +  (package
> +    (name "python-py3status")
> +    (version "2.9")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (pypi-uri "py3status" version))
> +       (sha256
> +        (base32
> +         "09y7h8rjay5kzwk5akq7f5f9wqnvjkxhivck04hdc8ny1nw3vqzp"))))
> +    (build-system python-build-system)
> +    (inputs
        ^^^
    native-inputs

> +     `(("python-setuptools" ,python-setuptools)))
> +    (home-page "https://github.com/ultrabug/py3status";)
> +    (synopsis "Extensible i3status wrapper written in python")
> +    (description "py3status is i3status wrapper which extends i3status
                                 ^
                                an
> +functionality in modular way, allowing you to extend your panel with
                   ^
                   a
> +your own code, responding to click events and update clock every
                                        s/update/updating the/
> +second.")
> +    (license bsd-3)))
> -- 
> 2.8.3
> 
> 

-- 
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]