[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/420: gnu: meson-python: Do not delete LICENSES directory.
From: |
guix-commits |
Subject: |
20/420: gnu: meson-python: Do not delete LICENSES directory. |
Date: |
Tue, 26 Nov 2024 16:28:22 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit bf32ae185ce5d5fa056f4da32c33e1da19c3bb1f
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 3fefd6004c..ed65b681ef 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -360,14 +360,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
- 09/420: guix: toml: Add TOML parser., (continued)
- 09/420: guix: toml: Add TOML parser., guix-commits, 2024/11/26
- 05/420: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/11/26
- 08/420: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/11/26
- 07/420: gnu: criu: Remove temporary workaround., guix-commits, 2024/11/26
- 06/420: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/11/26
- 10/420: build-system/pyproject: Use TOML parser., guix-commits, 2024/11/26
- 11/420: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/11/26
- 12/420: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/11/26
- 14/420: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/11/26
- 15/420: gnu: Add missing import., guix-commits, 2024/11/26
- 20/420: gnu: meson-python: Do not delete LICENSES directory.,
guix-commits <=
- 18/420: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/11/26
- 16/420: gnu: Add missing import (again)., guix-commits, 2024/11/26
- 19/420: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/11/26
- 17/420: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/11/26
- 25/420: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/11/26
- 30/420: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/11/26
- 13/420: doc: Document new options for pyproject-build-system., guix-commits, 2024/11/26
- 32/420: gnu: python-ipython: Update to 8.22.1., guix-commits, 2024/11/26
- 04/420: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/11/26
- 21/420: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/26