[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/361: gnu: meson-python: Do not delete LICENSES directory.
From: |
guix-commits |
Subject: |
20/361: gnu: meson-python: Do not delete LICENSES directory. |
Date: |
Fri, 22 Nov 2024 06:00:04 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit bcb3dd95d69d53306b8bfaaa831ab5c4b7312633
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
- 30/361: gnu: python-traitlets: Update to 5.14.1., (continued)
- 30/361: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/11/22
- 33/361: gnu: Add python-rapidfuzz., guix-commits, 2024/11/22
- 72/361: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/11/22
- 76/361: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/11/22
- 67/361: gnu: Add python-rfc3986-validator., guix-commits, 2024/11/22
- 81/361: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/22
- 85/361: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/11/22
- 94/361: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/11/22
- 24/361: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/22
- 28/361: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/11/22
- 20/361: gnu: meson-python: Do not delete LICENSES directory.,
guix-commits <=
- 34/361: gnu: python-cleo: Update to 2.1.0., guix-commits, 2024/11/22
- 35/361: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/11/22
- 31/361: gnu: python-prompt-toolkit: Update to 3.0.43., guix-commits, 2024/11/22
- 37/361: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/11/22
- 43/361: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/11/22
- 75/361: gnu: Add python-nbclassic., guix-commits, 2024/11/22
- 202/361: gnu: python-uqbar: Upgrade to python-team branch., guix-commits, 2024/11/22
- 279/361: gnu: python-pysolr: Update to 3.10.0., guix-commits, 2024/11/22
- 304/361: gnu: python-pexpect: Improve package style., guix-commits, 2024/11/22
- 312/361: gnu: python-pytest-cov: Update to 6.0.0., guix-commits, 2024/11/22