guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 19dbcc92e5601a3431c35357b21047fcdf2bc385
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Mar 2 15:53:08 2026 +0100

    gnu: Remove meson-python.
    
    * gnu/packages/build-tools.scm (meson-python): Delete variable.
    
    Fixes: guix/guix#5959
    Change-Id: I6ce0ca69685bc250ad357ed072726fe026604559
---
 gnu/packages/build-tools.scm | 39 ---------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 26cc4cbef6..07217ea12d 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
 resembles Python.")
     (license license:asl2.0)))
 
-(define-public meson-python
-  (package
-    (name "meson-python")
-    (version "0.17.1")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "meson_python" version))
-              (sha256
-               (base32
-                "10szxcqgki4zwkrwmsirdg68h03k9qmfswd4r5xyz7p1y9lizfgg"))))
-    (build-system pyproject-build-system)
-    (arguments
-     (list #:test-flags #~(list "tests"
-                                ;; The test_pep518 tries to install
-                                ;; dependencies from the network using pip.
-                                "-k" "not test_pep518")))
-    (propagated-inputs
-     (list meson
-           ninja/pinned
-           python-colorama
-           python-cython
-           python-pyproject-metadata
-           python-tomli
-           python-typing-extensions
-           python-wheel))
-    (native-inputs
-     (list ;; For tests.
-           git-minimal/pinned
-           patchelf
-           pkg-config
-           python-cython
-           python-gitpython
-           python-pytest
-           python-pytest-mock))
-    (home-page "https://github.com/mesonbuild/meson-python";)
-    (synopsis "Meson-based build backend for Python")
-    (description "Meson-python is a PEP 517 build backend for Meson projects.")
-    (license license:expat)))
-
 (define-public muon
   (package
     (name "muon")

Reply via email to