9 buildPythonPackage rec {
10 pname = "stdlib-list";
15 pname = "stdlib_list";
17 hash = "sha256-ZRnFDWRVE+0odle/6FbVJ/J3MxVAaR3er3eyVFmWShQ=";
24 pythonImportsCheck = [
28 # tests see mismatches to our standard library
32 changelog = "https://github.com/pypi/stdlib-list/releases/tag/v${version}";
33 description = "A list of Python Standard Libraries";
34 homepage = "https://github.com/jackmaney/python-stdlib-list";
35 license = licenses.mit;
36 maintainers = with maintainers; [ hexa ];