[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#58587] [PATCH v3 05/22] news: Add entry for 'pyproject-build-system
From: |
pelzflorian (Florian Pelz) |
Subject: |
[bug#58587] [PATCH v3 05/22] news: Add entry for 'pyproject-build-system'. |
Date: |
Mon, 24 Oct 2022 18:36:56 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) |
Thank you for improving build systems. Could you add a German
translation of the news:
Marius Bakke <marius@gnu.org> writes:
> + (entry (commit "3f82a8b2d075f5980ffa8cdd9c49a5a8586e5b1b")
> + (title
> + (en "New build system for Python packages"))
(de "Neues Erstellungssystem für Python-Pakete"))
> + (body
> + (en "A new @var{pyproject-build-system} has been added. This
> +is a redesign of @var{python-build-system} with support for @dfn{PEP 517}
> +and @file{pyproject.toml} files. It also has built-in support for various
> +test frameworks such as @command{pytest} and @code{nosetests}.
> +
> +There is a complementary @code{python-toolchain} package that comes with
> +updated versions of @command{pip}, @command{setuptools} and others.
> +
> +The build system will eventually be merged into @var{python-build-system}
> +but you are encouraged to use it for packages in the @code{guix} channel.
> +Third party channels may want to wait until the API is stable (see the
> +Guix manual for caveats).
> +
> +Despite the name, @var{pyproject-build-system} also works with the
> +``legacy'' @file{setup.py} format.")))
``legacy'' @file{setup.py} format.")
(de "Ein neues Erstellungssystem @var{pyproject-build-system} ist
verfügbar. Es ist eine Neuauflage des @var{python-build-system}, die
@dfn{PEP 517} und @file{pyproject.toml}-Dateien unterstützt. Auch wurde
Unterstützung für Testrahmen wie @command{pytest} und @code{nosetests}
eingebaut.
Ergänzend gibt es ein Paket @code{python-toolchain} mit aktualisierten Versionen
von @command{pip}, @command{setuptools} und mehr.
Das Erstellungssystem wird in Zukunft Teil von @var{python-build-system} werden,
aber wir würden es begrüßen, wenn Sie es für Pakete auf dem @code{guix}-Kanal
verwenden würden. Drittanbieterkanäle warten vielleicht lieber auf eine
stabile Programmierschnittstelle (siehe die im Guix-Handbuch genannten
Einschränkungen).
Trotz dem Namen funktioniert @var{pyproject-build-system} auch mit dem „alten“
@file{setup.py}-Format.")))
==
Regards,
Florian
- [bug#58587] [PATCH 00/14] Introducing pyproject-build-system., (continued)
- [bug#58587] [PATCH 00/14] Introducing pyproject-build-system., Marius Bakke, 2022/10/22
- [bug#58587] [PATCH v2 01/22] gnu: python-setuptools: Move to python-build., Marius Bakke, 2022/10/22
- [bug#58587] [PATCH v2 02/22] gnu: pypy: Move to separate module., Marius Bakke, 2022/10/22
- [bug#58587] [PATCH v2 03/22] gnu: python-pip: Move to (gnu packages python-build)., Marius Bakke, 2022/10/22
- [bug#58587] [PATCH v2 04/22] build-system: Add pyproject-build-system., Marius Bakke, 2022/10/22
- [bug#58587] [PATCH v2 05/22] news: Add entry for 'pyproject-build-system'., Marius Bakke, 2022/10/22
- [bug#58587] [PATCH v3 01/22] gnu: python-setuptools: Move to python-build., Marius Bakke, 2022/10/22
- [bug#58587] [PATCH v3 09/22] gnu: weasyprint: Use pyproject-build-system., Marius Bakke, 2022/10/22
- [bug#58587] [PATCH v3 08/22] gnu: python-pydyf: Use pyproject-build-system., Marius Bakke, 2022/10/22
- [bug#58587] [PATCH v3 05/22] news: Add entry for 'pyproject-build-system'., Marius Bakke, 2022/10/22
- [bug#58587] [PATCH v3 05/22] news: Add entry for 'pyproject-build-system'.,
pelzflorian (Florian Pelz) <=
- [bug#58587] [PATCH v3 05/22] news: Add entry for 'pyproject-build-system'., Julien Lepiller, 2022/10/24
- [bug#58587] [PATCH v3 04/22] build-system: Add pyproject-build-system., Marius Bakke, 2022/10/22
- [bug#58587] [PATCH v3 02/22] gnu: pypy: Move to separate module., Marius Bakke, 2022/10/22
- [bug#58587] [PATCH v3 03/22] gnu: python-pip: Move to (gnu packages python-build)., Marius Bakke, 2022/10/22
- [bug#58587] [PATCH v3 10/22] gnu: python-glyphslib: Use pyproject-build-system., Marius Bakke, 2022/10/22
- [bug#58587] [PATCH v3 06/22] gnu: python-autopage: Use pyproject-build-system., Marius Bakke, 2022/10/22
- [bug#58587] [PATCH v3 07/22] gnu: flair: Switch to pyproject-build-system., Marius Bakke, 2022/10/22
- [bug#58587] [PATCH v3 18/22] gnu: python-openapi-spec-validator: Use pyproject-build-system., Marius Bakke, 2022/10/22
- [bug#58587] [PATCH v3 17/22] gnu: python-openapi-schema-validator: Use pyproject-build-system., Marius Bakke, 2022/10/22
- [bug#58587] [PATCH v3 15/22] gnu: python-pygmsh: Use pyproject-build-system., Marius Bakke, 2022/10/22