guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 10/11] gnu: Add python-pkginfo.


From: Ludovic Courtès
Subject: Re: [PATCH 10/11] gnu: Add python-pkginfo.
Date: Mon, 18 Sep 2017 22:34:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Cyril Roelandt <address@hidden> skribis:

> * gnu/packages/python.scm (python-pkginfo, python2-pkginfo): New variables.

[...]

> +    (arguments
> +     ;; The tests are broken upstream.
> +     '(#:tests? #f))

If there’s a URL explaining this, please add it.

> +    (synopsis
> +      "Query metadatdata from sdists / bdists / installed packages.")

Rather:  “Query metadata from sdists, bdists, and installed packages”

> +    (description
> +      "API to query the distutils metadata written in the PKG-INFO file 
> inside a
> +source distriubtion (an sdist) or a binary distribution (e.g., created by
> +running bdist_egg).  It can also query the EGG-INFO directory of an installed
> +distribution, and the *.egg-info stored in a “development checkout” (e.g,
> +created by running setup.py develop).")

Please use @code, @file, etc. as appropriate.

Otherwise LGTM!



reply via email to

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