11 buildPythonPackage rec {
12 pname = "ckcc-protocol";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 sha256 = "sha256-4y5pe0CFD3C1+N0kP/2j9Wser2zkn8Uf4203ci45Rq0=";
21 propagatedBuildInputs = [ click ecdsa hidapi pyaes ];
23 # Project has no tests
25 pythonImportsCheck = [ "ckcc" ];
28 description = "Communicate with your Coldcard using Python";
29 homepage = "https://github.com/Coldcard/ckcc-protocol";
30 license = licenses.mit;
31 maintainers = [ maintainers.hkjn ];