7 , pdoc-pyo3-sample-library
15 buildPythonPackage rec {
18 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
26 hash = "sha256-2k9uIK6TvoGtVqnh97g9f5QvjhyZlznRvYdw5sPaeVE=";
33 propagatedBuildInputs = [
37 ] ++ lib.optional (pythonOlder "3.9") astunparse;
42 pdoc-pyo3-sample-library
45 # "test_snapshots" tries to match generated output against stored snapshots,
46 # which are highly sensitive to dep versions.
47 "test/test_snapshot.py"
51 ''-m "not slow"'' # skip slow tests
54 __darwinAllowLocalNetworking = true;
56 pythonImportsCheck = [ "pdoc" ];
59 changelog = "https://github.com/mitmproxy/pdoc/blob/${src.rev}/CHANGELOG.md";
60 homepage = "https://pdoc.dev/";
61 description = "API Documentation for Python Projects";
63 license = licenses.unlicense;
64 maintainers = with maintainers; [ pbsds ];