Skip to content

Commit a065bec

Browse files
Update messages.pot as of version 4e2c714
1 parent d875b8a commit a065bec

File tree

1 file changed

+51
-39
lines changed

1 file changed

+51
-39
lines changed

locales/messages.pot

Lines changed: 51 additions & 39 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: 2025-08-07 14:11+0000\n"
11+
"POT-Creation-Date: 2025-08-08 21:40+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"
@@ -6659,168 +6659,176 @@ msgid "poetry-core"
66596659
msgstr ""
66606660

66616661
#: ../source/guides/writing-pyproject-toml.rst:317
6662-
msgid "1.27.0"
6662+
msgid "uv-build"
66636663
msgstr ""
66646664

66656665
#: ../source/guides/writing-pyproject-toml.rst:318
6666-
msgid "77.0.3"
6666+
msgid "1.27.0"
66676667
msgstr ""
66686668

66696669
#: ../source/guides/writing-pyproject-toml.rst:319
6670-
msgid "3.12"
6670+
msgid "77.0.3"
66716671
msgstr ""
66726672

66736673
#: ../source/guides/writing-pyproject-toml.rst:320
6674-
msgid "2.4.0"
6674+
msgid "3.12"
66756675
msgstr ""
66766676

66776677
#: ../source/guides/writing-pyproject-toml.rst:321
6678+
msgid "2.4.0"
6679+
msgstr ""
6680+
6681+
#: ../source/guides/writing-pyproject-toml.rst:322
66786682
msgid "`not yet <poetry-pep639-issue_>`_"
66796683
msgstr ""
66806684

6681-
#: ../source/guides/writing-pyproject-toml.rst:327
6685+
#: ../source/guides/writing-pyproject-toml.rst:323
6686+
msgid "0.7.19"
6687+
msgstr ""
6688+
6689+
#: ../source/guides/writing-pyproject-toml.rst:329
66826690
#: ../source/specifications/pyproject-toml.rst:140
66836691
#: ../source/specifications/pyproject-toml.rst:251
66846692
msgid "``license``"
66856693
msgstr ""
66866694

6687-
#: ../source/guides/writing-pyproject-toml.rst:329
6695+
#: ../source/guides/writing-pyproject-toml.rst:331
66886696
msgid "The new format for ``license`` is a valid :term:`SPDX license expression <License Expression>` consisting of one or more :term:`license identifiers <License Identifier>`. The full license list is available at the `SPDX license list page <spdxlicenselist_>`_. The supported list version is 3.17 or any later compatible one."
66896697
msgstr ""
66906698

6691-
#: ../source/guides/writing-pyproject-toml.rst:342
6699+
#: ../source/guides/writing-pyproject-toml.rst:344
66926700
msgid "If you get a build error that ``license`` should be a dict/table, your build backend doesn't yet support the new format. See the `above section <license-and-license-files_>`_ for more context. The now deprecated format is `described in PEP 621 <https://peps.python.org/pep-0621/#license>`__."
66936701
msgstr ""
66946702

6695-
#: ../source/guides/writing-pyproject-toml.rst:347
6703+
#: ../source/guides/writing-pyproject-toml.rst:349
66966704
msgid "As a general rule, it is a good idea to use a standard, well-known license, both to avoid confusion and because some organizations avoid software whose license is unapproved."
66976705
msgstr ""
66986706

6699-
#: ../source/guides/writing-pyproject-toml.rst:351
6707+
#: ../source/guides/writing-pyproject-toml.rst:353
67006708
msgid "If your project is licensed with a license that doesn't have an existing SPDX identifier, you can create a custom one in format ``LicenseRef-[idstring]``. The custom identifiers must follow the SPDX specification, `clause 10.1 <spdxcustomids_>`_ of the version 2.2 or any later compatible one."
67016709
msgstr ""
67026710

6703-
#: ../source/guides/writing-pyproject-toml.rst:365
6711+
#: ../source/guides/writing-pyproject-toml.rst:367
67046712
#: ../source/specifications/pyproject-toml.rst:141
67056713
#: ../source/specifications/pyproject-toml.rst:281
67066714
msgid "``license-files``"
67076715
msgstr ""
67086716

6709-
#: ../source/guides/writing-pyproject-toml.rst:367
6717+
#: ../source/guides/writing-pyproject-toml.rst:369
67106718
msgid "This is a list of license files and files containing other legal information you want to distribute with your package."
67116719
msgstr ""
67126720

6713-
#: ../source/guides/writing-pyproject-toml.rst:375
6721+
#: ../source/guides/writing-pyproject-toml.rst:377
67146722
msgid "The glob patterns must follow the specification:"
67156723
msgstr ""
67166724

6717-
#: ../source/guides/writing-pyproject-toml.rst:377
6725+
#: ../source/guides/writing-pyproject-toml.rst:379
67186726
msgid "Alphanumeric characters, underscores (``_``), hyphens (``-``) and dots (``.``) will be matched verbatim."
67196727
msgstr ""
67206728

6721-
#: ../source/guides/writing-pyproject-toml.rst:379
6729+
#: ../source/guides/writing-pyproject-toml.rst:381
67226730
msgid "Special characters: ``*``, ``?``, ``**`` and character ranges: [] are supported."
67236731
msgstr ""
67246732

6725-
#: ../source/guides/writing-pyproject-toml.rst:380
6733+
#: ../source/guides/writing-pyproject-toml.rst:382
67266734
msgid "Path delimiters must be the forward slash character (``/``)."
67276735
msgstr ""
67286736

6729-
#: ../source/guides/writing-pyproject-toml.rst:381
6737+
#: ../source/guides/writing-pyproject-toml.rst:383
67306738
msgid "Patterns are relative to the directory containing :file:`pyproject.toml`, and thus may not start with a slash character."
67316739
msgstr ""
67326740

6733-
#: ../source/guides/writing-pyproject-toml.rst:383
6741+
#: ../source/guides/writing-pyproject-toml.rst:385
67346742
msgid "Parent directory indicators (``..``) must not be used."
67356743
msgstr ""
67366744

6737-
#: ../source/guides/writing-pyproject-toml.rst:384
6745+
#: ../source/guides/writing-pyproject-toml.rst:386
67386746
msgid "Each glob must match at least one file."
67396747
msgstr ""
67406748

6741-
#: ../source/guides/writing-pyproject-toml.rst:386
6749+
#: ../source/guides/writing-pyproject-toml.rst:388
67426750
msgid "Literal paths are valid globs. Any characters or character sequences not covered by this specification are invalid."
67436751
msgstr ""
67446752

6745-
#: ../source/guides/writing-pyproject-toml.rst:392
6753+
#: ../source/guides/writing-pyproject-toml.rst:394
67466754
#: ../source/specifications/pyproject-toml.rst:139
67476755
#: ../source/specifications/pyproject-toml.rst:364
67486756
msgid "``keywords``"
67496757
msgstr ""
67506758

6751-
#: ../source/guides/writing-pyproject-toml.rst:394
6759+
#: ../source/guides/writing-pyproject-toml.rst:396
67526760
msgid "This will help PyPI's search box to suggest your project when people search for these keywords."
67536761
msgstr ""
67546762

6755-
#: ../source/guides/writing-pyproject-toml.rst:406
6763+
#: ../source/guides/writing-pyproject-toml.rst:408
67566764
#: ../source/specifications/pyproject-toml.rst:133
67576765
#: ../source/specifications/pyproject-toml.rst:376
67586766
msgid "``classifiers``"
67596767
msgstr ""
67606768

6761-
#: ../source/guides/writing-pyproject-toml.rst:408
6769+
#: ../source/guides/writing-pyproject-toml.rst:410
67626770
msgid "A list of PyPI classifiers that apply to your project. Check the `full list of possibilities <classifier-list_>`_."
67636771
msgstr ""
67646772

6765-
#: ../source/guides/writing-pyproject-toml.rst:432
6773+
#: ../source/guides/writing-pyproject-toml.rst:434
67666774
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."
67676775
msgstr ""
67686776

6769-
#: ../source/guides/writing-pyproject-toml.rst:437
6777+
#: ../source/guides/writing-pyproject-toml.rst:439
67706778
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 ::``."
67716779
msgstr ""
67726780

6773-
#: ../source/guides/writing-pyproject-toml.rst:444
6781+
#: ../source/guides/writing-pyproject-toml.rst:446
67746782
#: ../source/specifications/pyproject-toml.rst:148
67756783
#: ../source/specifications/pyproject-toml.rst:394
67766784
msgid "``urls``"
67776785
msgstr ""
67786786

6779-
#: ../source/guides/writing-pyproject-toml.rst:446
6787+
#: ../source/guides/writing-pyproject-toml.rst:448
67806788
msgid "A list of URLs associated with your project, displayed on the left sidebar of your PyPI project page."
67816789
msgstr ""
67826790

6783-
#: ../source/guides/writing-pyproject-toml.rst:451
6791+
#: ../source/guides/writing-pyproject-toml.rst:453
67846792
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."
67856793
msgstr ""
67866794

6787-
#: ../source/guides/writing-pyproject-toml.rst:465
6795+
#: ../source/guides/writing-pyproject-toml.rst:467
67886796
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\"``."
67896797
msgstr ""
67906798

6791-
#: ../source/guides/writing-pyproject-toml.rst:469
6799+
#: ../source/guides/writing-pyproject-toml.rst:471
67926800
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."
67936801
msgstr ""
67946802

6795-
#: ../source/guides/writing-pyproject-toml.rst:473
6803+
#: ../source/guides/writing-pyproject-toml.rst:475
67966804
msgid "For example in the following metadata, neither ``MyHomepage`` nor ``\"Download Link\"`` is a well-known label, so they will be rendered verbatim:"
67976805
msgstr ""
67986806

6799-
#: ../source/guides/writing-pyproject-toml.rst:483
6807+
#: ../source/guides/writing-pyproject-toml.rst:485
68006808
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)."
68016809
msgstr ""
68026810

6803-
#: ../source/guides/writing-pyproject-toml.rst:495
6811+
#: ../source/guides/writing-pyproject-toml.rst:497
68046812
msgid "Advanced plugins"
68056813
msgstr ""
68066814

6807-
#: ../source/guides/writing-pyproject-toml.rst:497
6815+
#: ../source/guides/writing-pyproject-toml.rst:499
68086816
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:"
68096817
msgstr ""
68106818

6811-
#: ../source/guides/writing-pyproject-toml.rst:506
6819+
#: ../source/guides/writing-pyproject-toml.rst:508
68126820
msgid "See the :ref:`Plugin guide <plugin-entry-points>` for more information."
68136821
msgstr ""
68146822

6815-
#: ../source/guides/writing-pyproject-toml.rst:511
6823+
#: ../source/guides/writing-pyproject-toml.rst:513
68166824
msgid "A full example"
68176825
msgstr ""
68186826

6819-
#: ../source/guides/writing-pyproject-toml.rst:574
6827+
#: ../source/guides/writing-pyproject-toml.rst:576
68206828
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."
68216829
msgstr ""
68226830

6823-
#: ../source/guides/writing-pyproject-toml.rst:578
6831+
#: ../source/guides/writing-pyproject-toml.rst:580
68246832
msgid "flit-core `does not yet <flit-issue-735_>`_ support WITH in SPDX license expressions."
68256833
msgstr ""
68266834

@@ -17807,6 +17815,10 @@ msgstr ""
1780717815
msgid "`Poetry <https://github.com/python-poetry/poetry>`__ for a tool comparable in scope to Pipenv that focuses more directly on use cases where the project being managed is structured as a distributable Python package with a valid ``pyproject.toml`` file. By contrast, Pipenv explicitly avoids making the assumption that the application being worked on will support distribution as a ``pip``-installable Python package."
1780817816
msgstr ""
1780917817

17818+
#: ../source/tutorials/managing-dependencies.rst:180
17819+
msgid "`uv <https://docs.astral.sh/uv/>`__ for a single tool that covers the entire project management workflow, including dependency management, packaging, and publishing."
17820+
msgstr ""
17821+
1781017822
#: ../source/tutorials/packaging-projects.rst:2
1781117823
msgid "Packaging Python Projects"
1781217824
msgstr ""

0 commit comments

Comments
 (0)