12 buildPythonPackage rec {
13 pname = "aiosteamist";
17 disabled = pythonOlder "3.10";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-vqCcQDUMFFhIOoiER5TMOxJPY7HYFS4K1fuu/1IqP44=";
27 substituteInPlace pyproject.toml \
28 --replace-fail "--cov=aiosteamist" ""
31 build-system = [ poetry-core ];
42 pythonImportsCheck = [ "aiosteamist" ];
45 description = "Module to control Steamist steam systems";
46 homepage = "https://github.com/bdraco/aiosteamist";
47 changelog = "https://github.com/bdraco/aiosteamist/releases/tag/v${version}";
48 license = licenses.asl20;
49 maintainers = with maintainers; [ fab ];