10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-6ooOSJAIi8vYmCjDHnbMGQJfPqPmzA5thDSg+iM7T+8=";
22 nativeBuildInputs = [ poetry-core ];
24 propagatedBuildInputs = [ anytree ];
26 # https://github.com/c0fec0de/pyebus/issues/3
29 pythonImportsCheck = [ "pyebus" ];
32 description = "Pythonic Interface to EBUS Daemon (ebusd)";
33 homepage = "https://github.com/c0fec0de/pyebus";
34 license = licenses.mit;
35 maintainers = with maintainers; [ fab ];