guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch python-team updated (26aee3be22 -> 6831dfc58b)


From: guix-commits
Subject: branch python-team updated (26aee3be22 -> 6831dfc58b)
Date: Fri, 16 Feb 2024 07:27:12 -0500 (EST)

lbraun pushed a change to branch python-team
in repository guix.

    from 26aee3be22 gnu: python-sphinx: Update to 5.3.0.
     new 36e0281fea build-system/pyproject: Use python-sans-pip-wrapper as 
default-python.
     new d55e991d53 build-system/python: Ignore symlinks when changing mtime.
     new 093f282712 gnu: criu: Remove temporary workaround.
     new ffa36037c0 gnu: sssd: Import ensure-no-mtimes-pre-1980.
     new 38898039f3 guix: toml: Add TOML parser.
     new 3f71845716 build-system/pyproject: Use TOML parser.
     new 22651f11af gnu: python-pytest-xdist: Disable failing test.
     new c638162e80 guix: pyproject-build-system: Default configure-flags to 
empty dictionary.
     new 6831dfc58b doc: Document new options for pyproject-build-system.

The 9 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:
 Makefile.am                           |   2 +
 doc/guix.texi                         |  12 +
 gnu/packages/admin.scm                |   2 +-
 gnu/packages/astronomy.scm            |  84 ++++--
 gnu/packages/bioinformatics.scm       |  79 ++++--
 gnu/packages/bootloaders.scm          |   3 +
 gnu/packages/build-tools.scm          |  10 +-
 gnu/packages/check.scm                |  14 +-
 gnu/packages/databases.scm            |  12 +-
 gnu/packages/digest.scm               |   2 +-
 gnu/packages/engineering.scm          |   2 +-
 gnu/packages/fontutils.scm            |   9 +-
 gnu/packages/geo.scm                  |  10 +-
 gnu/packages/graph.scm                |   7 +-
 gnu/packages/graphviz.scm             |   4 +-
 gnu/packages/license.scm              |   5 +-
 gnu/packages/machine-learning.scm     |  28 +-
 gnu/packages/maths.scm                |   3 +-
 gnu/packages/monitoring.scm           |   2 +-
 gnu/packages/package-management.scm   |   6 +-
 gnu/packages/potassco.scm             |   9 +-
 gnu/packages/protobuf.scm             |   4 +-
 gnu/packages/python-build.scm         |  33 +--
 gnu/packages/python-check.scm         |  30 ++-
 gnu/packages/python-compression.scm   |  20 +-
 gnu/packages/python-crypto.scm        |  16 +-
 gnu/packages/python-science.scm       |  20 +-
 gnu/packages/python-web.scm           |  59 +++--
 gnu/packages/python-xyz.scm           | 265 +++++++++++++------
 gnu/packages/qt.scm                   |   3 +-
 gnu/packages/rpc.scm                  |   2 +-
 gnu/packages/serialization.scm        |   4 +-
 gnu/packages/sphinx.scm               |   4 +-
 gnu/packages/sssd.scm                 |   9 +-
 gnu/packages/statistics.scm           |  14 +-
 gnu/packages/terminals.scm            |   5 +-
 gnu/packages/time.scm                 |   3 +-
 gnu/packages/tor.scm                  |   4 +-
 gnu/packages/tree-sitter.scm          |   4 +-
 gnu/packages/video.scm                |   2 +-
 gnu/packages/vim.scm                  |   4 +-
 gnu/packages/virtualization.scm       |  19 +-
 guix/build-system/pyproject.scm       |  12 +-
 guix/build/pyproject-build-system.scm |  55 ++--
 guix/build/python-build-system.scm    |   4 +-
 guix/build/toml.scm                   | 478 ++++++++++++++++++++++++++++++++++
 tests/toml.scm                        | 442 +++++++++++++++++++++++++++++++
 47 files changed, 1517 insertions(+), 303 deletions(-)
 create mode 100644 guix/build/toml.scm
 create mode 100644 tests/toml.scm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]