Пакет python-module-zope.i18nmessage: Информация

    Исходный пакет: python-module-zope.i18nmessage
    Версия: 1.0-alt3.1
    Собран:  17 марта 2016 г. 7:51 в задании #161381
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/zope.i18nmessage/

    Лицензия: ZPLv2.1
    О пакете: Message Identifiers for internationalization
    Описание: 
    To translate any text, we must be able to discover the source domain of
    the text. A source domain is an identifier that identifies a project
    that produces program source strings. Source strings occur as literals
    in python programs, text in templates, and some text in XML data. The
    project implies a source language and an application context.
    
    We can think of a source domain as a collection of messages and
    associated translation strings.
    
    We often need to create unicode strings that will be displayed by
    separate views. The view cannot translate the string without knowing its
    source domain. A string or unicode literal carries no domain
    information, therefore we use messages. Messages are unicode strings
    which carry a translation source domain and possibly a more specific
    translation context. They are created by a message factory. The message
    factory is created by calling MessageFactory with the source domain.
    
    This package provides facilities for declaring such messages within
    program source text; translation of the messages is the responsibility
    of the 'zope.i18n' package.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-zope.i18nmessage (x86_64, i586)
    python-module-zope.i18nmessage-tests (x86_64, i586)
    python3-module-zope.i18nmessage (x86_64, i586)
    python3-module-zope.i18nmessage-tests (x86_64, i586)

    Сопровождающий: Eugeny A. Rostovtsev


      1. python3-devel
      2. python3-module-setuptools
      3. python-devel
      4. python-module-setuptools
      5. rpm-build-python3

    Последнее изменение


    14 марта 2016 г. Ivan Zakharyaschev 1.0-alt3.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)
    26 июля 2014 г. Eugeny A. Rostovtsev 1.0-alt3
    - Added module for Python 3
    1 ноября 2011 г. Vitaly Kuznetsov 1.0-alt2.1
    - Rebuild with Python-2.7