11 buildPythonPackage rec {
12 pname = "volkszaehler";
16 disabled = pythonOlder "3.10";
18 src = fetchFromGitHub {
19 owner = "home-assistant-ecosystem";
20 repo = "python-volkszaehler";
22 hash = "sha256-7SB0x0BO9SMeMG1M/hH4fX7oDbtwPgCzyRrrUq1/WPo=";
25 nativeBuildInputs = [ setuptools ];
32 # no tests are present
35 pythonImportsCheck = [ "volkszaehler" ];
38 description = "Python module for interacting with the Volkszahler API";
39 homepage = "https://github.com/home-assistant-ecosystem/python-volkszaehler";
40 changelog = "https://github.com/home-assistant-ecosystem/python-volkszaehler/releases/tag/${version}";
41 license = with licenses; [ mit ];
42 maintainers = with maintainers; [ fab ];