[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
- 45/222: gnu: python-mistletoe: Add missing inputs., (continued)
- 45/222: gnu: python-mistletoe: Add missing inputs., guix-commits, 2024/11/01
- 07/222: gnu: criu: Remove temporary workaround., guix-commits, 2024/11/01
- 13/222: doc: Document new options for pyproject-build-system., guix-commits, 2024/11/01
- 19/222: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/11/01
- 43/222: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/11/01
- 46/222: gnu: python-mysqlclient: Add missing inputs., guix-commits, 2024/11/01
- 52/222: gnu: python-pyproject-metadata: Disable two tests., guix-commits, 2024/11/01
- 12/222: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/11/01
- 17/222: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/11/01
- 16/222: gnu: Add missing import (again)., guix-commits, 2024/11/01
- 20/222: gnu: meson-python: Do not delete LICENSES directory.,
guix-commits <=
- 22/222: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/01
- 32/222: gnu: python-ipython: Update to 8.22.1., guix-commits, 2024/11/01
- 39/222: gnu: java-testng: Drop input labels., guix-commits, 2024/11/01
- 47/222: gnu: python-vine: Add missing inputs., guix-commits, 2024/11/01
- 23/222: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/11/01
- 35/222: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/11/01
- 34/222: gnu: python-cleo: Update to 2.1.0., guix-commits, 2024/11/01
- 37/222: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/11/01
- 44/222: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/11/01
- 50/222: gnu: python-billiard: Add missing inputs., guix-commits, 2024/11/01