Loading pkgs/development/python-modules/sphinx-intl/default.nix 0 → 100644 +46 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , transifex-cli , babel , click , setuptools , sphinx , pytestCheckHook , mock }: buildPythonPackage rec { pname = "sphinx-intl"; version = "2.1.0"; format = "setuptools"; src = fetchFromGitHub { owner = "sphinx-doc"; repo = pname; rev = version; hash = "sha256-U/YCviGrsZNruVzfP0P2dGcB0K0Afh+XUZtp71OeP6c="; }; propagatedBuildInputs = [ babel click setuptools sphinx ]; nativeCheckInputs = [ pytestCheckHook mock transifex-cli ]; pythonImportsCheck = [ "sphinx_intl" ]; meta = with lib; { description = "Sphinx utility that make it easy to translate and to apply translation"; homepage = "https://github.com/sphinx-doc/sphinx-intl"; license = licenses.bsd2; maintainers = with maintainers; [ thornycrackers ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -11069,6 +11069,8 @@ self: super: with self; { sphinx-hoverxref = callPackage ../development/python-modules/sphinx-hoverxref { }; sphinx-intl = callPackage ../development/python-modules/sphinx-intl { }; sphinx-jupyterbook-latex = callPackage ../development/python-modules/sphinx-jupyterbook-latex { }; sphinx-multitoc-numbering = callPackage ../development/python-modules/sphinx-multitoc-numbering { }; Loading Loading
pkgs/development/python-modules/sphinx-intl/default.nix 0 → 100644 +46 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , transifex-cli , babel , click , setuptools , sphinx , pytestCheckHook , mock }: buildPythonPackage rec { pname = "sphinx-intl"; version = "2.1.0"; format = "setuptools"; src = fetchFromGitHub { owner = "sphinx-doc"; repo = pname; rev = version; hash = "sha256-U/YCviGrsZNruVzfP0P2dGcB0K0Afh+XUZtp71OeP6c="; }; propagatedBuildInputs = [ babel click setuptools sphinx ]; nativeCheckInputs = [ pytestCheckHook mock transifex-cli ]; pythonImportsCheck = [ "sphinx_intl" ]; meta = with lib; { description = "Sphinx utility that make it easy to translate and to apply translation"; homepage = "https://github.com/sphinx-doc/sphinx-intl"; license = licenses.bsd2; maintainers = with maintainers; [ thornycrackers ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -11069,6 +11069,8 @@ self: super: with self; { sphinx-hoverxref = callPackage ../development/python-modules/sphinx-hoverxref { }; sphinx-intl = callPackage ../development/python-modules/sphinx-intl { }; sphinx-jupyterbook-latex = callPackage ../development/python-modules/sphinx-jupyterbook-latex { }; sphinx-multitoc-numbering = callPackage ../development/python-modules/sphinx-multitoc-numbering { }; Loading