M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +1 -1
@@ 4979,7 4979,7 @@ in the audio domain.")
python-xxhash))
(native-inputs
(list openssl
- python-flit-core-next
+ python-flit-core
python-pytest
python-pytest-cov))
(home-page "https://pyg.org")
M gnu/packages/pdf.scm => gnu/packages/pdf.scm +1 -1
@@ 1484,7 1484,7 @@ converter using the Poppler and Cairo libraries.")
" and not "))))
(native-inputs
(list python-flit
- python-flit-core-next
+ python-flit-core
python-pytest
python-pytest-socket
python-pytest-timeout
M gnu/packages/python-build.scm => gnu/packages/python-build.scm +3 -1
@@ 36,6 36,7 @@
#:use-module (guix build-system python)
#:use-module (guix build-system pyproject)
#:use-module (guix gexp)
+ #:use-module (guix deprecation)
#:use-module (guix download)
#:use-module (guix git-download)
#:use-module (guix packages))
@@ 614,7 615,8 @@ specified by PEP 517, @code{flit_core.buildapi}.")
(delete "python-toml")
(prepend python-tomli)))))
-(define-public python-flit-core-next python-flit-core)
+(define-deprecated/public-alias python-flit-core-next
+ python-flit-core) ;may be removed after 2025-12-01
(define-public python-flit-scm
(package
M gnu/packages/python-check.scm => gnu/packages/python-check.scm +1 -1
@@ 3783,7 3783,7 @@ possibly work.")
(native-inputs
(list python-ddt
python-iso8601
- python-flit-core-next ;requires >=3.12
+ python-flit-core
python-setuptools))
(propagated-inputs
(list python-cliff-bootstrap
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 411,7 411,7 @@ APIs to detect, query, and compare them.")
(("from click") "from asyncclick")))))))
(native-inputs
(list python-anyio
- python-flit-core-next
+ python-flit-core
python-pytest
python-trio))
(home-page "https://github.com/python-trio/asyncclick")