10 buildPythonPackage rec {
11 pname = "pyevilgenius";
13 format = "setuptools";
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
18 owner = "home-assistant-libs";
21 hash = "sha256-wjC32oq/lW3Z4XB+4SILRKIOuCgBKk1gruOo4uc/4/o=";
24 propagatedBuildInputs = [
32 pythonImportsCheck = [ "pyevilgenius" ];
35 description = "Python SDK to interact with Evil Genius Labs devices";
36 homepage = "https://github.com/home-assistant-libs/pyevilgenius";
37 changelog = "https://github.com/home-assistant-libs/pyevilgenius/releases/tag/${version}";
38 license = with licenses; [ asl20 ];
39 maintainers = with maintainers; [ fab ];