|
1 | 1 | # SOME DESCRIPTIVE TITLE. |
2 | | -# Copyright (C) 2001-2019, Python Software Foundation |
| 2 | +# Copyright (C) 2001 Python Software Foundation |
3 | 3 | # This file is distributed under the same license as the Python package. |
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 5 | # |
6 | 6 | #, fuzzy |
7 | 7 | msgid "" |
8 | 8 | msgstr "" |
9 | | -"Project-Id-Version: Python 3.8\n" |
| 9 | +"Project-Id-Version: Python 3.14\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2019-09-01 14:24+0000\n" |
12 | | -"PO-Revision-Date: 2017-02-16 23:07+0000\n" |
13 | | -"Language-Team: Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n" |
| 11 | +"POT-Creation-Date: 2025-05-09 14:19+0000\n" |
| 12 | +"PO-Revision-Date: 2024-11-19 01:02+0000\n" |
| 13 | +"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/id/)\n" |
14 | 14 | "MIME-Version: 1.0\n" |
15 | 15 | "Content-Type: text/plain; charset=UTF-8\n" |
16 | 16 | "Content-Transfer-Encoding: 8bit\n" |
17 | 17 | "Language: id\n" |
18 | 18 | "Plural-Forms: nplurals=1; plural=0;\n" |
19 | 19 |
|
20 | 20 | #: ../../library/distutils.rst:2 |
21 | | -msgid ":mod:`distutils` --- Building and installing Python modules" |
| 21 | +msgid ":mod:`!distutils` --- Building and installing Python modules" |
22 | 22 | msgstr "" |
23 | 23 |
|
24 | | -#: ../../library/distutils.rst:12 |
| 24 | +#: ../../library/distutils.rst:10 |
25 | 25 | msgid "" |
26 | | -"The :mod:`distutils` package provides support for building and installing " |
27 | | -"additional modules into a Python installation. The new modules may be " |
28 | | -"either 100%-pure Python, or may be extension modules written in C, or may be" |
29 | | -" collections of Python packages which include modules coded in both Python " |
30 | | -"and C." |
| 26 | +"This module is no longer part of the Python standard library. It was " |
| 27 | +":ref:`removed in Python 3.12 <whatsnew312-removed-distutils>` after being " |
| 28 | +"deprecated in Python 3.10. The removal was decided in :pep:`632`, which has" |
| 29 | +" `migration advice <https://peps.python.org/pep-0632/#migration-advice>`_." |
31 | 30 | msgstr "" |
32 | 31 |
|
33 | | -#: ../../library/distutils.rst:17 |
| 32 | +#: ../../library/distutils.rst:16 |
34 | 33 | msgid "" |
35 | | -"Most Python users will *not* want to use this module directly, but instead " |
36 | | -"use the cross-version tools maintained by the Python Packaging Authority. In" |
37 | | -" particular, `setuptools <https://setuptools.readthedocs.io/en/latest/>`__ " |
38 | | -"is an enhanced alternative to :mod:`distutils` that provides:" |
39 | | -msgstr "" |
40 | | - |
41 | | -#: ../../library/distutils.rst:23 |
42 | | -msgid "support for declaring project dependencies" |
43 | | -msgstr "" |
44 | | - |
45 | | -#: ../../library/distutils.rst:24 |
46 | | -msgid "" |
47 | | -"additional mechanisms for configuring which files to include in source " |
48 | | -"releases (including plugins for integration with version control systems)" |
49 | | -msgstr "" |
50 | | - |
51 | | -#: ../../library/distutils.rst:26 |
52 | | -msgid "" |
53 | | -"the ability to declare project \"entry points\", which can be used as the " |
54 | | -"basis for application plugin systems" |
55 | | -msgstr "" |
56 | | - |
57 | | -#: ../../library/distutils.rst:28 |
58 | | -msgid "" |
59 | | -"the ability to automatically generate Windows command line executables at " |
60 | | -"installation time rather than needing to prebuild them" |
61 | | -msgstr "" |
62 | | - |
63 | | -#: ../../library/distutils.rst:30 |
64 | | -msgid "consistent behaviour across all supported Python versions" |
65 | | -msgstr "" |
66 | | - |
67 | | -#: ../../library/distutils.rst:32 |
68 | | -msgid "" |
69 | | -"The recommended `pip <https://pip.pypa.io/>`__ installer runs all " |
70 | | -"``setup.py`` scripts with ``setuptools``, even if the script itself only " |
71 | | -"imports ``distutils``. Refer to the `Python Packaging User Guide " |
72 | | -"<https://packaging.python.org>`_ for more information." |
73 | | -msgstr "" |
74 | | - |
75 | | -#: ../../library/distutils.rst:38 |
76 | | -msgid "" |
77 | | -"For the benefits of packaging tool authors and users seeking a deeper " |
78 | | -"understanding of the details of the current packaging and distribution " |
79 | | -"system, the legacy :mod:`distutils` based user documentation and API " |
80 | | -"reference remain available:" |
81 | | -msgstr "" |
82 | | - |
83 | | -#: ../../library/distutils.rst:43 |
84 | | -msgid ":ref:`install-index`" |
85 | | -msgstr "" |
86 | | - |
87 | | -#: ../../library/distutils.rst:44 |
88 | | -msgid ":ref:`distutils-index`" |
| 34 | +"The last version of Python that provided the :mod:`!distutils` module was " |
| 35 | +"`Python 3.11 <https://docs.python.org/3.11/library/distutils.html>`_." |
89 | 36 | msgstr "" |
0 commit comments