12 buildPythonPackage rec {
13 pname = "aioruuvigateway";
17 src = fetchFromGitHub {
19 repo = "aioruuvigateway";
20 rev = "refs/tags/v${version}";
21 hash = "sha256-Etv+kPFYEK79hpDeNmDfuyNj1vJ6udry1u+TRO5gLV4=";
28 propagatedBuildInputs = [
39 pythonImportsCheck = [
44 description = "An asyncio-native library for requesting data from a Ruuvi Gateway";
45 homepage = "https://github.com/akx/aioruuvigateway";
46 license = licenses.mit;
47 maintainers = with maintainers; [ hexa ];