guix-commits
[Top][All Lists]
Advanced

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

20/222: gnu: meson-python: Do not delete LICENSES directory.


From: guix-commits
Subject: 20/222: gnu: meson-python: Do not delete LICENSES directory.
Date: Fri, 1 Nov 2024 10:56:15 -0400 (EDT)

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

commit 0e92b2540e764a9983858fa8f070d7bf1eef0e80
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 a4eea70951..8556d31138 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -357,14 +357,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]