guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit c4cb1c84c520379e9c6b1e7fa60540b55d99b03d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jan 21 14:16:44 2026 +0000
gnu: Remove python-pep621.
* gnu/packages/python-xyz.scm (python-pep621): Delete variable.
Change-Id: Id962df957d978f14e655b3105d53b36d8086fc6d
---
gnu/packages/python-xyz.scm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 310422b1ea..d4b910d7b4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15958,10 +15958,6 @@ validate this input and generate a PEP 643-compliant
metadata
file (e.g. @file{PKG-INFO}).")
(license license:expat)))
-;; pep621 was renamed to pyproject-metadata.
-(define-deprecated-package python-pep621
- python-pyproject-metadata)
-
(define-public python-meson-python
(package
(name "python-meson-python")