mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-wheel-0.40.
* gnu/packages/python-build.scm (python-wheel-0.40): New variable. Change-Id: I67886ba3f30cac77dc92a6cef38cc7b1b971bb9b
This commit is contained in:
parent
e8e51fdb27
commit
1a01bd67e4
1 changed files with 11 additions and 0 deletions
|
@ -389,6 +389,17 @@ 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.")
|
installed with a newer @code{pip} or with wheel's own command line utility.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-wheel-0.40
|
||||||
|
(package
|
||||||
|
(inherit python-wheel)
|
||||||
|
(version "0.40.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "wheel" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0ww8fgkvwv35ypj4cnngczdwp6agr4qifvk2inb32azfzbrrc4fd"))))))
|
||||||
|
|
||||||
;;; TODO: Deprecate with https://github.com/pypa/pyproject-hooks.
|
;;; TODO: Deprecate with https://github.com/pypa/pyproject-hooks.
|
||||||
;;;
|
;;;
|
||||||
;;; From PyPI web page: The core of this package has been renamed to
|
;;; From PyPI web page: The core of this package has been renamed to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue