Package python3-module-lazy: Information

    Source package: python3-module-lazy
    Version: 1.3-alt2
    Build time:  Feb 7, 2020, 06:44 PM in the task #245681
    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 RPM packages built from this SRPM:
    python3-module-lazy (noarch)
    python3-module-lazy-tests (noarch)

    Maintainer: Andrey Bychkov


      1. rpm-build-python3
      2. python3-module-setuptools

    Last changed


    Feb. 7, 2020 Andrey Bychkov 1.3-alt2
    - Build for python2 disabled.
    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)