mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
build/pyproject: Update PEP 427 reference URL in comment.
* guix/build/pyproject-build-system.scm (install): Update reference URL. Change-Id: Icf5dcc7254c33e8e466773ee66a2fd5648d583da Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
beb6357463
commit
1d0493e58d
1 changed files with 3 additions and 2 deletions
|
@ -180,8 +180,9 @@ builder.build_wheel(sys.argv[3], config_settings=config_settings)"
|
||||||
(format #t "test suite not run~%")))
|
(format #t "test suite not run~%")))
|
||||||
|
|
||||||
(define* (install #:key inputs outputs #:allow-other-keys)
|
(define* (install #:key inputs outputs #:allow-other-keys)
|
||||||
"Install a wheel file according to PEP 427"
|
"Install a wheel file according to PEP 427."
|
||||||
;; See https://www.python.org/dev/peps/pep-0427/#installing-a-wheel-distribution-1-0-py32-none-any-whl
|
;; See <https://packaging.python.org/en/latest/specifications/\
|
||||||
|
;; binary-distribution-format/#binary-distribution-format>.
|
||||||
(let ((site-dir (site-packages inputs outputs))
|
(let ((site-dir (site-packages inputs outputs))
|
||||||
(python (assoc-ref inputs "python"))
|
(python (assoc-ref inputs "python"))
|
||||||
(out (assoc-ref outputs "out")))
|
(out (assoc-ref outputs "out")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue