9 buildPythonPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-9QApoPUu3XFZY/lgjAsf5r2StFiRtUd1UXWDrzYUh6w=";
21 propagatedBuildInputs = [ cachetools ];
23 # tests take in the order of 10 minutes to execute and sometimes hang forever on tear-down
25 pythonImportsCheck = [ "coapthon" ];
28 inherit (src.meta) homepage;
29 description = "Python3 library to the CoAP protocol compliant with the RFC";
30 license = licenses.mit;
31 maintainers = with maintainers; [ urbas ];