6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
12 owner = "strictdoc-project";
14 rev = "refs/tags/${version}";
15 hash = "sha256-0X74Lv25pUdOUgQzqQU6p+fjuxhC/JqfKEFI7c5t67U=";
19 python3.pkgs.hatchling
22 propagatedBuildInputs = with python3.pkgs; [
48 optional-dependencies = with python3.pkgs; {
66 pythonImportsCheck = [ "strictdoc" ];
69 description = "Software for technical documentation and requirements management";
70 homepage = "https://github.com/strictdoc-project/strictdoc";
71 changelog = "https://github.com/strictdoc-project/strictdoc/blob/${src.rev}/CHANGELOG.md";
72 license = licenses.asl20;
73 maintainers = with maintainers; [ yuu ];
74 mainProgram = "strictdoc";