summaryrefslogtreecommitdiff
path: root/gnu/packages/build-tools.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-03-02 15:53:08 +0100
committerAndreas Enge <andreas@enge.fr>2026-03-02 15:57:23 +0100
commit19dbcc92e5601a3431c35357b21047fcdf2bc385 (patch)
tree05c8ccd9c90df612d856b567c4248a14dc65e391 /gnu/packages/build-tools.scm
parentaa7a476549123c6f3a5b4059df957567794e2f6a (diff)
gnu: Remove meson-python.
* gnu/packages/build-tools.scm (meson-python): Delete variable. Fixes: guix/guix#5959 Change-Id: I6ce0ca69685bc250ad357ed072726fe026604559
Diffstat (limited to 'gnu/packages/build-tools.scm')
-rw-r--r--gnu/packages/build-tools.scm39
1 files changed, 0 insertions, 39 deletions
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 26cc4cbef60..07217ea12d5 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -424,45 +424,6 @@ files}, are written in a custom domain-specific language (@dfn{DSL}) that
424resembles Python.") 424resembles Python.")
425 (license license:asl2.0))) 425 (license license:asl2.0)))
426 426
427(define-public meson-python
428 (package
429 (name "meson-python")
430 (version "0.17.1")
431 (source (origin
432 (method url-fetch)
433 (uri (pypi-uri "meson_python" version))
434 (sha256
435 (base32
436 "10szxcqgki4zwkrwmsirdg68h03k9qmfswd4r5xyz7p1y9lizfgg"))))
437 (build-system pyproject-build-system)
438 (arguments
439 (list #:test-flags #~(list "tests"
440 ;; The test_pep518 tries to install
441 ;; dependencies from the network using pip.
442 "-k" "not test_pep518")))
443 (propagated-inputs
444 (list meson
445 ninja/pinned
446 python-colorama
447 python-cython
448 python-pyproject-metadata
449 python-tomli
450 python-typing-extensions
451 python-wheel))
452 (native-inputs
453 (list ;; For tests.
454 git-minimal/pinned
455 patchelf
456 pkg-config
457 python-cython
458 python-gitpython
459 python-pytest
460 python-pytest-mock))
461 (home-page "https://github.com/mesonbuild/meson-python")
462 (synopsis "Meson-based build backend for Python")
463 (description "Meson-python is a PEP 517 build backend for Meson projects.")
464 (license license:expat)))
465
466(define-public muon 427(define-public muon
467 (package 428 (package
468 (name "muon") 429 (name "muon")