13 buildPythonPackage rec {
14 pname = "aioruuvigateway";
18 src = fetchFromGitHub {
20 repo = "aioruuvigateway";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-Etv+kPFYEK79hpDeNmDfuyNj1vJ6udry1u+TRO5gLV4=";
25 nativeBuildInputs = [ hatchling ];
27 propagatedBuildInputs = [
38 pythonImportsCheck = [ "aioruuvigateway" ];
41 description = "Asyncio-native library for requesting data from a Ruuvi Gateway";
42 homepage = "https://github.com/akx/aioruuvigateway";
43 license = licenses.mit;
44 maintainers = with maintainers; [ hexa ];