8 buildPythonPackage rec {
9 pname = "systembridge";
12 src = fetchFromGitHub {
14 repo = "system-bridge-connector-py";
16 sha256 = "sha256-Ts8zPRK6S5iLnl19Y/Uz0YAh6hDeVRNBY6HsvLwdUFw=";
19 propagatedBuildInputs = [
24 # Project has no tests
27 pythonImportsCheck = [ "systembridge" ];
30 description = "Python module for connecting to System Bridge";
31 homepage = "https://github.com/timmo001/system-bridge-connector-py";
32 license = with licenses; [ mit ];
33 maintainers = with maintainers; [ fab ];