gnu: python-packaging-bootstrap: Update to 23.2.

* gnu/packages/python-build.scm (python-packaging-bootstrap): Update to 23.2.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-flit-core.
* gnu/packages/python-xyz.scm (python-packaging)
[native-inputs]: Add python-flit-core.

Change-Id: I5d3bdec62aabfe1b5e6de988d210862ad6da9002
This commit is contained in:
Ricardo Wurmus 2024-02-27 21:06:59 +01:00 committed by Sharlatan Hellseher
parent 56cbfffc4e
commit 33210bced4
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 8 additions and 4 deletions

View file

@ -25219,7 +25219,9 @@ manipulation, or @code{stdout}.")
(if tests?
(invoke "pytest" "-vv")
(format #t "test suite not run~%")))))))
(native-inputs (list python-pretend python-pytest))
(native-inputs
(list python-flit-core
python-pretend python-pytest))
(propagated-inputs (list python-pyparsing python-six))
(home-page "https://github.com/pypa/packaging")
(synopsis "Core utilities for Python packages")