1 { lib, buildPythonPackage, fetchPypi
6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "0gca9xj60qr3aprj9qdc66crr4r7hl8wzv6gc9y40nclazwawj91";
20 propagatedBuildInputs = [
30 description = "lazy_import provides a set of functions that load modules, and related attributes, in a lazy fashion.";
31 homepage = https://github.com/mnmelo/lazy_import;
32 license = licenses.gpl3;
33 maintainers = [ maintainers.marenz ];