9 buildPythonPackage rec {
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
20 hash = "sha256-nJRVNBYfBcLYnBsTpQZYMHYWh0+hQObVKJ7sOXFwDjc=";
27 propagatedBuildInputs = [
34 pythonImportsCheck = [
39 description = "Module to interact with the Aseko Pool Live API";
40 homepage = "https://github.com/milanmeu/aioaseko";
41 license = with licenses; [ lgpl3Plus ];
42 maintainers = with maintainers; [ fab ];