9 buildPythonPackage rec {
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
17 owner = "danielperna84";
19 rev = "refs/tags/${version}";
20 hash = "sha256-WguSTtWxkiDs5nK5eiaarfD0CBxzIxQR9fxjuW3wMGc=";
23 build-system = [ setuptools ];
28 pythonImportsCheck = [ "pydevccu" ];
31 description = "HomeMatic CCU XML-RPC Server with fake devices";
32 homepage = "https://github.com/danielperna84/pydevccu";
33 changelog = "https://github.com/danielperna84/pydevccu/releases/tag/${version}";
34 license = lib.licenses.mit;
35 maintainers = with lib.maintainers; [ fab ];