[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!
- [PATCH 07/11] gnu: Add python-ipaddress., (continued)
- [PATCH 07/11] gnu: Add python-ipaddress., Cyril Roelandt, 2017/09/11
- [PATCH 06/11] gnu: Add python-nose-timer., Cyril Roelandt, 2017/09/11
- [PATCH 08/11] gnu: Update the propagated inputs of python-urllib3., Cyril Roelandt, 2017/09/11
- [PATCH 10/11] gnu: Add python-pkginfo., Cyril Roelandt, 2017/09/11
- [PATCH 11/11] gnu: Add python-twine., Cyril Roelandt, 2017/09/11
- [PATCH 09/11] gnu: Add python-tqdm., Cyril Roelandt, 2017/09/11