Skip to content

Commit 7d1e4dc

Browse files
Update messages.pot as of version 92fa5d8
1 parent 786b743 commit 7d1e4dc

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

locales/messages.pot

Lines changed: 16 additions & 16 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: 2026-03-02 12:55+0000\n"
11+
"POT-Creation-Date: 2026-03-04 23:59+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 <LL@li.org>\n"
@@ -6782,65 +6782,65 @@ msgstr ""
67826782
msgid "A list of PyPI classifiers that apply to your project. Check the `full list of possibilities <classifier-list_>`_."
67836783
msgstr ""
67846784

6785-
#: ../source/guides/writing-pyproject-toml.rst:435
6785+
#: ../source/guides/writing-pyproject-toml.rst:436
67866786
msgid "Although the list of classifiers is often used to declare what Python versions a project supports, this information is only used for searching and browsing projects on PyPI, not for installing projects. To actually restrict what Python versions a project can be installed on, use the :ref:`requires-python` argument."
67876787
msgstr ""
67886788

6789-
#: ../source/guides/writing-pyproject-toml.rst:440
6789+
#: ../source/guides/writing-pyproject-toml.rst:441
67906790
msgid "To prevent a package from being uploaded to PyPI, use the special ``Private :: Do Not Upload`` classifier. PyPI will always reject packages with classifiers beginning with ``Private ::``."
67916791
msgstr ""
67926792

6793-
#: ../source/guides/writing-pyproject-toml.rst:447
6793+
#: ../source/guides/writing-pyproject-toml.rst:448
67946794
#: ../source/specifications/pyproject-toml.rst:154
67956795
#: ../source/specifications/pyproject-toml.rst:406
67966796
msgid "``urls``"
67976797
msgstr ""
67986798

6799-
#: ../source/guides/writing-pyproject-toml.rst:449
6799+
#: ../source/guides/writing-pyproject-toml.rst:450
68006800
msgid "A list of URLs associated with your project, displayed on the left sidebar of your PyPI project page."
68016801
msgstr ""
68026802

6803-
#: ../source/guides/writing-pyproject-toml.rst:454
6803+
#: ../source/guides/writing-pyproject-toml.rst:455
68046804
msgid "See :ref:`well-known-labels` for a listing of labels that PyPI and other packaging tools are specifically aware of, and `PyPI's project metadata docs <https://docs.pypi.org/project_metadata/#project-urls>`_ for PyPI-specific URL processing."
68056805
msgstr ""
68066806

6807-
#: ../source/guides/writing-pyproject-toml.rst:468
6807+
#: ../source/guides/writing-pyproject-toml.rst:469
68086808
msgid "Note that if the label contains spaces, it needs to be quoted, e.g., ``Website = \"https://example.com\"`` but ``\"Official Website\" = \"https://example.com\"``."
68096809
msgstr ""
68106810

6811-
#: ../source/guides/writing-pyproject-toml.rst:472
6811+
#: ../source/guides/writing-pyproject-toml.rst:473
68126812
msgid "Users are advised to use :ref:`well-known-labels` for their project URLs where appropriate, since consumers of metadata (like package indices) can specialize their presentation."
68136813
msgstr ""
68146814

6815-
#: ../source/guides/writing-pyproject-toml.rst:476
6815+
#: ../source/guides/writing-pyproject-toml.rst:477
68166816
msgid "For example in the following metadata, neither ``MyHomepage`` nor ``\"Download Link\"`` is a well-known label, so they will be rendered verbatim:"
68176817
msgstr ""
68186818

6819-
#: ../source/guides/writing-pyproject-toml.rst:486
6819+
#: ../source/guides/writing-pyproject-toml.rst:487
68206820
msgid "Whereas in this metadata ``HomePage`` and ``DOWNLOAD`` both have well-known equivalents (``homepage`` and ``download``), and can be presented with those semantics in mind (the project's home page and its external download location, respectively)."
68216821
msgstr ""
68226822

6823-
#: ../source/guides/writing-pyproject-toml.rst:498
6823+
#: ../source/guides/writing-pyproject-toml.rst:499
68246824
msgid "Advanced plugins"
68256825
msgstr ""
68266826

6827-
#: ../source/guides/writing-pyproject-toml.rst:500
6827+
#: ../source/guides/writing-pyproject-toml.rst:501
68286828
msgid "Some packages can be extended through plugins. Examples include Pytest_ and Pygments_. To create such a plugin, you need to declare it in a subtable of ``[project.entry-points]`` like this:"
68296829
msgstr ""
68306830

6831-
#: ../source/guides/writing-pyproject-toml.rst:509
6831+
#: ../source/guides/writing-pyproject-toml.rst:510
68326832
msgid "See the :ref:`Plugin guide <plugin-entry-points>` for more information."
68336833
msgstr ""
68346834

6835-
#: ../source/guides/writing-pyproject-toml.rst:514
6835+
#: ../source/guides/writing-pyproject-toml.rst:515
68366836
msgid "A full example"
68376837
msgstr ""
68386838

6839-
#: ../source/guides/writing-pyproject-toml.rst:577
6839+
#: ../source/guides/writing-pyproject-toml.rst:578
68406840
msgid "Think twice before applying an upper bound like ``requires-python = \"<= 3.10\"`` here. `This blog post <requires-python-blog-post_>`_ contains some information regarding possible problems."
68416841
msgstr ""
68426842

6843-
#: ../source/guides/writing-pyproject-toml.rst:581
6843+
#: ../source/guides/writing-pyproject-toml.rst:582
68446844
msgid "flit-core `does not yet <flit-issue-735_>`_ support WITH in SPDX license expressions."
68456845
msgstr ""
68466846

0 commit comments

Comments
 (0)