all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: Danny Milosavljevic <dannym+a@scratchpost.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add python-wcwidth and python2-wcwidth.
Date: Mon, 13 Jun 2016 16:59:14 -0400	[thread overview]
Message-ID: <20160613205914.GA12302@jasmine> (raw)
In-Reply-To: <20160612174006.64cd5ff6@scratchpost.org>

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

On Sun, Jun 12, 2016 at 05:40:06PM +0200, Danny Milosavljevic wrote:
> * gnu/packages/python.scm (python-wcwidth, python2-wcwidth): New variables.

Thanks for the patch!

What do you think of the attached changes to the synopsis and
description?

[-- Attachment #2: python-wcwidth.diff --]
[-- Type: text/x-diff, Size: 1376 bytes --]

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 3168de7..4c15771 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9197,18 +9197,19 @@ are optionally backed by a C extension built on librdkafka.")
       (uri (string-append
              "https://pypi.python.org/packages/"
              "c2/d1/7689293086a8d5320025080cde0e3155b94ae0a7496fb89a3fbaa92c354a/"
-             "wcwidth-"
-             version
-             ".tar.gz"))
+             "wcwidth-" version ".tar.gz"))
       (sha256
         (base32
           "02wjrpf001gjdjsaxxbzcwfg19crlk2dbddayrfc2v06f53yrcyw"))))
   (build-system python-build-system)
   (home-page "https://github.com/jquast/wcwidth")
   (synopsis
-    "Measures number of Terminal column cells of wide-character codes")
-  (description
-    "Measures number of Terminal column cells of wide-character codes")
+    "Measures number of terminal column cells of wide-character codes.")
+  (description "Wcwidth measures the number of terminal column cells of
+wide-character codes.  It is useful for those implementing a terminal emulator,
+or programs that carefully produce output to be interpreted by one.  It is a
+Python implementation of the @code{wcwidth} and @code{wcwidth} C functions
+specified in POSIX.1-2001 and POSIX.1-2008.")
   (license license:expat)))
 
 (define-public python2-wcwidth

  reply	other threads:[~2016-06-13 20:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-12 15:40 [PATCH] gnu: Add python-wcwidth and python2-wcwidth Danny Milosavljevic
2016-06-13 20:59 ` Leo Famulari [this message]
2016-06-14 12:13   ` Danny Milosavljevic
2016-06-14 13:41     ` Leo Famulari
2016-06-14 23:15       ` Danny Milosavljevic
2016-06-15  1:52         ` Leo Famulari
2016-06-15 14:45           ` Leo Famulari

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=20160613205914.GA12302@jasmine \
    --to=leo@famulari.name \
    --cc=dannym+a@scratchpost.org \
    --cc=guix-devel@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 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.