15 buildPythonPackage rec {
16 pname = "systembridgeconnector";
20 disabled = pythonOlder "3.11";
22 src = fetchFromGitHub {
24 repo = "system-bridge-connector";
25 rev = "refs/tags/${version}";
26 hash = "sha256-Guh9qbRLp+b2SuFgBx7jf16vRShuHJBi3WOVn9Akce8=";
31 url = "https://github.com/timmo001/system-bridge-connector/commit/25aa172775ee983dc4a29b8dda880aefbad70040.patch";
32 hash = "sha256-PedW1S1gZmWkS4sJBqSAx3aoA1KppYS5Xlhoaxqkcd4=";
37 substituteInPlace systembridgeconnector/_version.py \
38 --replace-fail ", dev=0" ""
45 propagatedBuildInputs = [
51 pythonImportsCheck = [ "systembridgeconnector" ];
60 # ConnectionClosedException: Connection closed to server
65 changelog = "https://github.com/timmo001/system-bridge-connector/releases/tag/${version}";
66 description = "This is the connector package for the System Bridge project";
67 homepage = "https://github.com/timmo001/system-bridge-connector";
68 license = lib.licenses.asl20;
69 maintainers = with lib.maintainers; [ dotlambda ];