12 buildPythonPackage rec {
13 pname = "xknxproject";
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
23 hash = "sha256-iuW83gKDJTgFkfSW32OPOuwyGLyFoZGKQGUDJkVUGAM=";
26 build-system = [ setuptools ];
33 nativeCheckInputs = [ pytestCheckHook ];
35 pythonImportsCheck = [ "xknxproject" ];
38 description = "Library to extract KNX projects and parses the underlying XML";
39 homepage = "https://github.com/XKNX/xknxproject";
40 changelog = "https://github.com/XKNX/xknxproject/releases/tag/${version}";
41 license = licenses.gpl2Only;
42 maintainers = with maintainers; [ fab ];