11 buildPythonPackage rec {
12 pname = "sphinxcontrib-bibtex";
14 format = "setuptools";
16 disabled = pythonOlder "3.6";
19 inherit pname version;
20 hash = "sha256-9IevaUM28ov7fWoXBwlTp9JkvsQwAKI3lyQnT1+NcK4=";
23 propagatedBuildInputs = [
32 pythonImportsCheck = [
33 "sphinxcontrib.bibtex"
36 pythonNamespaces = [ "sphinxcontrib" ];
39 description = "A Sphinx extension for BibTeX style citations";
40 homepage = "https://github.com/mcmtroffaes/sphinxcontrib-bibtex";
41 license = licenses.bsd2;
42 maintainers = with maintainers; [ ];