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
Category: Development/Python3
Report package bugHome page: https://pypi.python.org/pypi/lazy/
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)
python3-module-lazy (noarch)
python3-module-lazy-tests (noarch)
Maintainer: Andrey Bychkov
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)