guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch python-team updated: gnu: meson-python: Do not delete LICENSES di


From: guix-commits
Subject: branch python-team updated: gnu: meson-python: Do not delete LICENSES directory.
Date: Tue, 27 Feb 2024 02:41:25 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/python-team by this push:
     new b77f45a62c gnu: meson-python: Do not delete LICENSES directory.
b77f45a62c is described below

commit b77f45a62c71e326aeaab486c700bc51af29760c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 27 08:40:50 2024 +0100

    gnu: meson-python: Do not delete LICENSES directory.
    
    * gnu/packages/build-tools.scm (meson-python)[arguments]: Remove custom
    phases.
    
    Change-Id: I653d18200dbb718791b3e193105b7ce9b22aa6e2
---
 gnu/packages/build-tools.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index de2f538f6f..5488e03aef 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -358,14 +358,7 @@ resembles Python.")
      (list #:test-flags #~(list "tests"
                                 ;; The test_pep518 tries to install
                                 ;; dependencies from the network using pip.
-                                "-k" "not test_pep518")
-           #:phases
-           '(modify-phases %standard-phases
-              ;; This additional top directory confuses setuptools.  We could
-              ;; work around this by overriding the detection of the project
-              ;; directory, but deleting this directory is easier.
-              (add-after 'unpack 'delete-directory
-                (lambda _ (delete-file-recursively "LICENSES"))))))
+                                "-k" "not test_pep518")))
     (propagated-inputs
      (list meson
            ninja



reply via email to

[Prev in Thread] Current Thread [Next in Thread]