10 buildPythonPackage rec {
12 format = "setuptools";
16 pythonImportsCheck = [ "pybtex" ];
18 propagatedBuildInputs = [
25 inherit version pname;
26 sha256 = "818eae35b61733e5c007c3fcd2cfb75ed1bc8b4173c1f70b56cc4c0802d34755";
30 homepage = "https://pybtex.org/";
31 description = "BibTeX-compatible bibliography processor written in Python";
32 license = licenses.mit;