8 buildPythonPackage rec {
9 pname = "pythonegardia";
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
15 src = fetchFromGitHub {
16 owner = "jeroenterheerdt";
17 repo = "python-egardia";
18 rev = "refs/tags/v${version}";
19 sha256 = "sha256-lQ/7tH74MllwFe2kF5OcYSb4rQd+yJU1W6ztG4Z6Y0U=";
22 propagatedBuildInputs = [
26 # Project has no tests, only two test file for manual interaction
29 pythonImportsCheck = [
34 description = "Python interface with Egardia/Woonveilig alarms";
35 homepage = "https://github.com/jeroenterheerdt/python-egardia";
36 changelog = "https://github.com/jeroenterheerdt/python-egardia/releases/tag/v${version}";
37 license = with licenses; [ mit ];
38 maintainers = with maintainers; [ fab ];