16 buildPythonPackage rec {
17 pname = "aiotankerkoenig";
21 disabled = pythonOlder "3.11";
23 src = fetchFromGitHub {
25 repo = "aiotankerkoenig";
26 rev = "refs/tags/v${version}";
27 hash = "sha256-BB1Cy4Aji5m06LlNj03as4CWF8RcYKAYy4oxPomOP68=";
31 substituteInPlace pyproject.toml \
32 --replace-fail "--cov" ""
39 propagatedBuildInputs = [
53 pythonImportsCheck = [
58 description = "Python module for interacting with tankerkoenig.de";
59 homepage = "https://github.com/jpbede/aiotankerkoenig";
60 changelog = "https://github.com/jpbede/aiotankerkoenig/releases/tag/v${version}";
61 license = licenses.mit;
62 maintainers = with maintainers; [ fab ];