12 buildPythonPackage rec {
17 disabled = pythonOlder "3.10";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-jUvpu/lOFKRUwEuYD1zRp0oODjf4AgH84fnGngtv9jw=";
26 build-system = [ setuptools ];
37 pythonImportsCheck = [ "aioaseko" ];
40 description = "Module to interact with the Aseko Pool Live API";
41 homepage = "https://github.com/milanmeu/aioaseko";
42 changelog = "https://github.com/milanmeu/aioaseko/releases/tag/v${version}";
43 license = licenses.lgpl3Plus;
44 maintainers = with maintainers; [ fab ];