8 buildPythonPackage rec {
9 pname = "sphinxcontrib-excel-table";
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256:1q79byn3k3ribvwqafbpixwabjhymk46ns8ym0hxcn8vhf5nljzd";
18 propagatedBuildInputs = [ sphinx openpyxl ];
20 pythonImportsCheck = [ "sphinxcontrib.excel_table" ];
22 # No tests present upstream
25 pythonNamespaces = [ "sphinxcontrib" ];
28 description = "Sphinx excel-table extension";
29 homepage = "https://github.com/hackerain/sphinxcontrib-excel-table";
30 maintainers = with maintainers; [ raboof ];
31 license = licenses.asl20;