12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-G3/lUgV60CMLskUo83TlvLLIfJtu5DEz+94mdVI4OrI=";
26 propagatedBuildInputs = [
38 # Not all tests are ready yet
42 pythonImportsCheck = [
47 description = "Python client for interacting with LOOKin devices";
48 homepage = "https://github.com/ANMalko/aiolookin";
49 changelog = "https://github.com/ANMalko/aiolookin/blob/v${version}/CHANGELOG.md";
50 license = with licenses; [ mit ];
51 maintainers = with maintainers; [ fab ];