14 buildPythonPackage rec {
15 pname = "sphinx-intl";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-j14iZdFBSOHqopJcMYMcQdf3zggRUCzTwcquImhhVpE=";
26 build-system = [ setuptools ];
41 pythonImportsCheck = [ "sphinx_intl" ];
44 description = "Sphinx utility that make it easy to translate and to apply translation";
45 homepage = "https://github.com/sphinx-doc/sphinx-intl";
46 license = licenses.bsd2;
47 maintainers = with maintainers; [ thornycrackers ];