7 buildPythonPackage rec {
8 pname = "pythonegardia";
12 inherit pname version;
13 sha256 = "1rv6m5zaflf3nanpl1xmfmfcpg8kzcnmniq1hhgrybsspkc7mvry";
16 propagatedBuildInputs = [
20 # Project has no tests, only two test file for manual interaction
22 pythonImportsCheck = [ "pythonegardia" ];
25 description = "Python interface with Egardia/Woonveilig alarms";
26 homepage = "https://github.com/jeroenterheerdt/python-egardia";
27 license = with licenses; [ mit ];
28 maintainers = with maintainers; [ fab ];