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