This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6682027c99 gnu: Add back deprecated meson-python.
6682027c99 is described below
commit 6682027c99e86051ddb124f12062c1c494feec24
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Mar 2 17:08:39 2026 +0100
gnu: Add back deprecated meson-python.
This is a follow-up to commit 19dbcc92e5601a3431c35357b21047fcdf2bc385 .
* gnu/packages/python-xyz.scm (meson-python): Add back as a deprecated
package.
Change-Id: Ie9e969e414f4c692fea704c8f9183eab0463fba8
---
gnu/packages/python-xyz.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8eecffce7d..0ec525b8f9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15900,6 +15900,8 @@ use of the Meson build system.")
;; XXX: Deprecated on <2026-01-26>.
(define-deprecated/public-alias python-meson-python python-meson)
+;;; Deprecated on 2026-03-02.
+(define-deprecated-package meson-python python-meson)
(define-public python-mccabe
(package