10 buildPythonPackage rec {
15 src = fetchFromGitHub {
17 repo = "PythonIhcSdk";
18 rev = "refs/tags/v${version}";
19 hash = "sha256-0meYr/SywtRfp/TBW3t8QUMlenb5KnzvKfn6c7Przpc=";
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 ];