guix_mirror_bot pushed a change to branch python-team
in repository guix.
discard 230be40654 gnu: python-check-manifest: Update to 0.51.
new ddcd959e8f build-system/pyproject: Improve style.
new 81f9538179 gnu: Add python-hatchling-bootstrap.
new ebe9142b15 gnu: python-iniconfig: Move to (gnu packages python-build).
new 9a5d40f645 gnu: Add python-pygments-bootstrap.
new b15f5fa6eb gnu: Add python-setuptools-scm-bootstrap.
new facbff00d0 gnu: python-pytest-bootstrap: Move to (gnu packages
python-build).
new 5b294bbc2a gnu: python-pygments: Move to (gnu packages python-build).
new 17003ac0ea gnu: python-six: Move to (gnu packages python-build).
new b085327a54 gnu: python-pretend: Move to (gnu packages python-build).
new 9dae0e5ea5 gnu: python-pretend: Adapt native-inputs.
new d4a9ec062d gnu: python-packaging: Move to (gnu packages python-build).
new 6611a59bec gnu: python-autocommand: Move to (gnu packages
python-build).
new d02eff162d gnu: python-pep517-bootstrap: Move to (gnu packages
python-xyz).
new e166e9c2f0 gnu: python-testpath: Move to (gnu packages python-build).
new 3944006954 gnu: python-colorama: Move to (gnu packages python-build).
new eaf8b14215 gnu: python-pyproject-hooks: Move to (gnu packages
python-build).
new 97177cf1af gnu: python-backports-tarfile: Move to (gnu packages
python-build).
new cc4728f9a7 gnu: python-more-itertools: Move to (gnu packages
python-build).
new 9bbed579f5 gnu: python-typeguard: Lift python-mypy native-input.
new dcaf7e5236 gnu: python-typeguard: Move to (gnu packages python-build).
new aa42c15c1c gnu: python-inflect: Move to (gnu packages python-build).
new 91c36c963d gnu: python-jaraco-classes: Move to (gnu packages
python-build).
new a32002724f gnu: python-jaraco-context: Move to (gnu packages
python-build).
new b180e76e17 gnu: python-jaraco-functools: Move to (gnu packages
python-build).
new 6fc75dee70 gnu: python-jaraco-text: Move to (gnu packages
python-build).
new 296ed4986c gnu: python-jaraco-collections: Move to (gnu packages
python-build).
new 1d757e02fc gnu: python-jaraco-path: Move to (gnu packages
python-build).
new c1193e5c79 gnu: Add python-platformdirs-bootstrap.
new 777ec3dc88 gnu: python-path: Move to (gnu packages python-build).
new 070374f4d6 gnu: python-distlib: Move to (gnu packages python-build).
new 5c3ce0f375 gnu: Add python-hatch-vcs-bootstrap.
new 3a3bb2740a gnu: Add python-filelock-bootstrap.
new f7efcd9d3f gnu: Add python-virtualenv-bootstrap.
new d0e10500c4 gnu: Add python-jaraco-envs-bootstrap.
new 50b4574afb gnu: python-jaraco-test: Move to (gnu packages
python-build).
new 203029376a gnu: python-pypa-build: Update to 1.3.0.
new d486554cfd gnu: python-setuptools: Bootstrap the package properly.
new 2567235d60 gnu: python-check-manifest: Update to 0.51.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (230be40654)
\
N -- N -- N refs/heads/python-team (2567235d60)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 38 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/packages/books.scm | 2 +-
gnu/packages/check.scm | 35 +-
gnu/packages/linphone.scm | 1 +
gnu/packages/lisp-xyz.scm | 1 +
gnu/packages/mate.scm | 1 +
gnu/packages/python-build.scm | 998 ++++++++++++++++++++++++++++++++--
gnu/packages/python-xyz.scm | 651 ++--------------------
gnu/packages/ruby-xyz.scm | 1 +
guix/build/pyproject-build-system.scm | 6 +-
9 files changed, 984 insertions(+), 712 deletions(-)