10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 sha256 = "sha256-6ooOSJAIi8vYmCjDHnbMGQJfPqPmzA5thDSg+iM7T+8=";
26 propagatedBuildInputs = [
30 # https://github.com/c0fec0de/pyebus/issues/3
33 pythonImportsCheck = [
38 description = "Pythonic Interface to EBUS Daemon (ebusd)";
39 homepage = "https://github.com/c0fec0de/pyebus";
40 license = licenses.mit;
41 maintainers = with maintainers; [ fab ];