Package python-module-lazy: Information

    Source package: python-module-lazy
    Version: 1.3-alt1.git20140420.1.1
    Build time:  May 1, 2019, 04:21 AM in the task #228360
    Report package bug
    License: BSD
    Summary: Lazy attributes for Python objects
    Description: 
    Lazy attributes are computed attributes that are evaluated only once,
    the first time they are used. Subsequent uses return the results of the
    first call. They come handy when code should run
    
    * late, i.e. just before it is needed, and
    * once, i.e. not twice, in the lifetime of an object.
    
    You can think of it as deferred initialization. The possibilities are
    endless.

    List of rpms provided by this srpm:
    python-module-lazy (noarch)
    python-module-lazy-tests (noarch)
    python3-module-lazy (noarch)
    python3-module-lazy-tests (noarch)



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

    Last changed


    Feb. 2, 2018 Stanislav Levin 1.3-alt1.git20140420.1.1
    - (NMU) Fix Requires and BuildRequires to python-setuptools
    March 13, 2016 Ivan Zakharyaschev 1.3-alt1.git20140420.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)
    Oct. 23, 2014 Eugeny A. Rostovtsev 1.3-alt1.git20140420
    - Initial build for Sisyphus