11 buildPythonPackage rec {
12 pname = "aiovodafone";
16 disabled = pythonOlder "3.10";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-sWONjWchXu5pRFXY/ZhOXvF0z/qUc1LjqcaSiVPA1MU=";
26 substituteInPlace pyproject.toml \
27 --replace " --cov=aiovodafone --cov-report=term-missing:skip-covered" ""
34 propagatedBuildInputs = [
43 pythonImportsCheck = [
48 description = "Library to control Vodafon Station";
49 homepage = "https://github.com/chemelli74/aiovodafone";
50 changelog = "https://github.com/chemelli74/aiovodafone/blob/${version}/CHANGELOG.md";
51 license = licenses.asl20;
52 maintainers = with maintainers; [ fab ];