Skip to content

Commit 933e11c

Browse files
Update messages.pot as of version bcbb476
1 parent e4e5e9d commit 933e11c

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

locales/messages.pot

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python Packaging User Guide \n"
1010
"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"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -4753,6 +4753,18 @@ msgstr ""
47534753
msgid "`Writing cpython extension modules using C++ <https://thomasnyberg.com/cpp_extension_modules.html>`_"
47544754
msgstr ""
47554755

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+
47564768
#: ../source/guides/packaging-namespace-packages.rst:5
47574769
msgid "Packaging namespace packages"
47584770
msgstr ""
@@ -5736,15 +5748,19 @@ msgid "The ``[tool]`` table has tool-specific subtables, e.g., ``[tool.hatch]``,
57365748
msgstr ""
57375749

57385750
#: ../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."
57405756
msgstr ""
57415757

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``."
57445760
msgstr ""
57455761

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`."
57485764
msgstr ""
57495765

57505766
#: ../source/guides/writing-pyproject-toml.rst:46

0 commit comments

Comments
 (0)