8 buildPythonPackage rec {
9 pname = "sphinxcontrib-excel-table";
13 inherit pname version;
14 hash = "sha256:1q79byn3k3ribvwqafbpixwabjhymk46ns8ym0hxcn8vhf5nljzd";
17 propagatedBuildInputs = [ sphinx openpyxl ];
19 pythonImportsCheck = [ "sphinxcontrib.excel_table" ];
21 # No tests present upstream
24 pythonNamespaces = [ "sphinxcontrib" ];
27 description = "Sphinx excel-table extension";
28 homepage = "https://github.com/hackerain/sphinxcontrib-excel-table";
29 maintainers = with maintainers; [ raboof ];
30 license = licenses.asl20;