11 buildPythonPackage rec {
16 disabled = pythonOlder "3.11";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-DCWfa5YfrB7MTf78AeSHDgiZzLNXoiNLnty9a+Sr9tQ=";
26 substituteInPlace pyproject.toml \
27 --replace-fail " --cov=aionut --cov-report=term-missing:skip-covered" ""
30 build-system = [ poetry-core ];
37 pythonImportsCheck = [ "aionut" ];
40 description = "Asyncio Network UPS Tools";
41 homepage = "https://github.com/bdraco/aionut";
42 changelog = "https://github.com/bdraco/aionut/blob/${version}/CHANGELOG.md";
43 license = licenses.asl20;
44 maintainers = with maintainers; [ fab ];