gnu: python-wheel: Clarify description.
* gnu/packages/python.scm (python-wheel): Do it.
This commit is contained in:
parent
10468636ff
commit
e1ba074999
|
@ -2132,11 +2132,15 @@ with sensible defaults out of the box.")
|
|||
("python-jsonschema" ,python-jsonschema)
|
||||
("python-pytest-cov" ,python-pytest-cov)))
|
||||
(home-page "https://bitbucket.org/pypa/wheel/")
|
||||
(synopsis "Built-package format for Python")
|
||||
(synopsis "Format for built Python packages")
|
||||
(description
|
||||
"A wheel is a ZIP-format archive with a specially formatted filename and the
|
||||
.whl extension. It is designed to contain all the files for a PEP 376
|
||||
compatible install in a way that is very close to the on-disk format.")
|
||||
"A wheel is a ZIP-format archive with a specially formatted filename and
|
||||
the @code{.whl} extension. It is designed to contain all the files for a PEP
|
||||
376 compatible install in a way that is very close to the on-disk format. Many
|
||||
packages will be properly installed with only the @code{Unpack} step and the
|
||||
unpacked archive preserves enough information to @code{Spread} (copy data and
|
||||
scripts to their final locations) at any later time. Wheel files can be
|
||||
installed with a newer @code{pip} or with wheel's own command line utility.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-wheel
|
||||
|
|
Loading…
Reference in New Issue