@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version: Python Packaging User Guide\n"
1313"Report-Msgid-Bugs-To: \n"
14- "POT-Creation-Date: 2024-07-29 09:02 +0000\n"
14+ "POT-Creation-Date: 2024-07-30 13:47 +0000\n"
1515"PO-Revision-Date: 2024-07-30 13:48+0000\n"
1616"Last-Translator: Alefsander Ribeiro Nascimento <
[email protected] >\n"
1717"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/pypa/"
@@ -18235,10 +18235,11 @@ msgstr ""
1823518235"ambiente, correspondendo à seguinte expressão regular::"
1823618236
1823718237#: ../source/specifications/direct-url-data-structure.rst:45
18238+ #, fuzzy
1823818239msgid ""
1823918240"Additionally, the user:password section of the URL MAY be a well-known, non "
18240- "security sensitive string. A typical example is ``git`` in the case of an "
18241- "
URL such as ``ssh://
[email protected] /user/repo``."
18241+ "security sensitive string. A typical example is ``git`` in the case of a URL "
18242+ "such as ``ssh://
[email protected] /user/repo``."
1824218243msgstr ""
1824318244"Além disso, a seção usuário:senha da URL PODE ser uma string bem conhecida e "
1824418245"não sensível à segurança. Um exemplo típico é ``git`` no caso de uma URL "
@@ -19261,7 +19262,7 @@ msgstr ""
1926119262msgid ""
1926219263"Software distributors who have a non-Python-specific package manager that "
1926319264"manages libraries in the ``sys.path`` of their Python package should, in "
19264- "general, ship a ``EXTERNALLY-MANAGED`` file in their standard library "
19265+ "general, ship an ``EXTERNALLY-MANAGED`` file in their standard library "
1926519266"directory. For instance, Debian may ship a file in ``/usr/lib/python3.9/"
1926619267"EXTERNALLY-MANAGED`` consisting of something like"
1926719268msgstr ""
@@ -22441,10 +22442,10 @@ msgstr ""
2244122442
2244222443#: ../source/specifications/simple-repository-api.rst:363
2244322444msgid ""
22444- "While JSON doesn't natively support an URL type, any value that represents "
22445- "an URL in this API may be either absolute or relative as long as they point "
22446- "to the correct location. If relative, they are relative to the current URL "
22447- "as if it were HTML."
22445+ "While JSON doesn't natively support a URL type, any value that represents an "
22446+ "URL in this API may be either absolute or relative as long as they point to "
22447+ "the correct location. If relative, they are relative to the current URL as "
22448+ "if it were HTML."
2244822449msgstr ""
2244922450
2245022451#: ../source/specifications/simple-repository-api.rst:368
@@ -22824,7 +22825,7 @@ msgstr ""
2282422825msgid ""
2282522826"This spec **does** require that if the meta version ``latest`` is being "
2282622827"used, the server **MUST** respond with the content type for the actual "
22827- "version that is contained in the response (i.e. A ``Accept: application/vnd."
22828+ "version that is contained in the response (i.e. an ``Accept: application/vnd."
2282822829"pypi.simple.latest+json`` request that returns a ``v1.x`` response should "
2282922830"have a ``Content-Type`` of ``application/vnd.pypi.simple.v1+json``)."
2283022831msgstr ""
@@ -22924,7 +22925,7 @@ msgstr ""
2292422925
2292522926#: ../source/specifications/simple-repository-api.rst:728
2292622927msgid ""
22927- "Servers that implement the Simple API may choose to support an URL parameter "
22928+ "Servers that implement the Simple API may choose to support a URL parameter "
2292822929"named ``format`` to allow the clients to request a specific version of the "
2292922930"URL."
2293022931msgstr ""
@@ -25234,7 +25235,7 @@ msgstr "Resumo das diferenças em relação a pkg_resources.parse_version"
2523425235
2523525236#: ../source/specifications/version-specifiers.rst:1181
2523625237msgid ""
25237- "Note: this comparison is to ``pkg_resourses .parse_version`` as it existed at "
25238+ "Note: this comparison is to ``pkg_resources .parse_version`` as it existed at "
2523825239"the time :pep:`440` was written. After the PEP was accepted, setuptools 6.0 "
2523925240"and later versions adopted the behaviour described here."
2524025241msgstr ""
@@ -27117,56 +27118,14 @@ msgid ""
2711727118"the file is empty)."
2711827119msgstr ""
2711927120
27120- #: ../source/specifications/direct-url-data-structure.rst:45
27121- #, fuzzy
27122- msgid ""
27123- "Additionally, the user:password section of the URL MAY be a well-known, non "
27124- "security sensitive string. A typical example is ``git`` in the case of a URL "
27125- "such as ``ssh://
[email protected] /user/repo``."
27126- msgstr ""
27127- "Além disso, a seção usuário:senha da URL PODE ser uma string bem conhecida e "
27128- "não sensível à segurança. Um exemplo típico é ``git`` no caso de uma URL "
27129- "como ``ssh://
[email protected] /user/repo``."
27130-
27131- #: ../source/specifications/externally-managed-environments.rst:206
27132- msgid ""
27133- "Software distributors who have a non-Python-specific package manager that "
27134- "manages libraries in the ``sys.path`` of their Python package should, in "
27135- "general, ship an ``EXTERNALLY-MANAGED`` file in their standard library "
27136- "directory. For instance, Debian may ship a file in ``/usr/lib/python3.9/"
27137- "EXTERNALLY-MANAGED`` consisting of something like"
27138- msgstr ""
27139-
27140- #: ../source/specifications/simple-repository-api.rst:363
27141- msgid ""
27142- "While JSON doesn't natively support a URL type, any value that represents an "
27143- "URL in this API may be either absolute or relative as long as they point to "
27144- "the correct location. If relative, they are relative to the current URL as "
27145- "if it were HTML."
27146- msgstr ""
27147-
27148- #: ../source/specifications/simple-repository-api.rst:616
27149- msgid ""
27150- "This spec **does** require that if the meta version ``latest`` is being "
27151- "used, the server **MUST** respond with the content type for the actual "
27152- "version that is contained in the response (i.e. an ``Accept: application/vnd."
27153- "pypi.simple.latest+json`` request that returns a ``v1.x`` response should "
27154- "have a ``Content-Type`` of ``application/vnd.pypi.simple.v1+json``)."
27155- msgstr ""
27156-
27157- #: ../source/specifications/simple-repository-api.rst:728
27158- msgid ""
27159- "Servers that implement the Simple API may choose to support a URL parameter "
27160- "named ``format`` to allow the clients to request a specific version of the "
27161- "URL."
27162- msgstr ""
27163-
27164- #: ../source/specifications/version-specifiers.rst:1181
27165- msgid ""
27166- "Note: this comparison is to ``pkg_resources.parse_version`` as it existed at "
27167- "the time :pep:`440` was written. After the PEP was accepted, setuptools 6.0 "
27168- "and later versions adopted the behaviour described here."
27169- msgstr ""
27121+ #~ msgid ""
27122+ #~ "Additionally, the user:password section of the URL MAY be a well-known, "
27123+ #~ "non security sensitive string. A typical example is ``git`` in the case "
27124+ #~ "of an URL such as ``ssh://
[email protected] /user/repo``."
27125+ #~ msgstr ""
27126+ #~ "Além disso, a seção usuário:senha da URL PODE ser uma string bem "
27127+ #~ "conhecida e não sensível à segurança. Um exemplo típico é ``git`` no caso "
27128+ #~ "de uma URL como ``ssh://
[email protected] /user/repo``."
2717027129
2717127130#~ msgid ""
2717227131#~ "This guide is specifically for users of :ref:`setuptools`, other "
0 commit comments