guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit a9701b91dcedaabd50d5c55ecf54194fbd53caa8
Author: Maxim Cournoyer <maxim.courno...@gmail.com>
AuthorDate: Thu Nov 28 21:16:41 2024 +0900

    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 <sharlata...@gmail.com>
---
 guix/build/pyproject-build-system.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/guix/build/pyproject-build-system.scm 
b/guix/build/pyproject-build-system.scm
index 4ad3a0d701..9ba8b1eb7c 100644
--- a/guix/build/pyproject-build-system.scm
+++ b/guix/build/pyproject-build-system.scm
@@ -180,8 +180,9 @@ builder.build_wheel(sys.argv[3], 
config_settings=config_settings)"
       (format #t "test suite not run~%")))
 
 (define* (install #:key inputs outputs #:allow-other-keys)
-  "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
+  "Install a wheel file according to PEP 427."
+  ;; See <https://packaging.python.org/en/latest/specifications/\
+  ;; binary-distribution-format/#binary-distribution-format>.
   (let ((site-dir (site-packages inputs outputs))
         (python (assoc-ref inputs "python"))
         (out (assoc-ref outputs "out")))

Reply via email to