summaryrefslogtreecommitdiff
path: root/gnu/packages
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
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')
-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
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")