23 buildPythonPackage rec {
28 # https://github.com/regebro/pyroma/issues/104
29 disabled = pythonAtLeast "3.12";
31 src = fetchFromGitHub {
35 sha256 = "sha256-ElSw+bY6fbHJPTX7O/9JZ4drttfbUQsU/fv3Cqqb/J4=";
38 propagatedBuildInputs = [
49 nativeCheckInputs = [ pytestCheckHook ];
57 pythonImportsCheck = [ "pyroma" ];
60 description = "Test your project's packaging friendliness";
61 mainProgram = "pyroma";
62 homepage = "https://github.com/regebro/pyroma";
63 license = licenses.mit;
64 maintainers = with maintainers; [ kamadorueda ];