Cyril Roelandt <tipec...@gmail.com> 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!