9 buildPythonPackage rec {
11 format = "setuptools";
15 pythonImportsCheck = [ "pybtex" ];
17 propagatedBuildInputs = [
24 inherit version pname;
25 sha256 = "818eae35b61733e5c007c3fcd2cfb75ed1bc8b4173c1f70b56cc4c0802d34755";
29 homepage = "https://pybtex.org/";
30 description = "A BibTeX-compatible bibliography processor written in Python";
31 license = licenses.mit;