8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "1yz1rpfvhbf7kfjck5vadbj9rd3bkx5248whaa3impdrjh7vs03x";
21 propagatedBuildInputs = [
25 # Tests are not published yet
27 pythonImportsCheck = [ "adext" ];
30 description = "Python extension for AlarmDecoder";
31 homepage = "https://github.com/ajschmidt8/adext";
32 license = with licenses; [ mit ];
33 maintainers = with maintainers; [ fab ];