8 buildPythonPackage rec {
13 src = fetchFromGitHub {
14 owner = "scientific-python";
16 rev = "refs/tags/v${version}";
17 hash = "sha256-Ky9EwPYt/wBqWXopH5WFjlVG+/Rd2gc+mlCeWqG7mZg=";
29 description = "Populate library namespace without incurring immediate import costs";
30 homepage = "https://github.com/scientific-python/lazy_loader";
31 changelog = "https://github.com/scientific-python/lazy_loader/releases/tag/v${version}";
32 license = licenses.bsd3;
33 maintainers = with maintainers; [ hexa ];