9 buildPythonPackage rec {
18 hash = "sha256-MLEIrkX84cAz4+9sLd1+dBgGKuN0Io46f6lpslQ2ajk=";
27 # no tests on PyPI, no tags on GitLab
30 pythonImportsCheck = [ "DTLSSocket" ];
33 description = "Cython wrapper for tinydtls with a Socket like interface";
34 homepage = "https://git.fslab.de/jkonra2m/tinydtls-cython";
35 license = licenses.epl10;
36 maintainers = with maintainers; [ dotlambda ];