unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: "Tomáš Čech" <sleep_walker@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add py3status.
Date: Tue, 31 May 2016 18:28:48 +0300	[thread overview]
Message-ID: <20160531152848.GB13578@debian-netbook> (raw)
In-Reply-To: <20160530200121.18679-2-sleep_walker@gnu.org>

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

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   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  parent reply	other threads:[~2016-05-31 15:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-30 19:24 [PATCH] gnu: Add py3status Tomáš Čech
2016-05-30 20:01 ` (unknown), Tomáš Čech
2016-05-30 20:01   ` [PATCH] gnu: Add py3status Tomáš Čech
2016-05-31 15:14     ` Ludovic Courtès
2016-05-31 15:28     ` Efraim Flashner [this message]
2016-05-31 15:34       ` Hartmut Goebel

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20160531152848.GB13578@debian-netbook \
    --to=efraim@flashner.co.il \
    --cc=guix-devel@gnu.org \
    --cc=sleep_walker@gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).