9 buildPythonPackage rec {
14 pythonImportsCheck = [ "pybtex" ];
16 propagatedBuildInputs = [
23 inherit version pname;
24 sha256 = "818eae35b61733e5c007c3fcd2cfb75ed1bc8b4173c1f70b56cc4c0802d34755";
28 homepage = "https://pybtex.org/";
29 description = "A BibTeX-compatible bibliography processor written in Python";
30 license = licenses.mit;