[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67813] [PATCH 02/12] gnu: meson-python: Update to 0.13.1.
From: |
Nicolas Graves |
Subject: |
[bug#67813] [PATCH 02/12] gnu: meson-python: Update to 0.13.1. |
Date: |
Wed, 13 Dec 2023 22:56:22 +0100 |
* gnu/packages/build-tools.scm (meson-python): Update to 0.13.1.
[arguments](build-backend): Remove unnecessary keyword.
[propagated-inputs]: Replace meson by meson/newer.
---
gnu/packages/build-tools.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index a03939d48e..d37c2d2761 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -346,24 +346,21 @@ (define-public meson/newer
(define-public meson-python
(package
(name "meson-python")
- (version "0.12.1")
+ (version "0.13.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "meson_python" version))
(sha256
(base32
- "1hpjw9qj6ff8ixjs0pz7qysc8v57jxgaf5n1p6bqm9bh3mc3wnrx"))))
+ "063n7jg0k83bsd07rvcfzwjqklnba68dpnpy9kx44p220401gcv3"))))
(build-system pyproject-build-system)
(arguments
- ;; The project is configured to use itself to build ('mesonpy') and fails;
- ;; use another PEP 517 build system.
- (list #:build-backend "setuptools.build_meta"
- #:test-flags #~(list "tests"
+ (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
+ (list meson/newer
ninja
python-colorama
python-pyproject-metadata
--
2.41.0
- [bug#67813] [PATCH 00/12] Update python-pandas to version 2.1.1., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 01/12] gnu: meson/newer: Update to 1.2.1., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 02/12] gnu: meson-python: Update to 0.13.1.,
Nicolas Graves <=
- [bug#67813] [PATCH 08/12] gnu: python-openpyxl: Update to 3.0.10., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 09/12] gnu: Add python-contourpy., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 10/12] gnu: python-matplotlib: Update to 3.6.3., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 04/12] gnu: python-pyproject-metadata: Update to 0.7.1., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 03/12] gnu: python-cython: Update to 0.29.33., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 05/12] gnu: Add python-tzdata., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 07/12] gnu: python-pytest-xdist: Use pyproject-build-system., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 06/12] gnu: python-jinja2: Update to 3.1.2., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 11/12] gnu: Add python-pytest-next., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 12/12] gnu: python-pandas: Update to 2.1.1., Nicolas Graves, 2023/12/13