9 buildPythonPackage rec {
11 version = "2024.5.15";
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-DthHvL5x3HVwACLnxeyuoC0hb8OokabODircEY9eEhE=";
23 build-system = [ flit-core ];
28 pythonImportsCheck = [ "stdlibs" ];
31 description = "Overview of the Python stdlib";
32 homepage = "https://github.com/omnilib/stdlibs";
33 changelog = "https://github.com/omnilib/stdlibs/blob/${version}/CHANGELOG.md";
34 license = licenses.mit;
35 maintainers = with maintainers; [ fab ];