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

    Исходный пакет: python-module-hurry.resource
    Версия: 0.10-alt2.1
    Собран:  15 ноября 2011 г. 21:08
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/hurry.resource/

    Лицензия: ZPLv2.1
    О пакете: Flexible resources for web applications
    Описание: 
    Resources are files that are used as resources in the display of a web
    page, such as CSS files, Javascript files and images. Resources packaged
    together in a directory to be published as such are called a resource
    library.
    
    When a resource is included in the head section of a HTML page, we call
    this a resource inclusion. An inclusion is of a particular resource in a
    particular library. There are two forms of this kind of inclusion in
    HTML: javascript is included using the script tag, and CSS (and KSS) are
    included using a link tag.
    
    Inclusions may depend on other inclusions. A javascript resource may for
    instance be built on top of another javascript resource. This means both
    of them should be loaded when the page displays.
    
    Page components may actually require a certain inclusion in order to be
    functional. A widget may for instance expect a particular Javascript
    library to loaded. We call this an inclusion requirement of the
    component.
    
    hurry.resource provides a simple API to specify resource libraries,
    inclusion and inclusion requirements.

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

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

    Список участников:
    Vitaly Kuznetsov
    Eugeny A. Rostovtsev

    Права:
    Eugeny A. Rostovtsev
    @everybody

      1. python-devel
      2. python-module-distribute

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


    20 октября 2011 г. Vitaly Kuznetsov 0.10-alt2.1
    - Rebuild with Python-2.7
    23 июня 2011 г. Eugeny A. Rostovtsev 0.10-alt2
    - Added necessary requirements
    - Excludes *.pth
    3 июня 2011 г. Eugeny A. Rostovtsev 0.10-alt1
    - Initial build for Sisyphus