From 5c0c704f4bdd7f46d09fc04816dd139f2b3da9b3 Mon Sep 17 00:00:00 2001 From: ♪ I'm a bot, bot, bot ♪ <_update_docs_trans@sundries01.phx2.fedoraproject.org> Date: Feb 16 2024 22:24:41 +0000 Subject: automatic update of pot/po files --- diff --git a/pot/master/pages/Python.pot b/pot/master/pages/Python.pot index 2107545..f462d04 100644 --- a/pot/master/pages/Python.pot +++ b/pot/master/pages/Python.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-01-05 22:18+0000\n" +"POT-Creation-Date: 2024-02-16 22:16+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2249,7 +2249,7 @@ msgstr "" #, no-wrap msgid "" "# Here, \"pello\" is the name of the importable module.\n" -"%pyproject_save_files pello\n" +"%pyproject_save_files -l pello\n" msgstr "" #. type: delimited block - @@ -2755,44 +2755,67 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1528 +#: ./pages/Python.adoc:1527 +msgid "The macro has these options:" +msgstr "" + +#. type: Plain text +#: ./pages/Python.adoc:1532 +msgid "" +"`+-l+`: Declare that a missing license should terminate the build. " +"Packagers are encouraged to use this flag when the `%license file` is not " +"manually listed in `%files` to avoid accidentally losing the file in a " +"future version." +msgstr "" + +#. type: Plain text +#: ./pages/Python.adoc:1536 +msgid "" +"`+-L+`: Explicitly disable the check for a missing license file. When the " +"`%license` file is manually listed in `%files`, packagers can use this flag " +"to ensure future compatibility in case the `-l` behavior eventually becomes " +"a default." +msgstr "" + +#. type: Plain text +#: ./pages/Python.adoc:1539 msgid "`+%{pyproject_files}+`" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1530 +#: ./pages/Python.adoc:1541 msgid "Path of the file written by `+%pyproject_save_files+`, to be used as:" msgstr "" #. type: delimited block - -#: ./pages/Python.adoc:1534 +#: ./pages/Python.adoc:1545 #, no-wrap msgid "%files -n python3-DISTNAME -f %{pyproject_files}\n" msgstr "" #. type: Title === -#: ./pages/Python.adoc:1536 +#: ./pages/Python.adoc:1547 #, no-wrap msgid "Test macros" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1540 +#: ./pages/Python.adoc:1551 msgid "`+%tox+`" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1542 +#: ./pages/Python.adoc:1553 msgid "Run tests using `+tox+`." msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1544 +#: ./pages/Python.adoc:1555 msgid "Different environments may be specified with `+-e+`, for example:" msgstr "" #. type: delimited block - -#: ./pages/Python.adoc:1549 +#: ./pages/Python.adoc:1560 #, no-wrap msgid "" "%check\n" @@ -2800,36 +2823,36 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1552 +#: ./pages/Python.adoc:1563 msgid "Flags for the `+tox+` command can be specified after `+--+`:" msgstr "" #. type: delimited block - -#: ./pages/Python.adoc:1556 +#: ./pages/Python.adoc:1567 #, no-wrap msgid " %tox -- --parallel 0\n" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1559 +#: ./pages/Python.adoc:1570 msgid "" "Additional arguments for the test runner may be specified after another " "`+--+`:" msgstr "" #. type: delimited block - -#: ./pages/Python.adoc:1563 +#: ./pages/Python.adoc:1574 #, no-wrap msgid " %tox -- --parallel 0 -- --verbose tests/*\n" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1567 +#: ./pages/Python.adoc:1578 msgid "`+%{toxenv}+`" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1571 +#: ./pages/Python.adoc:1582 msgid "" "The _tox_ environment(s) used by the `+%tox+` macro. Multiple environments " "are separated by commas. Can be overridden manually or with " @@ -2837,46 +2860,46 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1574 +#: ./pages/Python.adoc:1585 msgid "`+%{default_toxenv}+` (e.g. `+py39+`)" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1576 +#: ./pages/Python.adoc:1587 msgid "The system-wide default value of `+%{toxenv}+`." msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1579 +#: ./pages/Python.adoc:1590 msgid "`+%pytest+`" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1582 +#: ./pages/Python.adoc:1593 msgid "" "Run `+%__pytest+` with environment variables appropriate for tests in " "`%check`. See <> for details." msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1585 +#: ./pages/Python.adoc:1596 msgid "`+%__pytest+` (`+/usr/bin/pytest+`)" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1587 +#: ./pages/Python.adoc:1598 msgid "The command that `+%pytest+` uses. May be redefined." msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1590 +#: ./pages/Python.adoc:1601 msgid "" "`+%py3_test_envvars+` (`+PATH=... PYTHONPATH=... PYTHONDONTWRITEBYTECODE=1 " "...+`)" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1595 +#: ./pages/Python.adoc:1606 msgid "" "The environment variables used by `+%pytest+` and `+%tox+`. It may be used " "to invoke custom test runners in `+%check+`. See <> for " @@ -2884,12 +2907,12 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1598 +#: ./pages/Python.adoc:1609 msgid "`+%py3_check_import+`" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1602 +#: ./pages/Python.adoc:1613 msgid "" "Imports all provided modules. If running an upstream test suite is not " "feasible, use this macro in `+%check+` to test that public Python modules " @@ -2897,50 +2920,50 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1604 +#: ./pages/Python.adoc:1615 msgid "Takes these arguments:" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1609 +#: ./pages/Python.adoc:1620 msgid "" "`+-f+`: path to file containing qualified module names (separated by " "newlines). Optional, can be used multiple times." msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1611 +#: ./pages/Python.adoc:1622 msgid "" "`+-e+`: glob to exclude the matching module names. Optional, can be used " "multiple times." msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1612 +#: ./pages/Python.adoc:1623 msgid "`+-t+`: if set, import only top-level module names" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1614 +#: ./pages/Python.adoc:1625 msgid "" "Positional arguments (separated by spaces or commas) specify the module " "name(s) to check." msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1619 +#: ./pages/Python.adoc:1630 msgid "" "The macro sets various environment variables such as `+PATH+` and " "`+PYTHONPATH+` to ensure the packaged versions of modules are imported." msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1622 +#: ./pages/Python.adoc:1633 msgid "`+%pyproject_check_import+`" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1626 +#: ./pages/Python.adoc:1637 msgid "" "Imports all public modules found by <> whose names match any of the provided " @@ -2948,63 +2971,63 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1629 +#: ./pages/Python.adoc:1640 msgid "" "This macro needs to be used with `+%pyproject_save_files+` (use " "`+%py3_check_import+` in other cases)." msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1632 +#: ./pages/Python.adoc:1643 msgid "" "The macro takes `+-e+`/`+-t+` as well as positional arguments for " "`+%py3_check_import+` above." msgstr "" #. type: Title === -#: ./pages/Python.adoc:1633 +#: ./pages/Python.adoc:1644 #, no-wrap msgid "Extras macros" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1637 +#: ./pages/Python.adoc:1648 msgid "`+%pyproject_extras_subpkg+`" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1640 +#: ./pages/Python.adoc:1651 msgid "" "Generates a simple subpackage for a Python extra. See <> for more " "information." msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1643 +#: ./pages/Python.adoc:1654 msgid "" "This macro needs to be used with `+%pyproject_install+` (use " "`+%python_extras_subpkg+` in other cases)." msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1645 +#: ./pages/Python.adoc:1656 msgid "Required arguments:" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1648 ./pages/Python.adoc:1694 +#: ./pages/Python.adoc:1659 ./pages/Python.adoc:1705 msgid "`+-n+`: name of the “base” package (e.g. `+python3-requests+`)" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1650 +#: ./pages/Python.adoc:1661 msgid "" "Positional arguments (separated by spaces or commas): the extra name(s). " "Multiple metapackages are generated when multiple names are provided." msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1655 +#: ./pages/Python.adoc:1666 msgid "" "The macro also takes `+-i+`/`+-f+`/`+-F+` arguments for " "`+%python_extras_subpkg+` below, but if they are not given, a filelist " @@ -3012,7 +3035,7 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1663 +#: ./pages/Python.adoc:1674 msgid "" "This macro generates all the subpackage definition sections (`+%package+` " "including the `+Summary+` and `+Requires+` on the base package, " @@ -3023,7 +3046,7 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1670 +#: ./pages/Python.adoc:1681 msgid "" "The `+%files+` section is last. It can be continued to add files that only " "make sense with the extra and the base package does not fail without them. " @@ -3032,7 +3055,7 @@ msgid "" msgstr "" #. type: delimited block - -#: ./pages/Python.adoc:1675 +#: ./pages/Python.adoc:1686 #, no-wrap msgid "" "%pyproject_extras_subpkg -n a-cool-tool cli\n" @@ -3040,7 +3063,7 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1684 +#: ./pages/Python.adoc:1695 msgid "" "Due to technical limitations, the macro never generates requirements on the " "arched `+BASE_PACKAGE%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}+`. " @@ -3051,24 +3074,24 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1687 +#: ./pages/Python.adoc:1698 msgid "`+%python_extras_subpkg+`" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1691 +#: ./pages/Python.adoc:1702 msgid "" "Generates a simple subpackage for a Python extra. See <> for more " "information. Takes these arguments:" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1695 +#: ./pages/Python.adoc:1706 msgid "`+-i+`: the `+%files %ghost+` path (glob) to the `+.dist-info+` directory" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1698 +#: ./pages/Python.adoc:1709 msgid "" "Positional arguments (separated by spaces or commas) specify the extra " "name(s) — multiple metapackages are generated when multiple names are " @@ -3076,7 +3099,7 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1702 +#: ./pages/Python.adoc:1713 msgid "" "`+-f+`: Relative path to the filelist for this metapackage (which should " "contain the `+%files %ghost+` path (glob) to the the metadata directory). " @@ -3084,19 +3107,19 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1705 +#: ./pages/Python.adoc:1716 msgid "" "`+-F+`: Skip the %files section entirely (if the packager wants to construct " "it manually). Conflicts with `+-i+` and `+-f+`." msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1708 +#: ./pages/Python.adoc:1719 msgid "As with `+%pyproject_extras_subpkg+`:" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1713 +#: ./pages/Python.adoc:1724 msgid "" "This macro generates all the subpackage definition sections, with only " "`+%files+` being customizable. For more complicated uses, construct the " @@ -3104,20 +3127,20 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1715 +#: ./pages/Python.adoc:1726 msgid "" "It never generates requirements on the arched `+BASE_PACKAGE%{?_isa} = " "%{?epoch:%{epoch}:}%{version}-%{release}+`." msgstr "" #. type: Title === -#: ./pages/Python.adoc:1716 +#: ./pages/Python.adoc:1727 #, no-wrap msgid "Manual generation" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1722 +#: ./pages/Python.adoc:1733 msgid "" "The following macros are available for cases where automatic generation is " "turned off. They can also be useful for handling files in non-standard " @@ -3125,24 +3148,24 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1725 +#: ./pages/Python.adoc:1736 msgid "`+%pycached MODNAME.py+`" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1728 +#: ./pages/Python.adoc:1739 msgid "" "Given a Python file, lists the file and the files with its bytecode " "cache. See _Source files and bytecode cache_ for more information." msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1731 +#: ./pages/Python.adoc:1742 msgid "`+%py_provides python3-MODNAME+`" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1735 +#: ./pages/Python.adoc:1746 msgid "" "Generates `+Provides+` for `+python3-MODNAME+`, `+python3.X-MODNAME+` and " "`+python-MODNAME+`. See <> for more " @@ -3150,17 +3173,17 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1738 +#: ./pages/Python.adoc:1749 msgid "`+%py_byte_compile INTERPRETER PATH+`" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1740 +#: ./pages/Python.adoc:1751 msgid "Byte-compile a Python file into a `+__pycache__/*.pyc+`." msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1745 +#: ./pages/Python.adoc:1756 msgid "" "If the `+PATH+` argument is a directory, the macro will recursively byte " "compile all `+*.py+` files in the directory. (So, if you need to compile " @@ -3169,7 +3192,7 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1752 +#: ./pages/Python.adoc:1763 msgid "" "The `+INTERPRETER+` determines the compiled file name’s suffix and the magic " "number embedded in the file. These muct match the interpreter that will " @@ -3179,17 +3202,17 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1754 +#: ./pages/Python.adoc:1765 msgid "[#py_dist_name]" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1755 +#: ./pages/Python.adoc:1766 msgid "`+%{py_dist_name PROJECTNAME}+`" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1759 +#: ./pages/Python.adoc:1770 msgid "" "Given a _project name_ (e.g. `+PyYAML+`) it will convert it to the canonical " "format (e.g. `+pyyaml+`). See <> for more " @@ -3197,17 +3220,17 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1761 +#: ./pages/Python.adoc:1772 msgid "[#py3_dist]" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1762 +#: ./pages/Python.adoc:1773 msgid "`+%{py3_dist PROJECTNAME …}+`" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1768 +#: ./pages/Python.adoc:1779 msgid "" "Given one or more _project names_, it will convert them to the canonical " "format and evaluate to `+python3dist(DISTNAME)+`, which is useful when " @@ -3216,28 +3239,28 @@ msgid "" msgstr "" #. type: Title === -#: ./pages/Python.adoc:1769 +#: ./pages/Python.adoc:1780 #, no-wrap msgid "System Settings" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1772 +#: ./pages/Python.adoc:1783 msgid "The following macros can be redefined for special use cases." msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1774 +#: ./pages/Python.adoc:1785 msgid "[#__python]" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1775 +#: ./pages/Python.adoc:1786 msgid "`+%{__python}+` (errors by default if not redefined)" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1779 +#: ./pages/Python.adoc:1790 msgid "" "Defining this macro sets the meaning of all “unversioned” Python macros such " "as `+%{python}+` or `+%{python_sitelib}+`. Don’t use these macros without " @@ -3245,24 +3268,24 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1782 +#: ./pages/Python.adoc:1793 msgid "`+%{__python3}+` (`+/usr/bin/python3+`)" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1786 +#: ./pages/Python.adoc:1797 msgid "" "The python 3 interpreter. Redefining this macro changes all the " "`+%{python3...}+` macros, e.g. `+%{python3}+` or `+%{python3_sitelib}+`." msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1789 +#: ./pages/Python.adoc:1800 msgid "`+%{python3_pkgversion}+` (`+3+`)" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1796 +#: ./pages/Python.adoc:1807 msgid "" "Distro-wide Python version, i.e. the `+3+` in `+python3+`. Projects that " "build on top of Fedora might define it to e.g. `+3.9+` to try allowing " @@ -3272,13 +3295,13 @@ msgid "" msgstr "" #. type: Title === -#: ./pages/Python.adoc:1797 +#: ./pages/Python.adoc:1808 #, no-wrap msgid "Comparing Python versions" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1805 +#: ./pages/Python.adoc:1816 msgid "" "When comparing Python versions (e.g. to ask: is `+%{python3_version}+` " "greater than 3.8?), using naïve `+%if %{python3_version} > 3.8+` or `+%if " @@ -3288,14 +3311,14 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1808 +#: ./pages/Python.adoc:1819 msgid "" "It is possible to explicitly compare version literals by using the `+v+` " "prefix, similar to the Python string prefixes:" msgstr "" #. type: delimited block - -#: ./pages/Python.adoc:1814 +#: ./pages/Python.adoc:1825 #, no-wrap msgid "" "%if v\"0%{?python3_version}\" > v\"3.8\"\n" @@ -3304,14 +3327,14 @@ msgid "" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1820 +#: ./pages/Python.adoc:1831 msgid "" "As a workaround for compatibility with RPM releases before 4.16 (Fedora 33), " "`+%{python3_version_nodots}+` can be compared as an integers:" msgstr "" #. type: delimited block - -#: ./pages/Python.adoc:1826 +#: ./pages/Python.adoc:1837 #, no-wrap msgid "" "%if %{python3_version_nodots} > 38\n" @@ -3320,47 +3343,47 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/Python.adoc:1830 +#: ./pages/Python.adoc:1841 msgid "" "This will work with Python 3.10 (310 > 39), but eventually break with Python " "4.0 (40 < 310)." msgstr "" #. type: Title === -#: ./pages/Python.adoc:1832 +#: ./pages/Python.adoc:1843 #, no-wrap msgid "Disabling automation" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1835 +#: ./pages/Python.adoc:1846 msgid "The following macros can turn off Python-specific automation." msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1837 +#: ./pages/Python.adoc:1848 msgid "Consider contacting the Python SIG if you need to do this." msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1840 +#: ./pages/Python.adoc:1851 msgid "`+%{?python_disable_dependency_generator}+`" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1843 +#: ./pages/Python.adoc:1854 msgid "" "Disables the automatic dependency generator. See " "<> for details." msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1846 +#: ./pages/Python.adoc:1857 msgid "`+%undefine __pythonname_provides+`" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1850 +#: ./pages/Python.adoc:1861 msgid "" "Disables automatic generation of unversioned/versioned provides for package " "names, e.g. `+python-FOO+` and `+python3.9-FOO+` for `+python3-foo+`. See " @@ -3368,12 +3391,12 @@ msgid "" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1853 +#: ./pages/Python.adoc:1864 msgid "`+%undefine __pythondist_provides+`" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1857 +#: ./pages/Python.adoc:1868 msgid "" "Disables automatic generation of machine-readable Provides, " "e.g. `+python3dist(foo)+`. See <> for more " @@ -3381,22 +3404,22 @@ msgid "" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1860 +#: ./pages/Python.adoc:1871 msgid "`+%global _python_no_extras_requires 1+`" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1862 +#: ./pages/Python.adoc:1873 msgid "If defined, <> will not be generated." msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1865 +#: ./pages/Python.adoc:1876 msgid "`+%global _python_dist_allow_version_zero 1+`" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1869 +#: ./pages/Python.adoc:1880 msgid "" "From Fedora Linux 38 on, it is no longer possible to build a Python package " "with version 0 to prevent <<_version_warning,an accidental loss of the " @@ -3405,64 +3428,64 @@ msgid "" msgstr "" #. type: Title === -#: ./pages/Python.adoc:1870 +#: ./pages/Python.adoc:1881 #, no-wrap msgid "Deprecated Macros" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1875 +#: ./pages/Python.adoc:1886 msgid "" "The following macros are deprecated. See the xref:Python_201x.adoc[201x-era " "Python Packaging guidelines] for how some of them were used." msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1877 +#: ./pages/Python.adoc:1888 msgid "[[py3_build]] `+%py3_build+`" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1878 +#: ./pages/Python.adoc:1889 msgid "[[py3_build_wheel]] `+%py3_build_wheel+`" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1879 +#: ./pages/Python.adoc:1890 msgid "[[py3_build_egg]] `+%py3_build_egg+`" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1880 +#: ./pages/Python.adoc:1891 msgid "[[py3_install]] `+%py3_install+`" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1881 +#: ./pages/Python.adoc:1892 msgid "[[py3_install_wheel]] `+%py3_install_wheel+`" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1882 +#: ./pages/Python.adoc:1893 msgid "[[py3_install_egg]] `+%py3_install_egg+`" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1883 +#: ./pages/Python.adoc:1894 msgid "[[py3dir]] `+%py3dir+`" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1884 +#: ./pages/Python.adoc:1895 msgid "[[py3_other_build]] `+%py3_other_build+`" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1885 +#: ./pages/Python.adoc:1896 msgid "[[py3_other_install]] `+%py3_other_install+`" msgstr "" #. type: delimited block = -#: ./pages/Python.adoc:1885 +#: ./pages/Python.adoc:1896 msgid "[[python_provide]] `+%python_provide+`" msgstr ""