|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: Python Packaging User Guide \n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2025-01-07 20:04+0000\n" |
| 11 | +"POT-Creation-Date: 2025-01-08 00:05+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" |
@@ -2516,7 +2516,7 @@ msgid "The `pandas-gbq`_ project allows for accessing query results via `Pandas` |
2516 | 2516 | msgstr "" |
2517 | 2517 |
|
2518 | 2518 | #: ../source/guides/analyzing-pypi-package-downloads.rst:337 |
2519 | | -#: ../source/specifications/dependency-specifiers.rst:491 |
| 2519 | +#: ../source/specifications/dependency-specifiers.rst:501 |
2520 | 2520 | msgid "References" |
2521 | 2521 | msgstr "" |
2522 | 2522 |
|
@@ -8408,7 +8408,7 @@ msgstr "" |
8408 | 8408 | #: ../source/specifications/binary-distribution-format.rst:421 |
8409 | 8409 | #: ../source/specifications/core-metadata.rst:917 |
8410 | 8410 | #: ../source/specifications/dependency-groups.rst:248 |
8411 | | -#: ../source/specifications/dependency-specifiers.rst:477 |
| 8411 | +#: ../source/specifications/dependency-specifiers.rst:487 |
8412 | 8412 | #: ../source/specifications/direct-url-data-structure.rst:397 |
8413 | 8413 | #: ../source/specifications/direct-url.rst:67 |
8414 | 8414 | #: ../source/specifications/entry-points.rst:164 |
@@ -9380,273 +9380,273 @@ msgstr "" |
9380 | 9380 | msgid "Non line-breaking whitespace is mostly optional with no semantic meaning. The sole exception is detecting the end of a URL requirement." |
9381 | 9381 | msgstr "" |
9382 | 9382 |
|
9383 | | -#: ../source/specifications/dependency-specifiers.rst:132 |
| 9383 | +#: ../source/specifications/dependency-specifiers.rst:134 |
9384 | 9384 | msgid "Names" |
9385 | 9385 | msgstr "" |
9386 | 9386 |
|
9387 | | -#: ../source/specifications/dependency-specifiers.rst:134 |
| 9387 | +#: ../source/specifications/dependency-specifiers.rst:136 |
9388 | 9388 | msgid "Python distribution names are currently defined in :pep:`345`. Names act as the primary identifier for distributions. They are present in all dependency specifications, and are sufficient to be a specification on their own. However, PyPI places strict restrictions on names - they must match a case insensitive regex or they won't be accepted. Accordingly, in this document we limit the acceptable values for identifiers to that regex. A full redefinition of name may take place in a future metadata PEP. The regex (run with re.IGNORECASE) is::" |
9389 | 9389 | msgstr "" |
9390 | 9390 |
|
9391 | | -#: ../source/specifications/dependency-specifiers.rst:146 |
| 9391 | +#: ../source/specifications/dependency-specifiers.rst:150 |
9392 | 9392 | msgid "Extras" |
9393 | 9393 | msgstr "" |
9394 | 9394 |
|
9395 | | -#: ../source/specifications/dependency-specifiers.rst:148 |
| 9395 | +#: ../source/specifications/dependency-specifiers.rst:152 |
9396 | 9396 | msgid "An extra is an optional part of a distribution. Distributions can specify as many extras as they wish, and each extra results in the declaration of additional dependencies of the distribution **when** the extra is used in a dependency specification. For instance::" |
9397 | 9397 | msgstr "" |
9398 | 9398 |
|
9399 | | -#: ../source/specifications/dependency-specifiers.rst:155 |
| 9399 | +#: ../source/specifications/dependency-specifiers.rst:159 |
9400 | 9400 | msgid "Extras union in the dependencies they define with the dependencies of the distribution they are attached to. The example above would result in requests being installed, and requests own dependencies, and also any dependencies that are listed in the \"security\" extra of requests." |
9401 | 9401 | msgstr "" |
9402 | 9402 |
|
9403 | | -#: ../source/specifications/dependency-specifiers.rst:160 |
| 9403 | +#: ../source/specifications/dependency-specifiers.rst:164 |
9404 | 9404 | msgid "If multiple extras are listed, all the dependencies are unioned together." |
9405 | 9405 | msgstr "" |
9406 | 9406 |
|
9407 | | -#: ../source/specifications/dependency-specifiers.rst:163 |
| 9407 | +#: ../source/specifications/dependency-specifiers.rst:169 |
9408 | 9408 | #: ../source/specifications/simple-repository-api.rst:902 |
9409 | 9409 | msgid "Versions" |
9410 | 9410 | msgstr "" |
9411 | 9411 |
|
9412 | | -#: ../source/specifications/dependency-specifiers.rst:165 |
| 9412 | +#: ../source/specifications/dependency-specifiers.rst:171 |
9413 | 9413 | msgid "See the :ref:`Version specifier specification <version-specifiers>` for more detail on both version numbers and version comparisons. Version specifications limit the versions of a distribution that can be used. They only apply to distributions looked up by name, rather than via a URL. Version comparison are also used in the markers feature. The optional brackets around a version are present for compatibility with :pep:`345` but should not be generated, only accepted." |
9414 | 9414 | msgstr "" |
9415 | 9415 |
|
9416 | | -#: ../source/specifications/dependency-specifiers.rst:174 |
| 9416 | +#: ../source/specifications/dependency-specifiers.rst:182 |
9417 | 9417 | msgid "Environment Markers" |
9418 | 9418 | msgstr "" |
9419 | 9419 |
|
9420 | | -#: ../source/specifications/dependency-specifiers.rst:176 |
| 9420 | +#: ../source/specifications/dependency-specifiers.rst:184 |
9421 | 9421 | msgid "Environment markers allow a dependency specification to provide a rule that describes when the dependency should be used. For instance, consider a package that needs argparse. In Python 2.7 argparse is always present. On older Python versions it has to be installed as a dependency. This can be expressed as so::" |
9422 | 9422 | msgstr "" |
9423 | 9423 |
|
9424 | | -#: ../source/specifications/dependency-specifiers.rst:183 |
| 9424 | +#: ../source/specifications/dependency-specifiers.rst:191 |
9425 | 9425 | msgid "A marker expression evaluates to either True or False. When it evaluates to False, the dependency specification should be ignored." |
9426 | 9426 | msgstr "" |
9427 | 9427 |
|
9428 | | -#: ../source/specifications/dependency-specifiers.rst:186 |
| 9428 | +#: ../source/specifications/dependency-specifiers.rst:194 |
9429 | 9429 | msgid "The marker language is inspired by Python itself, chosen for the ability to safely evaluate it without running arbitrary code that could become a security vulnerability. Markers were first standardised in :pep:`345`. This document fixes some issues that were observed in the design described in :pep:`426`." |
9430 | 9430 | msgstr "" |
9431 | 9431 |
|
9432 | | -#: ../source/specifications/dependency-specifiers.rst:191 |
| 9432 | +#: ../source/specifications/dependency-specifiers.rst:199 |
9433 | 9433 | msgid "Comparisons in marker expressions are typed by the comparison operator. The <marker_op> operators that are not in <version_cmp> perform the same as they do for strings in Python. The <version_cmp> operators use the version comparison rules of the :ref:`Version specifier specification <version-specifiers>` when those are defined (that is when both sides have a valid version specifier). If there is no defined behaviour of this specification and the operator exists in Python, then the operator falls back to the Python behaviour. Otherwise an error should be raised. e.g. the following will result in errors::" |
9434 | 9434 | msgstr "" |
9435 | 9435 |
|
9436 | | -#: ../source/specifications/dependency-specifiers.rst:204 |
| 9436 | +#: ../source/specifications/dependency-specifiers.rst:212 |
9437 | 9437 | msgid "User supplied constants are always encoded as strings with either ``'`` or ``\"`` quote marks. Note that backslash escapes are not defined, but existing implementations do support them. They are not included in this specification because they add complexity and there is no observable need for them today. Similarly we do not define non-ASCII character support: all the runtime variables we are referencing are expected to be ASCII-only." |
9438 | 9438 | msgstr "" |
9439 | 9439 |
|
9440 | | -#: ../source/specifications/dependency-specifiers.rst:211 |
| 9440 | +#: ../source/specifications/dependency-specifiers.rst:219 |
9441 | 9441 | msgid "The variables in the marker grammar such as \"os_name\" resolve to values looked up in the Python runtime. With the exception of \"extra\" all values are defined on all Python versions today - it is an error in the implementation of markers if a value is not defined." |
9442 | 9442 | msgstr "" |
9443 | 9443 |
|
9444 | | -#: ../source/specifications/dependency-specifiers.rst:216 |
| 9444 | +#: ../source/specifications/dependency-specifiers.rst:224 |
9445 | 9445 | msgid "Unknown variables must raise an error rather than resulting in a comparison that evaluates to True or False." |
9446 | 9446 | msgstr "" |
9447 | 9447 |
|
9448 | | -#: ../source/specifications/dependency-specifiers.rst:219 |
| 9448 | +#: ../source/specifications/dependency-specifiers.rst:227 |
9449 | 9449 | msgid "Variables whose value cannot be calculated on a given Python implementation should evaluate to ``0`` for versions, and an empty string for all other variables." |
9450 | 9450 | msgstr "" |
9451 | 9451 |
|
9452 | | -#: ../source/specifications/dependency-specifiers.rst:223 |
| 9452 | +#: ../source/specifications/dependency-specifiers.rst:231 |
9453 | 9453 | msgid "The \"extra\" variable is special. It is used by wheels to signal which specifications apply to a given extra in the wheel ``METADATA`` file, but since the ``METADATA`` file is based on a draft version of :pep:`426`, there is no current specification for this. Regardless, outside of a context where this special handling is taking place, the \"extra\" variable should result in an error like all other unknown variables." |
9454 | 9454 | msgstr "" |
9455 | 9455 |
|
9456 | | -#: ../source/specifications/dependency-specifiers.rst:233 |
| 9456 | +#: ../source/specifications/dependency-specifiers.rst:241 |
9457 | 9457 | msgid "Marker" |
9458 | 9458 | msgstr "" |
9459 | 9459 |
|
9460 | | -#: ../source/specifications/dependency-specifiers.rst:234 |
| 9460 | +#: ../source/specifications/dependency-specifiers.rst:242 |
9461 | 9461 | msgid "Python equivalent" |
9462 | 9462 | msgstr "" |
9463 | 9463 |
|
9464 | | -#: ../source/specifications/dependency-specifiers.rst:235 |
| 9464 | +#: ../source/specifications/dependency-specifiers.rst:243 |
9465 | 9465 | msgid "Sample values" |
9466 | 9466 | msgstr "" |
9467 | 9467 |
|
9468 | | -#: ../source/specifications/dependency-specifiers.rst:236 |
| 9468 | +#: ../source/specifications/dependency-specifiers.rst:244 |
9469 | 9469 | msgid "``os_name``" |
9470 | 9470 | msgstr "" |
9471 | 9471 |
|
9472 | | -#: ../source/specifications/dependency-specifiers.rst:237 |
| 9472 | +#: ../source/specifications/dependency-specifiers.rst:245 |
9473 | 9473 | msgid ":py:data:`os.name`" |
9474 | 9474 | msgstr "" |
9475 | 9475 |
|
9476 | | -#: ../source/specifications/dependency-specifiers.rst:238 |
| 9476 | +#: ../source/specifications/dependency-specifiers.rst:246 |
9477 | 9477 | msgid "``posix``, ``java``" |
9478 | 9478 | msgstr "" |
9479 | 9479 |
|
9480 | | -#: ../source/specifications/dependency-specifiers.rst:239 |
| 9480 | +#: ../source/specifications/dependency-specifiers.rst:247 |
9481 | 9481 | msgid "``sys_platform``" |
9482 | 9482 | msgstr "" |
9483 | 9483 |
|
9484 | | -#: ../source/specifications/dependency-specifiers.rst:240 |
| 9484 | +#: ../source/specifications/dependency-specifiers.rst:248 |
9485 | 9485 | msgid ":py:data:`sys.platform`" |
9486 | 9486 | msgstr "" |
9487 | 9487 |
|
9488 | | -#: ../source/specifications/dependency-specifiers.rst:241 |
| 9488 | +#: ../source/specifications/dependency-specifiers.rst:249 |
9489 | 9489 | msgid "``linux``, ``linux2``, ``darwin``, ``java1.8.0_51`` (note that \"linux\" is from Python3 and \"linux2\" from Python2)" |
9490 | 9490 | msgstr "" |
9491 | 9491 |
|
9492 | | -#: ../source/specifications/dependency-specifiers.rst:243 |
| 9492 | +#: ../source/specifications/dependency-specifiers.rst:251 |
9493 | 9493 | msgid "``platform_machine``" |
9494 | 9494 | msgstr "" |
9495 | 9495 |
|
9496 | | -#: ../source/specifications/dependency-specifiers.rst:244 |
| 9496 | +#: ../source/specifications/dependency-specifiers.rst:252 |
9497 | 9497 | msgid ":py:func:`platform.machine()`" |
9498 | 9498 | msgstr "" |
9499 | 9499 |
|
9500 | | -#: ../source/specifications/dependency-specifiers.rst:245 |
| 9500 | +#: ../source/specifications/dependency-specifiers.rst:253 |
9501 | 9501 | msgid "``x86_64``" |
9502 | 9502 | msgstr "" |
9503 | 9503 |
|
9504 | | -#: ../source/specifications/dependency-specifiers.rst:246 |
| 9504 | +#: ../source/specifications/dependency-specifiers.rst:254 |
9505 | 9505 | msgid "``platform_python_implementation``" |
9506 | 9506 | msgstr "" |
9507 | 9507 |
|
9508 | | -#: ../source/specifications/dependency-specifiers.rst:247 |
| 9508 | +#: ../source/specifications/dependency-specifiers.rst:255 |
9509 | 9509 | msgid ":py:func:`platform.python_implementation()`" |
9510 | 9510 | msgstr "" |
9511 | 9511 |
|
9512 | | -#: ../source/specifications/dependency-specifiers.rst:248 |
| 9512 | +#: ../source/specifications/dependency-specifiers.rst:256 |
9513 | 9513 | msgid "``CPython``, ``Jython``" |
9514 | 9514 | msgstr "" |
9515 | 9515 |
|
9516 | | -#: ../source/specifications/dependency-specifiers.rst:249 |
| 9516 | +#: ../source/specifications/dependency-specifiers.rst:257 |
9517 | 9517 | msgid "``platform_release``" |
9518 | 9518 | msgstr "" |
9519 | 9519 |
|
9520 | | -#: ../source/specifications/dependency-specifiers.rst:250 |
| 9520 | +#: ../source/specifications/dependency-specifiers.rst:258 |
9521 | 9521 | msgid ":py:func:`platform.release()`" |
9522 | 9522 | msgstr "" |
9523 | 9523 |
|
9524 | | -#: ../source/specifications/dependency-specifiers.rst:251 |
| 9524 | +#: ../source/specifications/dependency-specifiers.rst:259 |
9525 | 9525 | msgid "``3.14.1-x86_64-linode39``, ``14.5.0``, ``1.8.0_51``" |
9526 | 9526 | msgstr "" |
9527 | 9527 |
|
9528 | | -#: ../source/specifications/dependency-specifiers.rst:252 |
| 9528 | +#: ../source/specifications/dependency-specifiers.rst:260 |
9529 | 9529 | msgid "``platform_system``" |
9530 | 9530 | msgstr "" |
9531 | 9531 |
|
9532 | | -#: ../source/specifications/dependency-specifiers.rst:253 |
| 9532 | +#: ../source/specifications/dependency-specifiers.rst:261 |
9533 | 9533 | msgid ":py:func:`platform.system()`" |
9534 | 9534 | msgstr "" |
9535 | 9535 |
|
9536 | | -#: ../source/specifications/dependency-specifiers.rst:254 |
| 9536 | +#: ../source/specifications/dependency-specifiers.rst:262 |
9537 | 9537 | msgid "``Linux``, ``Windows``, ``Java``" |
9538 | 9538 | msgstr "" |
9539 | 9539 |
|
9540 | | -#: ../source/specifications/dependency-specifiers.rst:255 |
| 9540 | +#: ../source/specifications/dependency-specifiers.rst:263 |
9541 | 9541 | msgid "``platform_version``" |
9542 | 9542 | msgstr "" |
9543 | 9543 |
|
9544 | | -#: ../source/specifications/dependency-specifiers.rst:256 |
| 9544 | +#: ../source/specifications/dependency-specifiers.rst:264 |
9545 | 9545 | msgid ":py:func:`platform.version()`" |
9546 | 9546 | msgstr "" |
9547 | 9547 |
|
9548 | | -#: ../source/specifications/dependency-specifiers.rst:257 |
| 9548 | +#: ../source/specifications/dependency-specifiers.rst:265 |
9549 | 9549 | msgid "``#1 SMP Fri Apr 25 13:07:35 EDT 2014`` ``Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Oracle Corporation`` ``Darwin Kernel Version 14.5.0: Wed Jul 29 02:18:53 PDT 2015; root:xnu-2782.40.9~2/RELEASE_X86_64``" |
9550 | 9550 | msgstr "" |
9551 | 9551 |
|
9552 | | -#: ../source/specifications/dependency-specifiers.rst:260 |
| 9552 | +#: ../source/specifications/dependency-specifiers.rst:268 |
9553 | 9553 | msgid "``python_version``" |
9554 | 9554 | msgstr "" |
9555 | 9555 |
|
9556 | | -#: ../source/specifications/dependency-specifiers.rst:261 |
| 9556 | +#: ../source/specifications/dependency-specifiers.rst:269 |
9557 | 9557 | msgid "``'.'.join(platform.python_version_tuple()[:2])``" |
9558 | 9558 | msgstr "" |
9559 | 9559 |
|
9560 | | -#: ../source/specifications/dependency-specifiers.rst:262 |
| 9560 | +#: ../source/specifications/dependency-specifiers.rst:270 |
9561 | 9561 | msgid "``3.4``, ``2.7``" |
9562 | 9562 | msgstr "" |
9563 | 9563 |
|
9564 | | -#: ../source/specifications/dependency-specifiers.rst:263 |
| 9564 | +#: ../source/specifications/dependency-specifiers.rst:271 |
9565 | 9565 | msgid "``python_full_version``" |
9566 | 9566 | msgstr "" |
9567 | 9567 |
|
9568 | | -#: ../source/specifications/dependency-specifiers.rst:264 |
| 9568 | +#: ../source/specifications/dependency-specifiers.rst:272 |
9569 | 9569 | msgid ":py:func:`platform.python_version()`" |
9570 | 9570 | msgstr "" |
9571 | 9571 |
|
9572 | | -#: ../source/specifications/dependency-specifiers.rst:265 |
9573 | | -#: ../source/specifications/dependency-specifiers.rst:271 |
| 9572 | +#: ../source/specifications/dependency-specifiers.rst:273 |
| 9573 | +#: ../source/specifications/dependency-specifiers.rst:279 |
9574 | 9574 | msgid "``3.4.0``, ``3.5.0b1``" |
9575 | 9575 | msgstr "" |
9576 | 9576 |
|
9577 | | -#: ../source/specifications/dependency-specifiers.rst:266 |
| 9577 | +#: ../source/specifications/dependency-specifiers.rst:274 |
9578 | 9578 | msgid "``implementation_name``" |
9579 | 9579 | msgstr "" |
9580 | 9580 |
|
9581 | | -#: ../source/specifications/dependency-specifiers.rst:267 |
| 9581 | +#: ../source/specifications/dependency-specifiers.rst:275 |
9582 | 9582 | msgid ":py:data:`sys.implementation.name <sys.implementation>`" |
9583 | 9583 | msgstr "" |
9584 | 9584 |
|
9585 | | -#: ../source/specifications/dependency-specifiers.rst:268 |
| 9585 | +#: ../source/specifications/dependency-specifiers.rst:276 |
9586 | 9586 | msgid "``cpython``" |
9587 | 9587 | msgstr "" |
9588 | 9588 |
|
9589 | | -#: ../source/specifications/dependency-specifiers.rst:269 |
| 9589 | +#: ../source/specifications/dependency-specifiers.rst:277 |
9590 | 9590 | msgid "``implementation_version``" |
9591 | 9591 | msgstr "" |
9592 | 9592 |
|
9593 | | -#: ../source/specifications/dependency-specifiers.rst:270 |
| 9593 | +#: ../source/specifications/dependency-specifiers.rst:278 |
9594 | 9594 | msgid "see definition below" |
9595 | 9595 | msgstr "" |
9596 | 9596 |
|
9597 | | -#: ../source/specifications/dependency-specifiers.rst:272 |
| 9597 | +#: ../source/specifications/dependency-specifiers.rst:280 |
9598 | 9598 | msgid "``extra``" |
9599 | 9599 | msgstr "" |
9600 | 9600 |
|
9601 | | -#: ../source/specifications/dependency-specifiers.rst:273 |
| 9601 | +#: ../source/specifications/dependency-specifiers.rst:281 |
9602 | 9602 | msgid "An error except when defined by the context interpreting the specification." |
9603 | 9603 | msgstr "" |
9604 | 9604 |
|
9605 | | -#: ../source/specifications/dependency-specifiers.rst:275 |
| 9605 | +#: ../source/specifications/dependency-specifiers.rst:283 |
9606 | 9606 | msgid "``test``" |
9607 | 9607 | msgstr "" |
9608 | 9608 |
|
9609 | | -#: ../source/specifications/dependency-specifiers.rst:277 |
| 9609 | +#: ../source/specifications/dependency-specifiers.rst:285 |
9610 | 9610 | msgid "The ``implementation_version`` marker variable is derived from :py:data:`sys.implementation.version <sys.implementation>`:" |
9611 | 9611 | msgstr "" |
9612 | 9612 |
|
9613 | | -#: ../source/specifications/dependency-specifiers.rst:294 |
| 9613 | +#: ../source/specifications/dependency-specifiers.rst:302 |
9614 | 9614 | msgid "This environment markers section, initially defined through :pep:`508`, supersedes the environment markers section in :pep:`345`." |
9615 | 9615 | msgstr "" |
9616 | 9616 |
|
9617 | | -#: ../source/specifications/dependency-specifiers.rst:298 |
| 9617 | +#: ../source/specifications/dependency-specifiers.rst:308 |
9618 | 9618 | msgid "Complete Grammar" |
9619 | 9619 | msgstr "" |
9620 | 9620 |
|
9621 | | -#: ../source/specifications/dependency-specifiers.rst:300 |
| 9621 | +#: ../source/specifications/dependency-specifiers.rst:310 |
9622 | 9622 | msgid "The complete parsley grammar::" |
9623 | 9623 | msgstr "" |
9624 | 9624 |
|
9625 | | -#: ../source/specifications/dependency-specifiers.rst:407 |
| 9625 | +#: ../source/specifications/dependency-specifiers.rst:417 |
9626 | 9626 | msgid "A test program - if the grammar is in a string ``grammar``:" |
9627 | 9627 | msgstr "" |
9628 | 9628 |
|
9629 | | -#: ../source/specifications/dependency-specifiers.rst:479 |
| 9629 | +#: ../source/specifications/dependency-specifiers.rst:489 |
9630 | 9630 | msgid "November 2015: This specification was approved through :pep:`508`." |
9631 | 9631 | msgstr "" |
9632 | 9632 |
|
9633 | | -#: ../source/specifications/dependency-specifiers.rst:480 |
| 9633 | +#: ../source/specifications/dependency-specifiers.rst:490 |
9634 | 9634 | msgid "July 2019: The definition of ``python_version`` was `changed <python-version-change_>`_ from ``platform.python_version()[:3]`` to ``'.'.join(platform.python_version_tuple()[:2])``, to accommodate potential future versions of Python with 2-digit major and minor versions (e.g. 3.10). [#future_versions]_" |
9635 | 9635 | msgstr "" |
9636 | 9636 |
|
9637 | | -#: ../source/specifications/dependency-specifiers.rst:485 |
| 9637 | +#: ../source/specifications/dependency-specifiers.rst:495 |
9638 | 9638 | msgid "June 2024: The definition of ``version_many`` was changed to allow trailing commas, matching with the behavior of the Python implementation that has been in use since late 2022." |
9639 | 9639 | msgstr "" |
9640 | 9640 |
|
9641 | | -#: ../source/specifications/dependency-specifiers.rst:493 |
| 9641 | +#: ../source/specifications/dependency-specifiers.rst:503 |
9642 | 9642 | msgid "pip, the recommended installer for Python packages (http://pip.readthedocs.org/en/stable/)" |
9643 | 9643 | msgstr "" |
9644 | 9644 |
|
9645 | | -#: ../source/specifications/dependency-specifiers.rst:496 |
| 9645 | +#: ../source/specifications/dependency-specifiers.rst:506 |
9646 | 9646 | msgid "The parsley PEG library. (https://pypi.python.org/pypi/parsley/)" |
9647 | 9647 | msgstr "" |
9648 | 9648 |
|
9649 | | -#: ../source/specifications/dependency-specifiers.rst:499 |
| 9649 | +#: ../source/specifications/dependency-specifiers.rst:509 |
9650 | 9650 | msgid "Future Python versions might be problematic with the definition of Environment Marker Variable ``python_version`` (https://github.com/python/peps/issues/560)" |
9651 | 9651 | msgstr "" |
9652 | 9652 |
|
|
0 commit comments