13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-DA6nslJItC+5MPMBc6eMAp5rpn4u+VmMpEcNiXXJy7Y=";
25 build-system = [ setuptools-scm ];
27 dependencies = [ cryptography ];
35 pythonImportsCheck = [ "certipy" ];
38 description = "Utility to create and sign CAs and certificates";
39 homepage = "https://github.com/LLNL/certipy";
40 license = licenses.bsd3;
41 maintainers = with maintainers; [ isgy ];
42 mainProgram = "certipy";