22 buildPythonPackage rec {
27 # https://github.com/regebro/pyroma/issues/104
28 disabled = pythonAtLeast "3.12";
30 src = fetchFromGitHub {
34 sha256 = "sha256-ElSw+bY6fbHJPTX7O/9JZ4drttfbUQsU/fv3Cqqb/J4=";
37 propagatedBuildInputs = [
58 pythonImportsCheck = [ "pyroma" ];
61 description = "Test your project's packaging friendliness";
62 mainProgram = "pyroma";
63 homepage = "https://github.com/regebro/pyroma";
64 license = licenses.mit;
65 maintainers = with maintainers; [ kamadorueda ];