9 buildPythonPackage rec {
10 pname = "pythonegardia";
12 format = "setuptools";
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
17 owner = "jeroenterheerdt";
18 repo = "python-egardia";
20 sha256 = "7HindS++jcV3GRn/SKoTMpVOchOnLojy/TY0HZjtyD8=";
23 propagatedBuildInputs = [
28 # Adjust search path, https://github.com/jeroenterheerdt/python-egardia/pull/33
30 name = "search-path.patch";
31 url = "https://github.com/jeroenterheerdt/python-egardia/commit/6b7bf5b7b2211e3557e0f438586b9d03b9bae440.patch";
32 sha256 = "wUSfmF0SrKCITQJJsHgkGgPZFouaB/zbVqupK6fARHY=";
36 # Project has no tests, only two test file for manual interaction
39 pythonImportsCheck = [
44 description = "Python interface with Egardia/Woonveilig alarms";
45 homepage = "https://github.com/jeroenterheerdt/python-egardia";
46 license = with licenses; [ mit ];
47 maintainers = with maintainers; [ fab ];