13 buildPythonPackage rec {
14 pname = "aiosyncthing";
17 src = fetchFromGitHub {
21 hash = "sha256-vn8S2/kRW5C2Hbes9oLM4LGm1jWWK0zeLdujR14y6EI=";
24 propagatedBuildInputs = [
42 substituteInPlace pyproject.toml \
43 --replace " --cov=aiosyncthing --cov-report=html" ""
46 pythonImportsCheck = [ "aiosyncthing" ];
49 description = "Python client for the Syncthing REST API";
50 homepage = "https://github.com/zhulik/aiosyncthing";
51 license = with licenses; [ mit ];
52 maintainers = with maintainers; [ fab ];