9 buildPythonPackage rec {
10 pname = "sphinxcontrib-excel-table";
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256:1q79byn3k3ribvwqafbpixwabjhymk46ns8ym0hxcn8vhf5nljzd";
19 propagatedBuildInputs = [
24 pythonImportsCheck = [ "sphinxcontrib.excel_table" ];
26 # No tests present upstream
29 pythonNamespaces = [ "sphinxcontrib" ];
32 description = "Sphinx excel-table extension";
33 homepage = "https://github.com/hackerain/sphinxcontrib-excel-table";
34 maintainers = with maintainers; [ raboof ];
35 license = licenses.asl20;