Package python-module-hurry.resource: Information

    Source package: python-module-hurry.resource
    Version: 0.10-alt3.2
    Build time:  May 1, 2019, 07:58 PM in the task #228492
    Report package bug
    License: ZPLv2.1
    Summary: Flexible resources for web applications
    Description: 
    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.

    List of rpms provided by this srpm:
    python-module-hurry (x86_64, i586, aarch64)
    python-module-hurry.resource (x86_64, i586, aarch64)
    python-module-hurry.resource-tests (x86_64, i586, aarch64)
    python3-module-hurry (x86_64, i586, aarch64)
    python3-module-hurry.resource (x86_64, i586, aarch64)
    python3-module-hurry.resource-tests (x86_64, i586, aarch64)



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

    Last changed


    April 30, 2019 Grigory Ustinov 0.10-alt3.2
    - Rebuild with python3.7.
    June 6, 2016 Ivan Zakharyaschev 0.10-alt3.1.1
    - (AUTO) subst_x86_64.
    March 13, 2016 Ivan Zakharyaschev 0.10-alt3.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)