10 buildPythonPackage rec {
15 src = fetchFromGitHub {
17 repo = "PythonIhcSdk";
19 hash = "sha256-WI9RjVR2KdLaqklGtIUJErV4pBfffXx3odu3hdoyLWc=";
22 build-system = [ setuptools ];
29 pythonImportsCheck = [ "ihcsdk" ];
31 # upstream has no tests
35 changelog = "https://github.com/dingusdk/PythonIhcSdk/releases/tag/v${version}";
36 description = "SDK for connection to the LK IHC Controller";
37 homepage = "https://github.com/dingusdk/PythonIhcSdk";
38 license = lib.licenses.gpl3Plus;
39 maintainers = with lib.maintainers; [ dotlambda ];