guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit f90c4861c6ac2d40f2eebdf6d03da5db01df24d2
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 17 14:31:12 2026 +0000
gnu: Remove python-flit-core-next.
* gnu/packages/python-build.scm (python-flit-core-next): Delete variable.
Change-Id: Icb7703b21bc37a4bff6180450d5cfc1617f2dab7
---
gnu/packages/python-build.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index b783e840e2..53f0649f13 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -1215,9 +1215,6 @@ specified by PEP 517, @code{flit_core.buildapi}.")
(delete "python-toml")
(prepend python-tomli)))))
-(define-deprecated/public-alias python-flit-core-next
- python-flit-core) ;may be removed after 2025-12-01
-
(define-public python-flit-scm
(package
(name "python-flit-scm")