8 pdoc-pyo3-sample-library,
16 buildPythonPackage rec {
19 disabled = pythonOlder "3.9";
23 src = fetchFromGitHub {
27 hash = "sha256-6XEcHhaKkxY/FU748f+OsTcSgrM4iQTmJAL8rJ3EqnY=";
30 nativeBuildInputs = [ setuptools ];
41 pdoc-pyo3-sample-library
44 # "test_snapshots" tries to match generated output against stored snapshots,
45 # which are highly sensitive to dep versions.
46 "test/test_snapshot.py"
50 ''-m "not slow"'' # skip slow tests
53 __darwinAllowLocalNetworking = true;
55 pythonImportsCheck = [ "pdoc" ];
57 passthru.updateScript = nix-update-script { };
60 changelog = "https://github.com/mitmproxy/pdoc/blob/${src.rev}/CHANGELOG.md";
61 homepage = "https://pdoc.dev/";
62 description = "API Documentation for Python Projects";
64 license = licenses.unlicense;
65 maintainers = with maintainers; [ pbsds ];