8 buildPythonPackage rec {
9 pname = "sphinxcontrib-httpdomain";
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-bC3+bKKC119m3zM4absM5zMcAbR122gJ/50Qe3zf4Es=";
18 propagatedBuildInputs = [ sphinx ];
20 # Check is disabled due to this issue:
21 # https://bitbucket.org/pypa/setuptools/issue/137/typeerror-unorderable-types-str-nonetype
24 pythonNamespaces = [ "sphinxcontrib" ];
27 description = "Provides a Sphinx domain for describing RESTful HTTP APIs";
28 homepage = "https://bitbucket.org/birkenfeld/sphinx-contrib";
29 license = licenses.bsd0;