10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-bjPl0yrRaTIEEuPV8NbWu2hx/es5bcu2tDBZV+95fUc=";
28 propagatedBuildInputs = [
36 pythonImportsCheck = [
41 description = "Module to interact with the Aseko Pool Live API";
42 homepage = "https://github.com/milanmeu/aioaseko";
43 changelog = "https://github.com/milanmeu/aioaseko/releases/tag/v${version}";
44 license = with licenses; [ lgpl3Plus ];
45 maintainers = with maintainers; [ fab ];