Loading pkgs/development/python-modules/reuse/default.nix +29 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,11 @@ buildPythonPackage, fetchFromGitHub, poetry-core, sphinxHook, furo, myst-parser, pbr, sphinxcontrib-apidoc, # dependencies attrs, Loading Loading @@ -30,7 +35,20 @@ buildPythonPackage rec { hash = "sha256-oKtQBT8tuAk4S/Sygp4qxLk4ADWDTG0MbVaL5O2qsuA="; }; build-system = [ poetry-core ]; outputs = [ "out" "doc" "man" ]; build-system = [ poetry-core sphinxHook furo myst-parser pbr sphinxcontrib-apidoc ]; dependencies = [ attrs Loading @@ -42,13 +60,22 @@ buildPythonPackage rec { tomlkit ]; nativeCheckInputs = [ pytestCheckHook freezegun ]; nativeCheckInputs = [ pytestCheckHook freezegun ]; disabledTestPaths = [ # pytest wants to execute the actual source files for some reason, which fails with ImportPathMismatchError() "src/reuse" ]; sphinxBuilders = [ "html" "man" ]; sphinxRoot = "docs"; pythonImportsCheck = [ "reuse" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/reuse/default.nix +29 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,11 @@ buildPythonPackage, fetchFromGitHub, poetry-core, sphinxHook, furo, myst-parser, pbr, sphinxcontrib-apidoc, # dependencies attrs, Loading Loading @@ -30,7 +35,20 @@ buildPythonPackage rec { hash = "sha256-oKtQBT8tuAk4S/Sygp4qxLk4ADWDTG0MbVaL5O2qsuA="; }; build-system = [ poetry-core ]; outputs = [ "out" "doc" "man" ]; build-system = [ poetry-core sphinxHook furo myst-parser pbr sphinxcontrib-apidoc ]; dependencies = [ attrs Loading @@ -42,13 +60,22 @@ buildPythonPackage rec { tomlkit ]; nativeCheckInputs = [ pytestCheckHook freezegun ]; nativeCheckInputs = [ pytestCheckHook freezegun ]; disabledTestPaths = [ # pytest wants to execute the actual source files for some reason, which fails with ImportPathMismatchError() "src/reuse" ]; sphinxBuilders = [ "html" "man" ]; sphinxRoot = "docs"; pythonImportsCheck = [ "reuse" ]; meta = with lib; { Loading