@@ -17,9 +17,8 @@ msgstr ""
1717"Generated-By : Babel 2.17.0\n "
1818
1919#: ../../library/distutils.rst:2
20- #, fuzzy
2120msgid ":mod:`!distutils` --- Building and installing Python modules"
22- msgstr ":mod:`distutils` --- 파이썬 모듈 빌드와 설치"
21+ msgstr ":mod:`! distutils` --- 파이썬 모듈 빌드와 설치"
2322
2423#: ../../library/distutils.rst:10
2524msgid ""
@@ -29,104 +28,15 @@ msgid ""
2928" has `migration advice <https://peps.python.org/pep-0632/#migration-"
3029"advice>`_."
3130msgstr ""
31+ "이 모듈은 더는 파이썬 표준 라이브러리에 포함되지 않습니다. 파이썬 3.10 에서 폐지된 후 :ref:`파이썬 3.12 에서 제거 "
32+ "<whatsnew312-removed-distutils>`\\ 되었습니다. 제거는 :pep:`632` 에서 결정되었고, `마이그레이션"
33+ " 지침 <https://peps.python.org/pep-0632/#migration-advice>`_\\ 이 있습니다."
3234
3335#: ../../library/distutils.rst:16
3436msgid ""
3537"The last version of Python that provided the :mod:`!distutils` module was"
3638" `Python 3.11 <https://docs.python.org/3.11/library/distutils.html>`_."
3739msgstr ""
38-
39- #~ msgid ""
40- #~ "The :mod:`distutils` package provides support"
41- #~ " for building and installing additional "
42- #~ "modules into a Python installation. The"
43- #~ " new modules may be either 100%-pure"
44- #~ " Python, or may be extension modules"
45- #~ " written in C, or may be "
46- #~ "collections of Python packages which "
47- #~ "include modules coded in both Python "
48- #~ "and C."
49- #~ msgstr ""
50- #~ ":mod:`distutils` 패키지는 파이썬 설치에 추가 모듈을 "
51- #~ "빌드하고 설치하는 것을 지원합니다. 새 모듈은 100% "
52- #~ "순수 파이썬이거나 C로 작성된 확장 모듈일 수도 "
53- #~ "있고, 파이썬과 C로 코딩된 모듈을 포함하는 파이썬 "
54- #~ "패키지 모음일 수도 있습니다."
55-
56- #~ msgid ""
57- #~ "Most Python users will *not* want "
58- #~ "to use this module directly, but "
59- #~ "instead use the cross-version tools "
60- #~ "maintained by the Python Packaging "
61- #~ "Authority. In particular, `setuptools "
62- #~ "<https://setuptools.readthedocs.io/en/latest/>`__ is an"
63- #~ " enhanced alternative to :mod:`distutils` "
64- #~ "that provides:"
65- #~ msgstr ""
66- #~ "대부분 파이썬 사용자는 직접 이 모듈을 사용하려고 "
67- #~ "하지 *않을*\\겁니다, 대신 파이썬 패키징 위원회가 유지하는"
68- #~ " 교차 버전 도구를 사용합니다. 특히, `setuptools "
69- #~ "<https://setuptools.readthedocs.io/en/latest/>`__\\는 다음을 "
70- #~ "제공하는 :mod:`distutils`\\의 향상된 대안입니다:"
71-
72- #~ msgid "support for declaring project dependencies"
73- #~ msgstr "프로젝트 의존성 선언 지원"
74-
75- #~ msgid ""
76- #~ "additional mechanisms for configuring which"
77- #~ " files to include in source releases"
78- #~ " (including plugins for integration with"
79- #~ " version control systems)"
80- #~ msgstr "소스 배포에 포함할 파일을 구성하기 위한 추가 메커니즘 (버전 제어 시스템과의 통합을 위한 플러그인 포함)"
81-
82- #~ msgid ""
83- #~ "the ability to declare project \"entry"
84- #~ " points\", which can be used as "
85- #~ "the basis for application plugin systems"
86- #~ msgstr "응용 프로그램 플러그인 시스템의 기초로 사용할 수 있는 프로젝트 \"진입점\"을 선언할 수 있는 능력"
87-
88- #~ msgid ""
89- #~ "the ability to automatically generate "
90- #~ "Windows command line executables at "
91- #~ "installation time rather than needing to"
92- #~ " prebuild them"
93- #~ msgstr "미리 빌드 할 필요 없이, 설치 시 윈도우 명령 줄 실행 파일을 자동으로 생성하는 능력"
94-
95- #~ msgid "consistent behaviour across all supported Python versions"
96- #~ msgstr "지원되는 모든 파이썬 버전에서 일관된 동작"
97-
98- #~ msgid ""
99- #~ "The recommended `pip <https://pip.pypa.io/>`__ "
100- #~ "installer runs all ``setup.py`` scripts "
101- #~ "with ``setuptools``, even if the script"
102- #~ " itself only imports ``distutils``. Refer"
103- #~ " to the `Python Packaging User Guide"
104- #~ " <https://packaging.python.org>`_ for more "
105- #~ "information."
106- #~ msgstr ""
107- #~ "권장되는 `pip <https://pip.pypa.io/>`__ 설치 관리자는"
108- #~ " ``setuptools``\\로 모든 ``setup.py`` 스크립트를 "
109- #~ "실행합니다. 스크립트 자체가 ``distutils`` 만 임포트 "
110- #~ "할 때조차 그렇습니다. 자세한 내용은 `파이썬 패키징 "
111- #~ "사용자 지침서 <https://packaging.python.org>`_\\를 참조하십시오."
112-
113- #~ msgid ""
114- #~ "For the benefits of packaging tool "
115- #~ "authors and users seeking a deeper "
116- #~ "understanding of the details of the "
117- #~ "current packaging and distribution system, "
118- #~ "the legacy :mod:`distutils` based user "
119- #~ "documentation and API reference remain "
120- #~ "available:"
121- #~ msgstr ""
122- #~ "패키징 도구 작성자와 현재 패키징과 배포 시스템의 "
123- #~ "세부 사항을 더 깊이 이해하고자 하는 사용자를 "
124- #~ "위해, 기존의 :mod:`distutils` 기반 사용자 설명서와 "
125- #~ "API 레퍼런스를 계속 제공합니다:"
126-
127- #~ msgid ":ref:`install-index`"
128- #~ msgstr ":ref:`install-index`"
129-
130- #~ msgid ":ref:`distutils-index`"
131- #~ msgstr ":ref:`distutils-index`"
40+ ":mod:`!distutils` 모듈을 제공한 마지막 파이썬 버전은 `파이썬 3.11 "
41+ "<https://docs.python.org/ko/3.11/library/distutils.html>`_ 입니다."
13242
0 commit comments