all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: ng0 <ng0@infotropique.org>
Cc: 28594@debbugs.gnu.org
Subject: [bug#28594] nototools (required for building Noto from source)
Date: Fri, 13 Oct 2017 08:08:54 +0100	[thread overview]
Message-ID: <20171013080854.454f1ac0@cbaines.net> (raw)
In-Reply-To: <20171001184737.o2rsy6dz3b2i5avp@abyayala>

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

On Sun, 1 Oct 2017 18:47:37 +0000
ng0 <ng0@infotropique.org> wrote:

> * gnu/packages/python.scm (python2-defcon): New variable.
> ---
>  gnu/packages/python.scm | 33 +++++++++++++++++++++++++++++++++
>  1 file changed, 33 insertions(+)
> 
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 90cc5283f..6e0dfd01c 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -7501,6 +7501,39 @@ Angus Johnson's Clipper library (ver. 6.2.1)")
>  boolean operations on paths.")
>      (license license:expat)))
>  
> +(define-public python2-defcon
> +  (package
> +    (name "python2-defcon")
> +    (version "0.3.4")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (pypi-uri "defcon" version ".zip"))
> +       (sha256
> +        (base32
> +         "1f41w54fdjy9izxcwzqa142kd56whqsg9nq5k4508jb6iip84h89"))))
> +    (build-system python-build-system)
> +    (arguments
> +     `(#:python ,python-2))
> +    (native-inputs
> +     `(("unzip" ,unzip)
> +       ("python2-pytest-3.0" ,python2-pytest-3.0)
> +       ("python2-pytest-runner" ,python2-pytest-runner)))
> +    (propagated-inputs
> +     `(("python2-fonttools" ,python2-fonttools)
> +       ("python2-ufolib" ,python2-ufolib)))
> +    (home-page "https://pypi.python.org/pypi/defcon")
> +    (synopsis "set of flexible objects for representing UFO data")

I'd suggest:

Flexible objects for representing @acronym{UFO, unified font object}
data.

> +    (description
> +     "Defcon is a set of UFO based objects optimized for use in
> +font editing applications.  The objects are built to be lightweight,
> +fast and flexible.  The objects are very bare-bones and they are not
> +meant to be end-all, be-all objects.  Rather, they are meant to
> provide +base functionality so that you can focus on your
> application’s behavior, +not object observing or maintaining cached
> data.  Defcon implements +UFO3 as described by the UFO font format.")
> +    (license license:expat)))
> +

Maybe markup the first UFO in the description with @acronym as well,
but apart from that, this looks fine.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 963 bytes --]

  parent reply	other threads:[~2017-10-13  7:09 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-25 12:18 [bug#28594] nototools (required for building Noto from source) ng0
2017-10-01 18:41 ` ng0
2017-10-01 18:47   ` ng0
2017-10-13  6:50     ` Christopher Baines
2017-10-13  6:53     ` Christopher Baines
2017-10-13  7:00     ` Christopher Baines
2017-10-13  7:01     ` Christopher Baines
2017-10-13  7:04     ` Christopher Baines
2017-10-13  7:08     ` Christopher Baines [this message]
2017-10-13  7:12     ` Christopher Baines
2017-10-13  8:23       ` ng0
2017-10-13 19:34         ` Christopher Baines
2017-10-13 20:00           ` ng0
2017-10-14  6:32             ` Christopher Baines
2017-10-20 20:09               ` ng0
2017-11-28 19:02                 ` ng0
2017-11-28 19:58                 ` bug#28594: " 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=20171013080854.454f1ac0@cbaines.net \
    --to=mail@cbaines.net \
    --cc=28594@debbugs.gnu.org \
    --cc=ng0@infotropique.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.