|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: Python Packaging User Guide \n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2024-08-18 16:33+0000\n" |
| 11 | +"POT-Creation-Date: 2024-08-23 13:19+0000\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | 14 | "Language-Team: LANGUAGE < [email protected]>\n" |
@@ -4753,6 +4753,18 @@ msgstr "" |
4753 | 4753 | msgid "`Writing cpython extension modules using C++ <https://thomasnyberg.com/cpp_extension_modules.html>`_" |
4754 | 4754 | msgstr "" |
4755 | 4755 |
|
| 4756 | +#: ../source/guides/packaging-binary-extensions.rst:408 |
| 4757 | +msgid "Additional considerations for binary wheels" |
| 4758 | +msgstr "" |
| 4759 | + |
| 4760 | +#: ../source/guides/packaging-binary-extensions.rst:410 |
| 4761 | +msgid "The `pypackaging-native <https://pypackaging-native.github.io/>`_ website has additional coverage of packaging Python packages with native code. It aims to provide an overview of the most important packaging issues for such projects, with in-depth explanations and references." |
| 4762 | +msgstr "" |
| 4763 | + |
| 4764 | +#: ../source/guides/packaging-binary-extensions.rst:415 |
| 4765 | +msgid "Examples of topics covered are non-Python compiled dependencies (\"native dependencies\"), the importance of the ABI (Application Binary Interface) of native code, dependency on SIMD code and cross compilation." |
| 4766 | +msgstr "" |
| 4767 | + |
4756 | 4768 | #: ../source/guides/packaging-namespace-packages.rst:5 |
4757 | 4769 | msgid "Packaging namespace packages" |
4758 | 4770 | msgstr "" |
@@ -5736,15 +5748,19 @@ msgid "The ``[tool]`` table has tool-specific subtables, e.g., ``[tool.hatch]``, |
5736 | 5748 | msgstr "" |
5737 | 5749 |
|
5738 | 5750 | #: ../source/guides/writing-pyproject-toml.rst:25 |
5739 | | -msgid "There is a significant difference between the ``[build-system]`` and ``[project]`` tables. The former should always be present, regardless of which build backend you use (since it *defines* the tool you use). The latter is understood by *most* build backends, but some build backends use a different format." |
| 5751 | +msgid "The ``[build-system]`` table should always be present, regardless of which build backend you use (``[build-system]`` *defines* the build tool you use)." |
| 5752 | +msgstr "" |
| 5753 | + |
| 5754 | +#: ../source/guides/writing-pyproject-toml.rst:29 |
| 5755 | +msgid "On the other hand, the ``[project]`` table is understood by *most* build backends, but some build backends use a different format." |
5740 | 5756 | msgstr "" |
5741 | 5757 |
|
5742 | | -#: ../source/guides/writing-pyproject-toml.rst:31 |
5743 | | -msgid "At the time of writing this (November 2023), Poetry_ is a notable build backend that does not use the ``[project]`` table (it uses the ``[tool.poetry]`` table instead)." |
| 5758 | +#: ../source/guides/writing-pyproject-toml.rst:32 |
| 5759 | +msgid "As of August 2024, Poetry_ is a notable build backend that does not use the ``[project]`` table, it uses the ``[tool.poetry]`` table instead. Also, the setuptools_ build backend supports both the ``[project]`` table, and the older format in ``setup.cfg`` or ``setup.py``." |
5744 | 5760 | msgstr "" |
5745 | 5761 |
|
5746 | | -#: ../source/guides/writing-pyproject-toml.rst:35 |
5747 | | -msgid "Also, the setuptools_ build backend supports both the ``[project]`` table, and the older format in ``setup.cfg`` or ``setup.py``. For new projects, it is recommended to use the ``[project]`` table, and keep ``setup.py`` only if some programmatic configuration is needed (such as building C extensions), but the ``setup.cfg`` and ``setup.py`` formats are still valid. See :ref:`setup-py-deprecated`." |
| 5762 | +#: ../source/guides/writing-pyproject-toml.rst:37 |
| 5763 | +msgid "For new projects, use the ``[project]`` table, and keep ``setup.py`` only if some programmatic configuration is needed (such as building C extensions), but the ``setup.cfg`` and ``setup.py`` formats are still valid. See :ref:`setup-py-deprecated`." |
5748 | 5764 | msgstr "" |
5749 | 5765 |
|
5750 | 5766 | #: ../source/guides/writing-pyproject-toml.rst:46 |
|
0 commit comments