[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
330/361: gnu: meson-python: Update to 0.17.1.
From: |
guix-commits |
Subject: |
330/361: gnu: meson-python: Update to 0.17.1. |
Date: |
Fri, 22 Nov 2024 06:01:08 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 535152a22f8289802d77f8bc1d11b108a21e9ba7
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
- 283/361: gnu: python-mediafile: Update to 0.13.0., (continued)
- 283/361: gnu: python-mediafile: Update to 0.13.0., guix-commits, 2024/11/22
- 359/361: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/22
- 122/361: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/11/22
- 305/361: gnu: python-pexpect: Update to 4.9.0., guix-commits, 2024/11/22
- 196/361: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/11/22
- 245/361: gnu: nikola: Fix build., guix-commits, 2024/11/22
- 251/361: gnu: behave: Update to 1.2.7.dev5., guix-commits, 2024/11/22
- 317/361: gnu: python-curio: Update to 1.6., guix-commits, 2024/11/22
- 320/361: gnu: python-pickleshare: Improve package style., guix-commits, 2024/11/22
- 324/361: gnu: python-tomli: Update to 2.1.0., guix-commits, 2024/11/22
- 330/361: gnu: meson-python: Update to 0.17.1.,
guix-commits <=
- 337/361: gnu: python-versioneer: Simplify tests., guix-commits, 2024/11/22
- 348/361: gnu: python-itsdangerous: Update to 2.2.0., guix-commits, 2024/11/22
- 353/361: gnu: python-flask-restful: Update to 0.3.10., guix-commits, 2024/11/22