14 buildPythonPackage rec {
20 src = fetchFromGitHub {
24 hash = "sha256-yY+j9kuX0ou/uDoVI/Qfqsmq0vNHv735k+vRl22LwwY=";
28 # NOTE: Remove after next release
30 url = "https://github.com/rubik/radon/commit/ce5d2daa0a9e0e843059d6f57a8124c64a87a6dc.patch";
31 hash = "sha256-WwcfR2ZEWeRiMKdMZAwtZRBcWOqoqpaVTmVo0k+Tn74=";
44 propagatedBuildInputs = [
49 passthru.optional-dependencies = {
55 pythonImportsCheck = [
60 description = "Various code metrics for Python code";
61 homepage = "https://radon.readthedocs.org";
62 changelog = "https://github.com/rubik/radon/blob/v${version}/CHANGELOG";
63 license = licenses.mit;
64 maintainers = with maintainers; [ t4ccer ];
65 mainProgram = "radon";