9 buildPythonPackage rec {
10 pname = "systembridge";
12 format = "setuptools";
14 src = fetchFromGitHub {
16 repo = "system-bridge-connector-py";
18 hash = "sha256-Ts8zPRK6S5iLnl19Y/Uz0YAh6hDeVRNBY6HsvLwdUFw=";
21 propagatedBuildInputs = [
26 # Project has no tests
29 pythonImportsCheck = [ "systembridge" ];
32 description = "Python module for connecting to System Bridge";
33 homepage = "https://github.com/timmo001/system-bridge-connector-py";
34 license = with licenses; [ mit ];
35 maintainers = with maintainers; [ fab ];