21 buildPythonPackage rec {
26 src = fetchFromGitHub {
29 rev = "refs/tags/${version}";
30 hash = "sha256-x8/MSbn+urmArQCyxZU1JEUyATJsPzp7bflymE+1rkk=";
34 sed -i "/addopts/d" pytest.ini
37 build-system = [ setuptools ];
53 # Typeerror, presumably outdated tests
55 "test_client_response_errors"
59 pythonImportsCheck = [ "pyIndego" ];
62 description = "Python interface for Bosch API for lawnmowers";
63 homepage = "https://github.com/sander1988/pyIndego";
64 changelog = "https://github.com/sander1988/pyIndego/blob/${version}/CHANGELOG.md";
65 license = licenses.mit;
66 maintainers = with maintainers; [ hexa ];