13 buildPythonPackage rec {
14 pname = "xknxproject";
18 disabled = pythonOlder "3.9";
20 src = fetchFromGitHub {
23 rev = "refs/tags/${version}";
24 hash = "sha256-J257Y8Y0mVtlFHiHju5lxPyV0yx3IAYH8ikbmZlI3fY=";
32 propagatedBuildInputs = [
42 pythonImportsCheck = [
47 description = "ETS project parser";
48 homepage = "https://github.com/XKNX/xknxproject";
49 changelog = "https://github.com/XKNX/xknxproject/releases/tag/${version}";
50 license = licenses.gpl2Only;
51 maintainers = with maintainers; [ fab ];