# Copyright (C) 2001-2020, Python Software Foundation # This file is distributed under the same license as the Python package. # Maintained by the python-doc-es workteam. # docs-es@python.org / # https://mail.python.org/mailman3/lists/docs-es.python.org/ # Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get # the list of volunteers # msgid "" msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-10-16 21:42+0200\n" "PO-Revision-Date: 2021-10-21 13:44+0200\n" "Last-Translator: \n" "Language: es_MX\n" "Language-Team: python-doc-es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" "X-Generator: Poedit 3.0\n" #: ../Doc/library/distutils.rst:2 msgid ":mod:`distutils` --- Building and installing Python modules" msgstr ":mod:`distutils` --- Creación e instalación de módulos Python" #: ../Doc/library/distutils.rst:12 msgid "" ":mod:`distutils` is deprecated with removal planned for Python 3.12. See " "the :ref:`What's New ` entry for more information." msgstr "" ":mod:`distutils` está en desuso con la eliminación planificada para Python " "3.12. Consulte :ref:`Novedades ` para más información." #: ../Doc/library/distutils.rst:17 msgid "" "The :mod:`distutils` package provides support for building and installing " "additional modules into a Python installation. The new modules may be " "either 100%-pure Python, or may be extension modules written in C, or may be " "collections of Python packages which include modules coded in both Python " "and C." msgstr "" "El paquete :mod:`distutils` proporciona soporte para crear e instalar " "módulos adicionales en una instalación de Python. Los nuevos módulos pueden " "ser 100% Python puro, o pueden ser módulos de extensión escritos en C, o " "pueden ser colecciones de paquetes de Python que incluyen módulos " "programados en Python y C." #: ../Doc/library/distutils.rst:22 msgid "" "Most Python users will *not* want to use this module directly, but instead " "use the cross-version tools maintained by the Python Packaging Authority. In " "particular, `setuptools `__ is " "an enhanced alternative to :mod:`distutils` that provides:" msgstr "" "La mayoría de los usuarios de Python *no* querrán utilizar este módulo " "directamente, sino que usarán las herramientas de versión cruzada mantenidas " "por la Python Packaging Authority. En particular, `setuptools `__ es una alternativa mejorada a :mod:" "`distutils` que proporciona:" #: ../Doc/library/distutils.rst:28 msgid "support for declaring project dependencies" msgstr "soporte para declarar dependencias del proyecto" #: ../Doc/library/distutils.rst:29 msgid "" "additional mechanisms for configuring which files to include in source " "releases (including plugins for integration with version control systems)" msgstr "" "mecanismos adicionales para configurar cuáles archivos incluir en " "lanzamientos de código fuente (incluyendo plugins para la integración con " "sistemas de control de versiones)" #: ../Doc/library/distutils.rst:31 msgid "" "the ability to declare project \"entry points\", which can be used as the " "basis for application plugin systems" msgstr "" "la capacidad de declarar \"puntos de entrada\" del proyecto, los cuales " "pueden ser utilizados como base para los sistemas de plugins de aplicaciones" #: ../Doc/library/distutils.rst:33 msgid "" "the ability to automatically generate Windows command line executables at " "installation time rather than needing to prebuild them" msgstr "" "la capacidad de generar, automáticamente, ejecutables de línea de comandos " "de Windows en el momento de la instalación, en lugar de tener que " "compilarlos previamente" #: ../Doc/library/distutils.rst:35 msgid "consistent behaviour across all supported Python versions" msgstr "comportamiento consistente en todas las versiones de Python soportadas" #: ../Doc/library/distutils.rst:37 msgid "" "The recommended `pip `__ installer runs all ``setup." "py`` scripts with ``setuptools``, even if the script itself only imports " "``distutils``. Refer to the `Python Packaging User Guide `_ for more information." msgstr "" "El instalador `pip `__ recomendado ejecuta todos los " "scripts ``setup.py`` con ``setuptools``, incluso si el propio script sólo " "importa ``distutils``. Consulte la `Python Packaging User Guide `_ para más información." #: ../Doc/library/distutils.rst:43 msgid "" "For the benefits of packaging tool authors and users seeking a deeper " "understanding of the details of the current packaging and distribution " "system, the legacy :mod:`distutils` based user documentation and API " "reference remain available:" msgstr "" "Para beneficio de los autores de herramientas de empaquetado y los usuarios " "que buscan una comprensión más profunda de los detalles del sistema actual " "de empaquetado y distribución, la documentación de usuario heredada basada " "en :mod:`distutils` y la referencia de la API permanecen disponibles:" #: ../Doc/library/distutils.rst:48 msgid ":ref:`install-index`" msgstr ":ref:`install-index`" #: ../Doc/library/distutils.rst:49 msgid ":ref:`distutils-index`" msgstr ":ref:`distutils-index`"