[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
330/420: gnu: meson-python: Update to 0.17.1.
From: |
guix-commits |
Subject: |
330/420: gnu: meson-python: Update to 0.17.1. |
Date: |
Tue, 26 Nov 2024 16:29:27 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 942a4c20fedcc7014ae53aa608a441543b7c9623
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 16 11:52:39 2024 +0000
gnu: meson-python: Update to 0.17.1.
* gnu/packages/build-tools.scm (meson-python): Update to 0.17.1.
[propagated-inputs]: Remove python-cython; add python-cython-3.
[native-inputs]: Remove python-cython; add python-cython-3.
Change-Id: Ifd8151f99137a7825321a9e8834c33aff2eebc87
---
gnu/packages/build-tools.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index ed65b681ef..d40d8c1a36 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -348,13 +348,13 @@ resembles Python.")
(define-public meson-python
(package
(name "meson-python")
- (version "0.15.0")
+ (version "0.17.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "meson_python" version))
(sha256
(base32
- "0vyjhjabvm41hqijifk33idbdl62i76kfyf884f9rs29rpp77nzx"))))
+ "10szxcqgki4zwkrwmsirdg68h03k9qmfswd4r5xyz7p1y9lizfgg"))))
(build-system pyproject-build-system)
(arguments
(list #:test-flags #~(list "tests"
@@ -365,7 +365,7 @@ resembles Python.")
(list meson
ninja
python-colorama
- python-cython
+ python-cython-3
python-pyproject-metadata
python-tomli
python-typing-extensions
@@ -375,7 +375,7 @@ resembles Python.")
git-minimal/pinned
patchelf
pkg-config
- python-cython
+ python-cython-3
python-gitpython
python-pytest
python-pytest-cov
- 294/420: gnu: Remove python-pyproject-metadata-0.7., (continued)
- 294/420: gnu: Remove python-pyproject-metadata-0.7., guix-commits, 2024/11/26
- 293/420: gnu: beets-bandcamp: Add maintenance note., guix-commits, 2024/11/26
- 314/420: gnu: python-openpyxl: Update to 3.1.5., guix-commits, 2024/11/26
- 317/420: gnu: python-curio: Update to 1.6., guix-commits, 2024/11/26
- 344/420: gnu: python-beautifulsoup4: Update to 4.12.3., guix-commits, 2024/11/26
- 337/420: gnu: python-versioneer: Simplify tests., guix-commits, 2024/11/26
- 334/420: gnu: python-pytest-mypy: Update to 0.10.3., guix-commits, 2024/11/26
- 333/420: gnu: python-mypy: Update to 1.13.0., guix-commits, 2024/11/26
- 338/420: gnu: python-watchdog: Update to 6.0.0., guix-commits, 2024/11/26
- 354/420: gnu: python-flasgger: Update to 0.9.7.1., guix-commits, 2024/11/26
- 330/420: gnu: meson-python: Update to 0.17.1.,
guix-commits <=
- 349/420: gnu: python-flask: Update to 3.1.0., guix-commits, 2024/11/26
- 345/420: gnu: python-pandas-2: Update to 2.2.3., guix-commits, 2024/11/26
- 356/420: gnu: python-apispec-webframeworks: Update to 1.2.0., guix-commits, 2024/11/26
- 358/420: gnu: python-pytest-httpbin: Update to 2.1.0., guix-commits, 2024/11/26
- 375/420: gnu: python-astroid: Update to 3.3.4., guix-commits, 2024/11/26
- 363/420: gnu: python-tinycss2: Update to 1.4.0., guix-commits, 2024/11/26
- 395/420: gnu: python-icecream: Adjust inputs., guix-commits, 2024/11/26
- 376/420: gnu: python-pylint: Update to 3.3.1., guix-commits, 2024/11/26
- 387/420: gnu: python-pytest-trio: Update to 0.8.0., guix-commits, 2024/11/26
- 393/420: gnu: python-loguru: Update to 0.7.2., guix-commits, 2024/11/26